All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2022-08-23
- Dropped PHP 7.4 support
1.0.0 - 2021-11-19
- Update to PHPStan 1.0
- Build on PHP 8.1
0.1.5 - 2021-09-21
- Support for
readonly
andwriteonly
properties (#81)
0.1.4 - 2020-11-30
- PHP8 support.
0.1.3 - 2020-11-03
- Support for passing options.
- Added
minItems
,maxItems
andalwaysFakeOptionals
options.
- Support for
anyOf
keyword
- Upgraded doctrine/coding-standard to 8.1.0
- Upgraded league/openapi-psr7-validator to 0.9.1
- Use max value for dates so faker will generate same date value for unit tests
0.1.0 - 2020-06-15
Initial release!