v3.3.0
What's Changed
- Feature: enum helpers and improvements by @lindyhopchris in #22
- New
enum_valueandenum_stringhelper functions for getting a scalar or string value from an enum. - The
Guid::fromUuid()method now also accepts aUuidobject, so that it can be used to create a GUID from a UUID identifier. Previously it required a Ramsey UUID object.
Full Changelog: v3.2.0...v3.3.0