Releases · tomnomnom/gron

v0.7.1

gron v0.6.1

gron v0.6.0

  • Adds --json/JSON stream output support (thanks @csabahenk!)
  • Removes trailing newline character for monochrome output (issue #43)

gron v0.5.2

gron v0.5.1

  • Fixes bug where empty identifiers would be treated as bare words (thanks for the report, @waltertross!)

gron v0.5.0

  • Adds -k/--insecure to disable validation of certificates when fetching URLs (thanks @jagsta!)

gron v0.4.0

  • Adds -c/--colorize to force colorization of output (thanks @orivej!)
  • Adds -s/--stream option to read one JSON object per line
  • Native string quoting (performance improvement)
  • Fixes bug with strings ending in a double-slash (issue #25)

gron v0.3.7

  • HTML characters (<, > etc) are no-longer escaped in gron output (issue #22)

gron v0.3.6

  • Rebuild of 0.3.5 without bug where invalid statements were outputted
  • General performance improvements; 5 to 17 times faster (see issue #21 for details)

gron v0.3.4

  • Speed improvements when using --monochrome
  • Adds --no-sort option