Releases: amazing-print/amazing_print
Releases · amazing-print/amazing_print
1.8.1
What's Changed
- Fix authors list in gemspec by @HarlemSquirrel in #128
- Use array.length.zero? to avoid issues with ActiveRecord collection proxy by @HarlemSquirrel in #129
- grammar glowup in README.md by @brandondrew in #130
- Add codeowners file by @HarlemSquirrel in #131
- Prepare v1.8.1 by @HarlemSquirrel in #132
New Contributors
- @brandondrew made their first contribution in #130
Full Changelog: v1.8.0...1.8.1
1.8.0
What's Changed
- Drop Ruby 3.0 and add Ruby 3.4 by @HarlemSquirrel in #125
- Add release action and bump version to 1.8.0 by @HarlemSquirrel in #127
Full Changelog: v1.7.2...1.8.0
v1.7.2
v1.6.0
v1.5.0
v1.4.0
v1.3.0
Patch Release
Minor release
- 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
Minor release
- Print out method keyword arguments
- Fix NoMethodError with Sequel
- Code cleanups
Thanks for the great contributions from:
- andydna
- beanieboi