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