gron/CHANGELOG.mkd

96 lines
2.2 KiB
Markdown
Raw Normal View History

2016-06-05 20:47:23 +00:00
# Changelog
2017-01-31 20:17:24 +00:00
## 0.4.0
- Adds `-c`/`--colorize` to force colorization of output (thanks @orivej!)
2017-01-31 20:17:24 +00:00
- 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)
2016-09-16 15:59:46 +00:00
## 0.3.7
- HTML characters (`<`, `>` etc) are no-longer escaped in gron output (issue #22)
2016-09-09 20:31:19 +00:00
## 0.3.6
- Fixes bug where invalid statements were outputted
2016-09-09 17:43:53 +00:00
## 0.3.5
- General performance improvements; 5 to 17 times faster (see issue #21 for details)
2016-09-07 20:40:40 +00:00
## 0.3.4
- Speed improvements when using `--monochrome`
- Adds `--no-sort` option
## 0.3.3
2016-09-03 14:37:25 +00:00
- Slightly improved error reporting when ungronning
- 20 second timeout on HTTP(s) requests (thanks @gummiboll!)
- Version information added at build time + `--version` option (issue #19)
2016-09-03 14:37:25 +00:00
2016-08-30 22:07:17 +00:00
## 0.3.2
- Adds handling of `--` lines produced by grep -A etc (issue #15)
2016-08-16 08:07:33 +00:00
## 0.3.1
- Built with Go 1.7!
- Up to 25% faster
- 40% smaller binaries
2016-08-15 23:42:18 +00:00
## 0.3.0
- Adds colorized gron output
- Fixes formatting of large ints in ungron output (issue #12)
## 0.2.9
- Adds colorized ungron output (thanks @nwidger!)
- Adds 32 bit binaries to releases
2016-08-03 10:20:31 +00:00
## 0.2.8
- Adds freebsd release binaries
2016-08-02 20:25:52 +00:00
## 0.2.7
2016-08-02 20:24:23 +00:00
- Fixes bad handling of escape sequences when ungronning - but properly this time (issue #7)
2016-08-02 20:05:15 +00:00
## 0.2.5
- Fixes bad handling of escape sequences when ungronning (issue #7)
## 0.2.4
- Fixes handling of large integers (issue #6)
## 0.2.3
- Switches Windows binary packaging to zip instead of tgz
## 0.2.2
- Tweaks release automation, no user-facing changes
## 0.2.1
- Adds windows binary
2016-06-30 22:50:12 +00:00
## 0.2.0
- Adds [ungronning](README.mkd#ungronning)!
2016-06-24 14:22:14 +00:00
## 0.1.7
- Fixes sorting of array keys; now uses natural sort
2016-06-18 23:52:02 +00:00
## 0.1.6
- Adds proper handling of key quoting using Unicode ranges
- Adds basic benchmarks
- Adds profiling script
2016-06-08 17:49:48 +00:00
## 0.1.5
- Adds scripted builds for darwin on amd64
## 0.1.4
- Minor changes to release script
## 0.1.3
- Releases are now tarballs
2016-06-06 22:33:29 +00:00
## 0.1.2
- Underscores no-longer cause keys to be quoted
- HTTP requests are now done with `Accept: application/json`
- HTTP requests are now done with `User-Agent: gron/0.1`
2016-06-05 20:47:23 +00:00
## 0.1.1
- Adds support for fetching URLs directly
## 0.1.0
- Support for files
- Support for `stdin`