Skip to content

Releases: jpmens/jo

jo 0.8

10 Mar 11:00
Compare
Choose a tag to compare

2016-03-10 0.8

  • UPD: new test suite
  • NEW: support for nested elements (#19)
  • NEW: if $JO_PRETTY is set, jo will always pretty-print
  • NEW: Define $JO_SPACER to any desired number of spaces or tabs for pretty-printing (#18)

jo 0.7

09 Mar 13:01
Compare
Choose a tag to compare

2016-03-09 0.7

  • NEW: strings "true"/"false" now default to booleans; avoid with -B (#17)
  • FIX: test.sh get quotes to prevent failures with pdksh (#16)
  • FIX: pretty-print Version if requested (#15)
  • FIX: Add cast to suppress warning when compiling with GCC 4.8.4 (#14)

jo 0.6

08 Mar 15:32
Compare
Choose a tag to compare

2016-03-08 0.6

  • FIX: make build work on CentOS 6 (#13)
  • NEW: JSONy version with -V

Win32 binary

compiled with gcc -mno-cygwin from within Cygwin

jmbp-2509

jo 0.5

08 Mar 11:54
Compare
Choose a tag to compare

2016-03-08 0.5

  • FIX: fileno error (#12)

jo 0.4

08 Mar 10:19
Compare
Choose a tag to compare

2016-03-08 0.4

  • NEW: Win32 support for CJK contributed by @mattn (#11)

jo 0.3

08 Mar 10:01
Compare
Choose a tag to compare

2016-03-08 0.3

  • NEW: autotools support
  • NEW: option -v