Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 666 Bytes

File metadata and controls

25 lines (24 loc) · 666 Bytes

hjson-java History

  • v3.0.0
    • add support for single quoted strings
    • add option to turn off legacy support for omitting root braces
    • HjsonWriter will always emit root braces
  • v2.1.1
    • Update ML stringify to match JS
  • v2.1.0
    • add DSF (domain specific formats), experimental
  • v2.0.5
    • fix stringify for strings staring with a punctuator char
  • v2.0.1
    • move to hjson org
  • v2.0.0
    • fix quoteless string starting with punctuator
    • add cli
  • v1.1.4
    • fix writer for comment tokens in keyname
  • v1.1.3
    • fix trailing whitespace in keyname
  • v1.1.2
    • fix trailing space in quoteless strings
  • v1.1.1
    • better error messages & root check