Releases: tomnomnom/gron
Releases · tomnomnom/gron
v0.7.1
gron v0.6.1
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
- Built with Go 1.10 to fix issue #32 - Thanks @VladimirAlexiev and @joekyo!
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
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