Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@lindyhopchris lindyhopchris released this 15 Feb 12:14
· 1 commit to develop since this release

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 returns true if any of the provided types match the type of the GUID.
  • The LazyListOfGuids iterator now has an only() 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