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 returnstrue
if any of the provided types match the type of the GUID. - The
LazyListOfGuids
iterator 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