Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

58 lines (39 loc) · 1.63 KB

Changelog

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

Changed

  • Dropped PHP 7.4 support

1.0.0 - 2021-11-19

Changed

  • Update to PHPStan 1.0
  • Build on PHP 8.1

0.1.5 - 2021-09-21

Added

  • Support for readonly and writeonly properties (#81)

0.1.4 - 2020-11-30

Added

  • PHP8 support.

0.1.3 - 2020-11-03

Added

  • Support for passing options.
  • Added minItems, maxItems and alwaysFakeOptionals options.

Added

  • Support for anyOf keyword

Changed

  • Upgraded doctrine/coding-standard to 8.1.0
  • Upgraded league/openapi-psr7-validator to 0.9.1

Fixed

  • Use max value for dates so faker will generate same date value for unit tests

0.1.0 - 2020-06-15

Initial release!