mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Updated CHANGELOG for 1.2.0 release
This commit is contained in:
parent
3723f677cf
commit
4cd87b05fc
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
1.2.0 <-- NOTE: This is the *last* release supporting Ruby < v1.9.3 and Rails < v3.
|
||||||
|
- Added Sequel ORM plugin (Jonathan Davies)
|
||||||
|
- Added Ripple plugin (Ruby modeling layer for Riak, Scott Hyndman)
|
||||||
|
- Added NoBrainer plugin (Ruby ORM for RethinkDB, Nicolas Viennot)
|
||||||
|
- Added formatting for Ruby set objects (Richard Hall)
|
||||||
|
- Fixed HTML formatting (Mike McQuaid)
|
||||||
|
- Other minor bugs and enhancements
|
||||||
|
|
||||||
1.1.0
|
1.1.0
|
||||||
- Objects are no longer recursively formatted by default. Reenable by using :raw => true option.
|
- Objects are no longer recursively formatted by default. Reenable by using :raw => true option.
|
||||||
- ap(object) now returns nil when running under IRB or Pry
|
- ap(object) now returns nil when running under IRB or Pry
|
||||||
|
|
Loading…
Reference in a new issue