1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

New approach for awesomeprint -- this uses a factory pattern to register formatters as they go. wip.

This commit is contained in:
James Cox 2019-01-22 11:01:43 -05:00
parent 4564fd7472
commit 2105efbf51
35 changed files with 418 additions and 275 deletions

View file

@ -1,4 +1,6 @@
## master (unreleased)
## 2.0.0
- Fixes spec suite to properly work via travis, gets a clean build [@imajes, others]
- Adds support for ActiveModel::Errors [@dshinzie] - [#301]
- removes use of `strip_heredoc` from specs as it's a rails dep [@kstephens] - [#303]