Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 920 Bytes

File metadata and controls

36 lines (27 loc) · 920 Bytes

0.3.0

  • Renamed "rules" to "props" in the pattern.
  • Fixed bugs related to modules, props and custom types.
  • Installed the codebot/enum package.
  • Enhanced unit tests coverage.
  • Changed the required PHP version to >=8.0.
  • Fixed the bug with array casting for nested objects.

0.2.3 2021-03-26

  • Fixed bugs related to generated constructor props.

0.2.2 2021-03-26

  • Fixed bugs related to generated props and methods naming.

0.2.1 2020-02-01

  • Automatically creating phpdto_patterns directory on initialization.

0.2.0 2020-01-05

  • Added types to generated class properties.

0.1.3 2019-08-26

  • Replacing backslash to slash in Make::makeDto method.

0.1.2 2019-08-22

  • Bug fix in bin/phpdto script.

0.1.1 2019-08-22

  • Bug fix in bin/phpdto script.
  • README.md updated.

0.1.0 2019-08-20

Initial release.

  • DTO generator.
  • DTO faker.
  • DTO mapper.