Releases: halaxa/json-machine
Releases · halaxa/json-machine
0.3.0
New Features (1)
- JsonMachine::fromString now consumes about 4× less memory than previous version, by utilizing PHP's copy on write behaviour. JSON string is not copied anymore - only iterated over.
Bug Fixes (0)
BC breaks (1)
- Internal: Constructor signature of
Lexer
has changed. It newly requires\Traversable
instead of a stream resource. It doesn't affect public JsonMachine API.
v0.2.1
v0.2.0
Initial release
v0.1.0 Typo