Skip to content

Releases: Fincap/zig-rtti

v0.2.0

23 Aug 02:04

Choose a tag to compare

  • Updated to Zig version 0.15.1
  • Added option to generate TypeId using FNV-1a hashing of the type name.
  • Removed util.hasMethod, use std.meta.hasMethod instead.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

11 Aug 08:54

Choose a tag to compare

  • Moved pub fn main and other testing code from library root into development-only executable main.zig
  • TypeRegistry is now a file-level struct
  • Moved TypeId and getTypeId (renamed from typeId) into their own file
  • Added rtti.Options type that can be used to configure the library in a similar way to std.Options.
  • Added a library option to opt out of linksection incremental generation of type IDs.
  • Removed most functions from rtti.util which were redundant with existing standard library functions.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Aug 10:26

Choose a tag to compare

Initial version