Releases: Anteris-Dev/faker-map
Releases · Anteris-Dev/faker-map
v2.0.0
v1.1.0
Added
type()method toFakerResolver::class. This allows you to specify the type that the generated value should equal.
v1.0.1
Added
- Type hinting for FakerResolver class.
Fixed
- "Address" in dictionary was returning "safeAddress" which does not exist on Faker.
v1.0.0
Added
FakerResolverclass which will now make resolutions to Faker.- Data types to the dictionary.
- Social security updates to dictionary.
- Pass through to faker so the
FakerMapclass 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
Initial Release