Skip to content

Releases: apimatic/jsonmapper

Release Version 3.1.6

28 Nov 09:20
c6cc21b
Compare
Choose a tag to compare

3.1.6 (2024-11-28)

Bug Fixes

  • additional-properties: ignore exception when additional properties' method is missing (#55) (c6cc21b)

Release Version 3.1.5

28 Nov 07:49
540f642
Compare
Choose a tag to compare

3.1.5 (2024-11-28)

Features

  • additional-properties: adds support for typed additional properties (#54) (540f642)

Release Version 3.1.4

12 Jun 04:26
407b455
Compare
Choose a tag to compare

3.1.4 (2024-06-12)

Features

  • support for mapping inner nullable types in arrays (#52) (407b455)

Continuous Integration

Release Version 3.1.3

15 Mar 06:05
5fe6ee7
Compare
Choose a tag to compare

3.1.3 (2024-03-15)

Bug Fixes

  • applies isEnabled condition to parse_ini_file function call (#48) (5fe6ee7)

Continuous Integration

Version 3.1.2

08 Jun 04:33
6673a94
Compare
Choose a tag to compare

3.1.2 (2023-06-08)

Bug Fixes

  • ini-parsing: added support for open_basedir restrictions (#41) (6673a94)

Version 3.1.1

08 May 06:27
646a308
Compare
Choose a tag to compare

3.1.1 (2023-05-08)

Features

  • runtime-exception: convert JsonMapperException into RuntimeException (#40) (646a308)

Version 3.1.0

03 May 09:55
aa5542f
Compare
Choose a tag to compare

3.1.0 (2023-05-03)

Features

  • oaf-discriminators: support discriminators for oneof/anyof (#38) (aa5542f)

Version 3.0.7

04 Apr 07:27
c877632
Compare
Choose a tag to compare

3.0.7 (2023-04-04)

Features

  • language version upgrade: upgrade PHP language version to 8.2 (8373a90)

Build Systems

  • extend-php-support: extend php versions support to 8.x (#36) (c877632)

Version 3.0.6

16 Feb 10:56
b74416e
Compare
Choose a tag to compare

3.0.6 (2023-02-16)

Continuous Integration

  • security-enhancement: setup dependency review and release approvals (#32) (b74416e)

Support for inheritance through different namespaces

07 Dec 04:34
7f998fb
Compare
Choose a tag to compare

This release fixes a bug where jsonmapper is unable to deserialize the json to a Child class when the Parent class exists in a different namespace.