|
| 1 | +# CHANGELOG |
| 2 | + |
1 | 3 | ## Unreleased
|
2 | 4 |
|
| 5 | +## V1.6.0 |
| 6 | + |
| 7 | +- Use pager with Pry #96 |
| 8 | +- Add Rails 7 appraisal #98 |
| 9 | +- Allow Hash keys to be colorized #99 |
| 10 | +- Use CI merge queue #104 |
| 11 | +- Add support for Ruby 3.3 #105 |
| 12 | +- Add Mongoid field aliases #106 |
| 13 | +- Add bigdecimal gem #109 |
| 14 | +- Add ExtLoader to help with require order issues #110 |
| 15 | + |
| 16 | +## v1.5.0 |
| 17 | + |
| 18 | +- Drop support for Ruby 2.3 and 2.4 as well as JRuby 9.1 |
| 19 | +- Add File/Dir formatters for mswin platform #48 |
| 20 | +- Don't monkey patch String class #91 |
| 21 | +- Fix ruby19 hash syntax so it can be copy-pasted #94 |
| 22 | + |
3 | 23 | ## v1.4.0
|
4 |
| - - Support loading config from `$XDG_CONFIG_HOME/aprc` - #63 |
5 |
| - - Remove support for Rails 5.1 #75 |
6 |
| - - Update AR specs for Ruby 2.6.7 #76 |
7 |
| - - Load .aprc configs only once. #74 |
8 |
| - - Add XDG config support #77 |
9 |
| - - Rubocop updates #79 |
10 |
| - - Update Irb integration for v1.2.6+ #81 |
| 24 | + |
| 25 | +- Support loading config from `$XDG_CONFIG_HOME/aprc` - #63 |
| 26 | +- Remove support for Rails 5.1 #75 |
| 27 | +- Update AR specs for Ruby 2.6.7 #76 |
| 28 | +- Load .aprc configs only once. #74 |
| 29 | +- Add XDG config support #77 |
| 30 | +- Rubocop updates #79 |
| 31 | +- Update Irb integration for v1.2.6+ #81 |
11 | 32 |
|
12 | 33 | ## v1.3.0
|
13 |
| - - Fix HTML escaping problems #53 |
14 |
| - - Update test suite for Ruby 2.7.2 and JRuby #61 |
15 |
| - - Add ActionView spec for html_safe #65 |
16 |
| - - Add support for Rails 6.1 #68 |
17 |
| - - Update specs for Ruby 3.0 #69 |
| 34 | + |
| 35 | +- Fix HTML escaping problems #53 |
| 36 | +- Update test suite for Ruby 2.7.2 and JRuby #61 |
| 37 | +- Add ActionView spec for html_safe #65 |
| 38 | +- Add support for Rails 6.1 #68 |
| 39 | +- Update specs for Ruby 3.0 #69 |
18 | 40 |
|
19 | 41 | ## v1.2.2
|
20 |
| - - Support Ruby 3.0 / IRB 1.2.6 - #57 |
21 |
| - - Fix FrozenError - #51 |
22 |
| - - Drop support for Ruby 2.3 and 2.4 as well as JRuby 9.1 - #46 |
23 |
| - - Add passing of `options` to `Logger#ap` - #55 |
| 42 | + |
| 43 | +- Support Ruby 3.0 / IRB 1.2.6 - #57 |
| 44 | +- Fix FrozenError - #51 |
| 45 | +- Drop support for Ruby 2.3 and 2.4 as well as JRuby 9.1 - #46 |
| 46 | +- Add passing of `options` to `Logger#ap` - #55 |
24 | 47 |
|
25 | 48 | ## v1.2.1
|
26 |
| - - Correctly print active_model_errors for models that don't have tables - #42 by sahglie |
27 |
| - - Update AmazingPrint::MongoMapper for frozen strings - #44 |
28 | 49 |
|
29 |
| -## v1.2.0 |
| 50 | +- Correctly print active_model_errors for models that don't have tables - #42 by sahglie |
| 51 | +- Update AmazingPrint::MongoMapper for frozen strings - #44 |
30 | 52 |
|
31 |
| - - Fix frozen string literal issue with ActiveRecord |
32 |
| - - Add uncolor String method to remove ANSI color codes - #30 by duffyjp |
33 |
| - - Restore original copyright - #33 by amarshall |
34 |
| - - Remove method core extension since it is not needed since ruby 1.9 - #37 by grosser |
35 |
| - - Remove pale and black string color aliases - #38 |
36 |
| - - Fix formatting ActionController::Parameters - #29 |
| 53 | +## v1.2.0 |
37 | 54 |
|
| 55 | +- Fix frozen string literal issue with ActiveRecord |
| 56 | +- Add uncolor String method to remove ANSI color codes - #30 by duffyjp |
| 57 | +- Restore original copyright - #33 by amarshall |
| 58 | +- Remove method core extension since it is not needed since ruby 1.9 - #37 by grosser |
| 59 | +- Remove pale and black string color aliases - #38 |
| 60 | +- Fix formatting ActionController::Parameters - #29 |
38 | 61 |
|
39 | 62 | ## v1.1.0
|
40 |
| - - Print out method keyword arguments |
41 |
| - - Fix NoMethodError with Sequel |
42 |
| - - Code cleanups |
43 | 63 |
|
44 |
| -Thanks for the great contributions from: |
45 |
| - |
46 |
| - - andydna |
47 |
| - - beanieboi |
| 64 | +- Print out method keyword arguments |
| 65 | +- Fix NoMethodError with Sequel |
| 66 | +- Code cleanups |
48 | 67 |
|
| 68 | +Thanks for the great contributions from: |
49 | 69 |
|
| 70 | +- andydna |
| 71 | +- beanieboi |
50 | 72 |
|
51 | 73 | ## v1.0.0
|
52 |
| - - Initial Release. |
| 74 | + |
| 75 | +- Initial Release. |
0 commit comments