Skip to content

Releases: Anteris-Dev/faker-map

v2.0.0

20 Apr 20:01

Choose a tag to compare

Added

  • Various performance benefits that make this version over 8x faster than the previous version.

Changed

  • Most of the API to be more simple and straightforward.

Removed

  • Support for any PHP versions below 8.

v1.1.0

28 Dec 22:56

Choose a tag to compare

Added

  • type() method to FakerResolver::class. This allows you to specify the type that the generated value should equal.

v1.0.1

28 Dec 22:29

Choose a tag to compare

Added

  • Type hinting for FakerResolver class.

Fixed

  • "Address" in dictionary was returning "safeAddress" which does not exist on Faker.

v1.0.0

12 Dec 22:49
9866795

Choose a tag to compare

Added

  • FakerResolver class which will now make resolutions to Faker.
  • Data types to the dictionary.
  • Social security updates to dictionary.
  • Pass through to faker so the FakerMap class can be used just like faker as well.

Changed

  • API used for generating values to be more consistent and allow fallback to default values.

v0.1.0

04 Dec 21:12

Choose a tag to compare

Initial Release