Releases: sburba/strict-json
Releases · sburba/strict-json
Release 3.2.4
Release 3.2.3
Fix wording in missing parameter array adapter error message
Release 3.2.1
Fixed a bug that could cause StrictJson to throw a TypeError instead of JsonFormat exception when a JSON field is expected to be an array but is actually an object.
Release 3.2.0
Add mapDecodedToArray method that maps decoded json to an array of items of a specified type
Release 3.1.0
Add the ability to register adapters for php primitive types. See docs for more info
Release 3.0.3
Small bugfix in php platform version
Release 3.0.2
Fix crash when running with php notices on
Release 3.0.1
Improved documentation
More types specified in APIs
Version 3.0.0
- 2x faster for large lists!
Breaking Changes
- If you were using the parameter_adapters parameter in the StrictJson constructor, you'll have to migrate to using
StrictJson::builder()
- JsonContext has been renamed to JsonPath
Version 2.0.1
Improve error message for validation exceptions in constructors