Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@aidan-casey aidan-casey released this 22 Apr 13:52
184ba8f

Added

  • Support for smart generation of properties. Faker will guess the type of data to be populated based on the property name (e.g. homeAddress property is populated with an address).
  • Support for states.
  • Support for sequences.
  • Support for PHP 8.
  • Support for the latest version of Spatie DTOs.

Changed

  • The factory API to be more fluent.
  • The entry point to the Anteris\DataTransferObjectFactory\Factory class.
  • Extensions to the property type generator are made through PropertyFactory::registerProvider()

Removed

  • Support for PHP 7.4.
  • Support for collections.