Skip to content

Releases: JsonMapper/JsonMapper

2.22.2

14 May 09:27
Compare
Choose a tag to compare

[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

04 May 18:51
Compare
Choose a tag to compare

[2.22.1] - 2024-05-04

Changed

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

2.22.0

05 Mar 08:45
Compare
Choose a tag to compare

[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

12 Dec 12:00
Compare
Choose a tag to compare

[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

09 Oct 11:37
Compare
Choose a tag to compare

[2.20.0] - 2023-10-09

Fixed

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

2.19.0

06 Jun 19:33
Compare
Choose a tag to compare

[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

12 May 16:51
Compare
Choose a tag to compare

[2.18.0] - 2023-05-12

Fixed

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

2.17.0

02 May 19:33
Compare
Choose a tag to compare

[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

13 Feb 19:29
Compare
Choose a tag to compare

[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

07 Feb 20:12
Compare
Choose a tag to compare

[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.