JSON Machine v0.3.1 Release Notes

Release Date: 2019-03-16 // about 5 years ago
  • ๐Ÿ†• New Features (3)

    ๐Ÿณ Docker: Each PHP docker image has xdebug installed
    ๐Ÿณ Docker: Testing script tries to pull the newest image of each supported php version
    โšก๏ธ Docker: Updated PHP 7.3 version to stable

    ๐Ÿ› Bug Fixes (4)

    Json pointer was failing when iterated subtree was not the first at its level #7. Thanks, @rybakit.
    ๐Ÿ›  Fixed json_decode call on performace test to return array same as JsonMachine
    Got rid of the quiet dependency on local ./composer binary
    Reworded guzzle example #3. Thanks, @Mwisho.

    BC breaks (2)

    Only lower case of null, true and false is allowed - was non standard and shouldn't affect anyone
    ๐Ÿ‘Œ Support for + sign in front of positive number was dropped - was non standard and shouldn't affect anyone