Changelog
main
v0.4.0
- Colourise json/ruby output
- Remove trailing comma from arrays and hashes in the Ruby output format
v0.3.0
- Rename project to
rj - New syntax for navigating objects:
.data.idinstead of["data"]["id"] - Add
-roption that’s the same as-o plain
v0.2.0
- Add
-coption for emitting compact JSON - Add
-ooption for specifying the output format, e.g.-o rubyor-o plain(defaults to-o json)
v0.1.0
- Initial release