Skip to content

Releases: halaxa/json-machine

0.3.0

13 Dec 19:20
Compare
Choose a tag to compare

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

29 Nov 19:27
Compare
Choose a tag to compare

License, readme and logo changes.

v0.2.0

29 Nov 13:23
Compare
Choose a tag to compare
  • Renamed to JSON Machine
  • Tests all supported PHP versions via Docker
  • New logo

Initial release

12 Nov 12:36
Compare
Choose a tag to compare
v0.1.0

Typo