v3.1.0
Changelog
Added
- Can now provide an enum as the type of the GUID identifier.
- Can now provide multiple types when checking if a GUID is of a type - the
Guid::isType()method. It returnstrueif any of the provided types match the type of the GUID. - The
LazyListOfGuidsiterator now has anonly()method. This can be provided a list of types, and the iterator will yield only GUIDs with a matching type.
Full Changelog: v3.0.0...v3.1.0