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:
parent
e7c9378ea9
commit
060ccb3914
3 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -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
|
1.0.2
|
||||||
- Added formatting of Mongoid documents (Adam Doppelt)
|
- Added formatting of Mongoid documents (Adam Doppelt)
|
||||||
- ActiveRecord objects display attributes only. Use :raw => true to display the entire object
|
- ActiveRecord objects display attributes only. Use :raw => true to display the entire object
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,5 +1,5 @@
|
||||||
Copyright (c) 2010-2012 Michael Dvorkin
|
Copyright (c) 2010-2012 Michael Dvorkin
|
||||||
twitter.com/mid
|
http://www.dvorkin.net
|
||||||
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
|
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
|
|
@ -325,7 +325,7 @@ For example:
|
||||||
### License ###
|
### License ###
|
||||||
Copyright (c) 2010-2012 Michael Dvorkin
|
Copyright (c) 2010-2012 Michael Dvorkin
|
||||||
|
|
||||||
twitter.com/mid
|
http://www.dvorkin.net
|
||||||
|
|
||||||
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
|
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue