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

Updated CHANGELOG

This commit is contained in:
Mike Dvorkin 2012-09-11 16:11:27 -07:00
parent e7c9378ea9
commit 060ccb3914
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
1.1.0
- 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
- Added support for Mongoid 3 and Moped (Nikolaj Nikolajsen)
- Improved formatting of MongoMapper objects (George .)
- ActiveRecord::Relation now renders as array (Dan Lynn)
- Formatting BigDecimal no longer looses precision (Evan Senter)
- Added AwesomePrint.irb! and AwesomePrint.pry! convenience methods
- Fixed conflict with the colorize gem
- Misc tweaks and bug fixes
1.0.2
- Added formatting of Mongoid documents (Adam Doppelt)
- ActiveRecord objects display attributes only. Use :raw => true to display the entire object

View file

@ -1,5 +1,5 @@
Copyright (c) 2010-2012 Michael Dvorkin
twitter.com/mid
http://www.dvorkin.net
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
Permission is hereby granted, free of charge, to any person obtaining

View file

@ -325,7 +325,7 @@ For example:
### License ###
Copyright (c) 2010-2012 Michael Dvorkin
twitter.com/mid
http://www.dvorkin.net
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"