JsonMapper JsonMapper Versions Save

Map nested JSON structures to PHP classes

2.22.2

1 week ago

[2.22.2] - 2024-05-14

Changed

  • Added support for nikic/php-parser:^5.0 PR#185

Fixed

  • Resolve Nodejs16 deprecations warnings PR#186

2.22.1

2 weeks ago

[2.22.1] - 2024-05-04

Changed

  • Add compatibility with symfony/cache:^7.0 PR#184

2.22.0

2 months ago

[2.22.0] - 2024-03-05

Added

  • Include PHP 8.3 in build matrix PR#178

Changed

Removed

  • Remove dependabot PR#177
  • Remove dependabot workflow PR#180

2.21.0

5 months ago

[2.21.0] - 2023-12-12

Fixed

  • Corrected master for main in workflows and docs PR#174
  • Fix FinalCallback not called after a previous exception PR#173. Thanks to hyde1 for creating the PR.

2.20.0

7 months ago

[2.20.0] - 2023-10-09

Fixed

  • Support public properties comments when using Constructor middleware PR#171

2.19.0

11 months ago

[2.19.0] - 2023-06-06

Fixed

  • Fix constructor not being called on nested array of objects PR#164. Thanks to o15a3d4l11s2 for reporting the issue.
  • Avoid integer keys being replaced in CaseConversion middleware PR#166

2.18.0

1 year ago

[2.18.0] - 2023-05-12

Fixed

  • Support private properties from parent class in DocBlockAnnotations and TypedProperties PR#161

2.17.0

1 year ago

[2.17.0] - 2023-05-02

Changed

  • Allow vimeo/psalm 5.0 as dev dependency
  • Allow recursive traversal in CaseConversion middleware PR#160

Fixed

2.16.0

1 year ago

[2.16.0] - 2023-02-13

Fixed

  • Make it compatible with Laravel 9 PR#156. Thanks to MarcelGDC for reporting the issue.

2.15.0

1 year ago

[2.15.0] - 2023-02-07

Fixed

  • Collection Mapping does not work with more than one item PR#153. Thanks to template-provider for reporting the issue.