Releases: halaxa/json-machine
Releases · halaxa/json-machine
0.8.0-BETA2
Further performance and code improvements.
See the CHANGELOG. Please leave your comments in the 0.8.0-BETA discussion.
0.8.0-BETA
See the CHANGELOG. Please leave your comments in the 0.8.0-BETA discussion.
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.3
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