Skip to content

Releases: FeastFramework/json

v1.3.1

02 Jun 01:45

Choose a tag to compare

Version 1.3.1 - Patch Release

This release adds generics support on the JSON Marshaller to allow automatic type inference on returned objects.

Full Changelog: v1.3.0...v1.3.1

v0.3.1

02 Jun 01:45

Choose a tag to compare

Version 0.3.1 - Patch Release

This release adds generics support on the JSON Marshaller to allow automatic type inference on returned objects.

Full Changelog: v0.3.0...v0.3.1

v1.3.0

28 May 04:12

Choose a tag to compare

Version 1.3.0 - Minor Release

  1. Change Json Marshaller to allow instantiation of objects to skip constructors
  2. Change Json Marshaller to allow restricting output string by Property Visibility.

Full Changelog: v1.2.0...v1.3.0

v0.3.0

28 May 04:12

Choose a tag to compare

Version 0.3.0 - Minor Release

  1. Change Json Marshaller to allow instantiation of objects to skip constructors
  2. Change Json Marshaller to allow restricting output string by Property Visibility.

Full Changelog: v0.2.0...v0.3.0

v1.2.0

29 Apr 00:31

Choose a tag to compare

Version 1.2.0 - Minor Release

Add omitEmpty functionality.

Full Changelog: v1.1.1...v1.2.0

v0.2.0

29 Apr 00:31

Choose a tag to compare

Version 0.2.0 - Minor Release

Add omitEmpty functionality.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

20 Aug 16:52

Choose a tag to compare

PHP 7.4 Compatible release - Documentation and testing update.

v0.1.0

19 Aug 23:00

Choose a tag to compare

PHP 7.4 Compatible release - Will not be maintained

v1.1.1

07 May 13:26

Choose a tag to compare

Version 1.1.1 - Patch release
Remove vendor folder from repository.
Update for compatibility with newer version of Psalm without errors.

v1.1.0

22 Apr 00:19

Choose a tag to compare

Version 1.1.0 - Minor release
New Feature - Add included flag on JsonItem attribute. Read more here.
Fix support for stdClass. stdClass has no named properties, so was not being included in any parsing.