All Versions
35
Latest Version
Avg Release Cycle
152 days
Latest Release
3828 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.0 Changes
- โ Added dynamic views.
- โ Added default table views for the following database classes/modules: CouchFoo::Base, CouchPotato::Persistence, CouchRest::ExtendedDocument, DBI::Row, DataMapper::Resource, Friendly::Document, MongoMapper::Document, MongoMapper::EmbeddedDocument, Mongoid::Document, Ripple::Document and Sequel::Model.
- Added Hirb.add_view and Hirb.add_dynamic_view for easier view manipulation.
- Added :multi_line_nodes option for Tree.
- ๐ Fixed :change_fields option bug in Table.
- ๐ Fixed no headers and nil fields bug in Table.
- โ Removed deprecations in Hirb.config_file + View.enable.
- โ Removed Views classes and View.format_class.
- โ Removed :return_rows option for Table.
-
v0.2.10 Changes
- โ Added multiple options to Menu, most importantly :two_d and :action.
- ๐ Improved table resizing algorithm.
- โ Added merging of configs for multiple Hirb.enable calls.
- Added :max_fields, :hide_empty, :delete_callbacks, :resize, :header_filter and :return_rows options to Table.
- โ Added escaping for \t and \r in Table.
- ๐ Renamed Table's :no_newlines option to :escape_special_chars.
- โ Removed Table's :field_lengths option.
- โ Removed Menu's :validate_one option.
- ๐ Bug fix for table header of a basic array.
- ๐ Deprecating Hirb.config_file + View.enable in next release.
-
v0.2.9 Changes
- โ Added newline filtering and :no_newlines option for table helper.
- โ Added default filters for hashes that have hash values.
- ๐ Bug fix for deprecated to_a call.
-
v0.2.8 Changes
- โ Added callbacks to Hirb::Helpers::Table.
- โ Added :change_fields option to Hirb::Helpers::Table.
- โ Added terminal size detection for jruby.
- ๐ Bug fix for paging long outputs.
- ๐ Bug fix to make unexpected hirb rendering errors more clear.
-
v0.2.7 Changes
- ๐ 2 ruby 1.9 bug fixes.
- ๐ Bug fix in :fields of Hirb::Helpers::ObjectTable.
- Made :class option in Hirb::Formatter friendlier to external apps.
-
v0.2.6 Changes
- โ Added :description option and added proc ability to :children_method option for helpers.
- ๐ Bug fix for no ENV['HOME'] on Windows.
- ๐ Bug fix on unaliasing output_method.
- ๐ Bug fix on multiple renders of vertical table.
-
v0.2.5 Changes
- โ Added ability to use Hirb.enable with non-irb ruby shells.
- ๐ Helper configs now recursively merge when inheriting from others via :ancestor option.
-
v0.2.4 Changes
- ๐ Bug fix on UTF-8 support.
-
v0.2.3 Changes
- โ Added UTF-8 support for Ruby 1.8.x
- โ Added :all_fields option to Table helper.
-
v0.2.2 Changes
- โ Added a friendlier default (a vertical table) to incorrectly configured tables.
- โ Added vertical table helper thanks to chrononaut.
- โ Added detection of :select option from ActiveRecord queries in ActiveRecordTable helper.
- โ Added handling anything that responds to :to_a in AutoTable helper.