Skip to content

Releases: colinodell/json5

v1.0.2

14 Jan 14:48
Compare
Choose a tag to compare

This release contains massive performance improvements of 98% or more, especially for larger JSON inputs!

Added

  • On PHP 7.x: parser will try using json_decode() first in case normal JSON is given, since this function is much faster (#1)

Fixed

  • Fixed multiple performance issues (#1)
  • Fixed bug where JSON_OBJECT_AS_ARRAY was improperly taking priority over assoc in some cases

v1.0.1

11 Nov 17:18
Compare
Choose a tag to compare

Removed

  • Removed accidentally-public constant

v1.0.0

11 Nov 16:37
Compare
Choose a tag to compare

Initial release! 🎉