Skip to content

Releases: JsonMapper/JsonMapper

2.25.1

26 May 09:52

Choose a tag to compare

[2.25.1] - 2025-05-26

Fixed

  • Nullable union property with null value cannot be mapped PR#200

Full Changelog: 2.25.0...2.25.1

2.25.0

29 Apr 19:04

Choose a tag to compare

[2.25.0] - 2025-04-29

Fixed

  • Replace docblock type parsing with reflection docblock library. PR#199

Removed

  • Support for PHP 7.1, 7.2 and 7.3 has been removed. PR#197

Full Changelog: 2.24.0...2.25.0

2.24.0

08 Apr 09:51

Choose a tag to compare

[2.24.0] - 2025-04-08

Added

  • Add support list and array<TKey, TValue> in constructor middleware PR#194

Full Changelog: 2.23.0...2.24.0

2.23.0

08 Apr 06:58

Choose a tag to compare

[2.23.0] - 2025-04-08

Added

  • Include PHP 8.4 in build matrix PR#187
  • Add support for list and array<TKey, TValue> from DocBlocks PR#193

Full Changelog: 2.22.3...2.23.0

2.22.3

03 Feb 11:55

Choose a tag to compare

[2.22.3] - 2025-02-03

Fixed

  • Fix implicit null deprecations PR#189

2.22.2

14 May 09:27

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

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

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

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

Choose a tag to compare

[2.20.0] - 2023-10-09

Fixed

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