1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-21 06:32:36 +01:00
json-machine/CHANGELOG.md

13 lines
623 B
Markdown
Raw Normal View History

2020-04-17 12:43:32 +02:00
# master
## New features
- [Custom decoder](README.md#custom-decoder)
- `ext-json` is not required anymore, because custom decoder might not need it.
Built-in decoders however depend on it so it must be present if you use them.
## BC breaks
- Function `httpClientChunks()` is deprecated so that compatibility with Symfony HttpClient
is not on the maintainer of JSON Machine. The code is simple and everyone can make their own
function and maintain it.
- Invalid json object keys will now throw and won't be ignored anymore.
## Fixed bugs
- Decoding of json object keys checks for errors and does not silently ignore them.