Skip to content

2.0.0

Compare
Choose a tag to compare
@xabbuh xabbuh released this 10 Jan 07:58
· 83 commits to 3.x since this release
v2.0.0
  • Introducing a new Uuid class that supports both ramsey/uuid 2.x and 3.x. Applications and packages using this library should not longer refer to the Uuid class from the ramsey/uuid package, but should always use the Uuid class from the this package instead.
  • The type of the StatemendId::$id property has been changed from an instance of Rhumsaa\Uuid\Uuid to an instance of the added Uuid class.