Skip to content

Releases: halaxa/json-machine

0.7.1

06 Dec 13:35
1d119ae
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.7.0

06 May 11:48
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.6.1

06 Apr 09:53
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.6.0

24 Jan 19:11
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.5.0

08 Dec 15:48
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.4.1

01 Dec 20:03
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.4.0

09 Nov 13:31
b99d7a9
Compare
Choose a tag to compare

See CHANGELOG for changes and release notes.

0.3.3

20 Dec 18:51
6333030
Compare
Choose a tag to compare

New Features (1)

Minor feature: JsonMachine::fromIterable() - an alias to constructor, but emphasizing the fact that an iterable can be a source of json data. Very handy in conjunction with Symfony HttpClient and new httpClientChunks helper. See example in src/examples.
Also PHP 7.4 support

Bug Fixes (3)

#6, thanks @Mwisho
#14, thanks @formatz
#19, thanks @LaravelFreelancerNL

BC breaks (0)

0.3.2

20 Mar 19:39
8e3555b
Compare
Choose a tag to compare

New Features (0)

Bug Fixes (1)

#9 Fixed json parsing with "\\" at the end of a string. Thanks, @marenkov.

BC breaks (0)

0.3.1

16 Mar 18:36
Compare
Choose a tag to compare

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