mirror of
https://github.com/halaxa/json-machine.git
synced 2025-03-15 17:09:39 +01:00
CHANGELOG
This commit is contained in:
parent
4467645dcb
commit
6cb41095a2
@ -6,7 +6,7 @@
|
||||
<br>
|
||||
|
||||
## 0.8.0-BETA
|
||||
Please leave feedback in discussions if someting is broke for you.
|
||||
Please leave feedback in discussions if something broke for you.
|
||||
### Changed
|
||||
- `JsonMachine\JsonMachine` entry point class is deprecated, use `JsonMachine\Items` instead.
|
||||
- `JsonMachine\JsonDecoder\Decoder` interface is deprecated. Use `JsonMachine\JsonDecoder\ChunkDecoder` instead.
|
||||
@ -18,9 +18,8 @@ Please leave feedback in discussions if someting is broke for you.
|
||||
- `Items::getIterator()` now returns `Parser`'s iterator directly. Call `Items::getIterator()`
|
||||
instead of `JsonMachine::getIterator()::getIterator()` to get to `Parser`'s iterator if you need it. Fixes
|
||||
https://stackoverflow.com/questions/63706550
|
||||
- Debug mode - provides data for position, line and column. Disabled by default in `Items`, kept enabled
|
||||
in `JsonMachine` for BC.
|
||||
- Performance touches
|
||||
- `Items` hides data for position, line and column into `debug` option which is disabled by default for performance reasons.
|
||||
- Performance improvemens
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user