gron/CHANGELOG.mkd

60 lines
1.2 KiB
Markdown
Raw Normal View History

2016-06-05 20:47:23 +00:00
# Changelog
## 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`