Skip to content

Releases: hjson/hjson-php

v2.2.2

23 Oct 19:32
c0c76eb
Compare
Choose a tag to compare

Fixes issue where the number 0 was being skipped in output when being the only content on a line in a multiline-string.

v2.2.1

14 Sep 11:24
dc722da
Compare
Choose a tag to compare

Fixes for deprecation warnings in PHP 8.2.

v2.2.0

27 Dec 18:01
f2c9eb1
Compare
Choose a tag to compare
  • Fixes stringify assoc arrays
  • Faster parsing
  • Fixes stringification of falsy non-empty strings (eg. "0")

v2.1.0

18 Feb 23:04
8b25640
Compare
Choose a tag to compare

Adds support for single-quoted strings and partial support for utf8 characters.

v2.0.2

24 Jan 22:31
8cb5b59
Compare
Choose a tag to compare
Merge pull request #10 from nichtich/master

Support parsing into associative array (#5)

v2.0.1

19 Aug 19:20
Compare
Choose a tag to compare

fix err on bad \u char

v2.0.0

08 Aug 19:16
Compare
Choose a tag to compare
add stricter check for quoteless strings

v1.0.2

30 Apr 21:01
Compare
Choose a tag to compare
fix #4, ml string containing '0'

v1.0.1

13 Apr 20:52
Compare
Choose a tag to compare
fix #3

v1.0.0

16 Mar 11:19
Compare
Choose a tag to compare
Correct Composer name