Skip to content

Releases: tomnomnom/gron

v0.7.1

Choose a tag to compare

@tomnomnom tomnomnom released this 13 Apr 14:09

Adds -v/--values option

gron v0.6.1

gron v0.6.1 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 26 Jan 13:31

v0.6.1

gron v0.6.0

gron v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 05 Jul 10:17
  • Adds --json/JSON stream output support (thanks @csabahenk!)
  • Removes trailing newline character for monochrome output (issue #43)

gron v0.5.2

gron v0.5.2 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 04 Apr 10:15
7a83de3

gron v0.5.1

gron v0.5.1 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 02 Jan 00:04
  • Fixes bug where empty identifiers would be treated as bare words (thanks for the report, @waltertross!)

gron v0.5.0

gron v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 22 Feb 20:53
  • Adds -k/--insecure to disable validation of certificates when fetching URLs (thanks @jagsta!)

gron v0.4.0

gron v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 31 Jan 20:17
  • 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

gron v0.3.7 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 16 Sep 15:59
  • HTML characters (<, > etc) are no-longer escaped in gron output (issue #22)

gron v0.3.6

gron v0.3.6 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 09 Sep 20:31
  • 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

gron v0.3.4 Pre-release
Pre-release

Choose a tag to compare

@tomnomnom tomnomnom released this 07 Sep 20:40
  • Speed improvements when using --monochrome
  • Adds --no-sort option