Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@othercodes othercodes released this 18 Jan 16:01
· 27 commits to main since this release
f065a66

Changelog for this release:

  • Added support for Collections, base functionality is provided by illuminate/collections.
  • Added support for DTO (Data Transfer Objects), base functionality is provided by spatie/data-transfer-object.
  • Replaced fzaninotto/faker with fakerphp/faker.
  • Now Identifier interface exposes a method called is() to check if the given id is the same as other instances, this method is specific alias of equals() for identifiers.