Changelog for
ruby3.3-rubygem-awesome_print-1.9.2-1.66.i586.rpm :
* Thu Jun 24 2021 Stephan Kulow
updated to version 1.9.2 see installed CHANGELOG.md
* Tue Jun 20 2017 cooloAATTsuse.com- updated to version 1.8.0 see installed CHANGELOG.md - new things!
* Tue Jun 07 2016 cooloAATTsuse.com- updated to version 1.7.0 CHANGELOG removed upstream
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 1.6.1
* Fri Oct 04 2013 cooloAATTsuse.com- updated to version 1.2.0 - 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
* Wed Sep 12 2012 cooloAATTsuse.com- updated to version 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
* Mon Dec 26 2011 romanAATTpriesol.net- updated to version 1.0.2 - Added formatting of Mongoid documents (Adam Doppelt) - ActiveRecord objects display attributes only. Use :raw => true to display the entire object - ActiveSupport::Date objects get formatted as regular Date - Rails.logger.ap colorizes output based on ActiveSupport::LogSubscriber.colorize_logging (default is true) - Improved formatting of methods array
* Sun Dec 04 2011 romanAATTpriesol.net- updated to version 1.0.1 - Updated repo tags for Rubygems.org- changes in version 1.0.0 (Thanksgiving edition) - Added ability to format
*arbitrary
* Ruby object - Added :limit option to limit large output for arrays and hashes (Andrew Horsman) - Improved HTML formatting when :html => true (Daniel Johnson) - Added Mongoid extension (Adam Doppelt) - Added Nokogiri extension (Adam Doppelt) - Removed Jeweler gem dependency
* Sat May 14 2011 romanAATTpriesol.net- udpated to version 0.4.0 - \'ap object\' now returns the object (Stephan Hagemann) - Added :html => true option to enable HTML colors rather that ANSI (ex. Sinatra templates) - Added AwesomePrint.force_colors! to allow color output on demand (Andrew O\'Brien) - Added MongoMapper formatter mixin (Elpizo Choi) - Fixed formatting of methods array when object#method is overridden - Fixed potential stack errors by checking whether AwesomePrint is already loaded - Improved Ruby 1.8.6 and 1.8.7 compatibility - Improved Windows compatibility (Viktar Basharymau)
* Mon Jan 31 2011 romanAATTpriesol.net- update to version 0.3.2 - Make sure Rails mixins get loaded in Rails console when required from .irbrc - Fixed an issue with classes that define their own #send method (ex: Socket) - Fixed compatibility issue with Liquid gem that defines Module#liquid_methods - Fixed hash spec for Ruby < 1.9 where order of hash keys is not guaranteed - Added :sorted_hash_keys option to sort hash keys (Ed Ruder)- additional changes from version 0.3.1 (RubyConf X edition) - Fixed Ruby 1.8.6 compatibility issues (thanks, Tim!) - Fixed stack overflow issue with Rails 2.3.x console