- Drop support for Ruby 2.3 and 2.4 as well as JRuby 9.1
- Add File/Dir formatters for mswin platform #48
- Don't monkey patch String class #91
- Fix ruby19 hash syntax so it can be copy-pasted #94
- Support loading config from
$XDG_CONFIG_HOME/aprc
- #63 - Remove support for Rails 5.1 #75
- Update AR specs for Ruby 2.6.7 #76
- Load .aprc configs only once. #74
- Add XDG config support #77
- Rubocop updates #79
- Update Irb integration for v1.2.6+ #81
- Fix HTML escaping problems #53
- Update test suite for Ruby 2.7.2 and JRuby #61
- Add ActionView spec for html_safe #65
- Add support for Rails 6.1 #68
- Update specs for Ruby 3.0 #69
- Support Ruby 3.0 / IRB 1.2.6 - #57
- Fix FrozenError - #51
- Drop support for Ruby 2.3 and 2.4 as well as JRuby 9.1 - #46
- Add passing of
options
toLogger#ap
- #55
- Correctly print active_model_errors for models that don't have tables - #42 by sahglie
- Update AmazingPrint::MongoMapper for frozen strings - #44
- Fix frozen string literal issue with ActiveRecord
- Add uncolor String method to remove ANSI color codes - #30 by duffyjp
- Restore original copyright - #33 by amarshall
- Remove method core extension since it is not needed since ruby 1.9 - #37 by grosser
- Remove pale and black string color aliases - #38
- Fix formatting ActionController::Parameters - #29
- Print out method keyword arguments
- Fix NoMethodError with Sequel
- Code cleanups
Thanks for the great contributions from:
- andydna
- beanieboi
- Initial Release.