Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

89 lines (49 loc) · 2.36 KB

Change Log

[0.6.0] - 2022-07-06

Added

  • Support Ruby 3.0 and 3.1 #43 #46

Fixed

  • Applied the security fix for yajl-ruby (CVE-2022-24795) #38
  • Applied many updates for development dependencies

[0.5.1] - 2017-07-02

Fixed

  • --raw-output option to show Symbol as a raw String #19

[0.5.0] - 2016-12-28

Changed

  • Dropped support for Ruby 2.0 and 2.1, and support Ruby 2.3 and 2.4 #15 #16

Removed

  • Kernel#itself method as a core_ext #16

[0.4.0] - 2015-08-29

Added

  • --unbuffered option #14

[0.3.1] - 2015-08-29

Fixed

  • Any Enumerable object except for Hash is enumerated #13

[0.3.0] - 2015-08-28

Added

  • --raw-input option #9
  • --from-file option #10
  • --null-input option #11
  • Do indentation when filter is omitted #12

[0.2.0] - 2015-08-19

Changed

  • [BREAKING CHANGE] Now -r is alias for --raw-output and use --require to require library #5
  • Colorize output by default

Added

  • core_ext modules for Hash, Enumerable and Enumerator #3 #6 #7
  • --compact-output option #4
  • --color-output option #8
  • --monochrome-output option #8

[0.1.0] - 2014-11-06

Added

  • Add -r option to require library

[0.0.3] - 2014-11-05

Fixed

  • Handle SIGINT

[0.0.2] - 2014-10-06

Changed

  • JSON Enumerator is returned as Enumerator::Lazy by default

Fixed

  • Add Kernel#itself method for Ruby 2.1 or earlier

[0.0.1] - 2014-10-03

  • Initial release