Release 0.1.0
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
withfakerphp/faker
. - Now
Identifier
interface exposes a method calledis()
to check if the given id is the same as other instances, this method is specific alias ofequals()
for identifiers.