- Applied the security fix for yajl-ruby (CVE-2022-24795) #38
- Applied many updates for development dependencies
--raw-output
option to showSymbol
as a rawString
#19
Kernel#itself
method as a core_ext #16
--unbuffered
option #14
- Any
Enumerable
object except forHash
is enumerated #13
--raw-input
option #9--from-file
option #10--null-input
option #11- Do indentation when filter is omitted #12
- [BREAKING CHANGE] Now
-r
is alias for--raw-output
and use--require
to require library #5 - Colorize output by default
- core_ext modules for
Hash
,Enumerable
andEnumerator
#3 #6 #7 --compact-output
option #4--color-output
option #8--monochrome-output
option #8
- Add
-r
option to require library
- Handle SIGINT
- JSON Enumerator is returned as Enumerator::Lazy by default
- Add Kernel#itself method for Ruby 2.1 or earlier
- Initial release