Releases: ramsey/uuid-doctrine
Releases · ramsey/uuid-doctrine
1.4.1
- Use global
UuidFactory
in UuidOrderedTimeGenerator
; this provides the ability to configure the factory used (#36, #37)
1.4.0
- Add generator for time-optimized UUIDs (#33)
- Remove HHVM testing on Travis CI
1.3.0
- Add
UuidBinaryOrderedTimeType
to store UUIDv1 in MySQL-optimized format (#14)
- Use
static::NAME
instead of self::NAME
(#25)
- Various documentation updates
1.2.0
- Add UuidGenerator class to make Doctrine integration easier
1.1.0
- Now requiring the use of doctrine/dbal ^2.5 to support binary field types; this fixes a bug reported in #7
1.0.1
- Loosen doctrine/dbal version requirement to ~2.3
- Fix converting UUID string to a binary UUID
- Add project Code of Conduct
1.0.0
- Separated from ramsey/uuid library into a stand-alone package