Skip to content

Releases: ramsey/uuid-doctrine

1.4.0

05 Jul 15:44
1.4.0
8a7d64a
Compare
Choose a tag to compare
  • Add generator for time-optimized UUIDs (#33)
  • Remove HHVM testing on Travis CI

1.3.0

13 Apr 16:11
1.3.0
2b80966
Compare
Choose a tag to compare
  • Add UuidBinaryOrderedTimeType to store UUIDv1 in MySQL-optimized format (#14)
  • Use static::NAME instead of self::NAME (#25)
  • Various documentation updates

1.2.0

23 Mar 17:47
Compare
Choose a tag to compare
  • Add UuidGenerator class to make Doctrine integration easier

1.1.0

01 Feb 16:30
Compare
Choose a tag to compare
  • Now requiring the use of doctrine/dbal ^2.5 to support binary field types; this fixes a bug reported in #7

1.0.1

19 Oct 17:45
Compare
Choose a tag to compare
  • Loosen doctrine/dbal version requirement to ~2.3
  • Fix converting UUID string to a binary UUID
  • Add project Code of Conduct

1.0.0

28 Sep 21:29
Compare
Choose a tag to compare
  • Separated from ramsey/uuid library into a stand-alone package