Releases: apimatic/jsonmapper
Releases · apimatic/jsonmapper
Release Version 3.1.6
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
3.1.5 (2024-11-28)
Features
- additional-properties: adds support for typed additional properties (#54) (540f642)
Release Version 3.1.4
3.1.4 (2024-06-12)
Features
- support for mapping inner nullable types in arrays (#52) (407b455)
Continuous Integration
Release Version 3.1.3
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
3.1.2 (2023-06-08)
Bug Fixes
- ini-parsing: added support for open_basedir restrictions (#41) (6673a94)
Version 3.1.1
3.1.1 (2023-05-08)
Features
- runtime-exception: convert JsonMapperException into RuntimeException (#40) (646a308)
Version 3.1.0
3.1.0 (2023-05-03)
Features
- oaf-discriminators: support discriminators for oneof/anyof (#38) (aa5542f)
Version 3.0.7
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
3.0.6 (2023-02-16)
Continuous Integration
- security-enhancement: setup dependency review and release approvals (#32) (b74416e)
Support for inheritance through different namespaces
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.