-
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.
-
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.
-
2 ruby 1.9 bug fixes.
-
Bug fix in :fields of Hirb::Helpers::ObjectTable.
-
Made :class option in Hirb::Formatter friendlier to external apps.
-
Added :description option and added proc ability to :children_method option for helpers.
-
Bug fix for no ENV on Windows.
-
Bug fix on unaliasing output_method.
-
Bug fix on multiple renders of vertical table.
-
Added ability to use Hirb.enable with non-irb ruby shells.
-
Helper configs now recursively merge when inheriting from others via :ancestor option.
-
Bug fix on UTF-8 support.
-
Added UTF-8 support for Ruby 1.8.x
-
Added :all_fields option to Table helper.
-
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.
-
Fixed typo in Hirb::Console.view
-
Major refactoring with bug fixes and better tests.
-
Improved table algorithm to ensure that tables don’t wrap.
-
Added a pager which detects if output should be paged, Hirb::Pager.
-
Added a selection menu, Hirb::Menu
-
Following API changes: Hirb::Helpers::Table.max_width removed and config files don’t use the :view key anymore.
-
Added tree views.
-
Added output_method option to Hirb::View.render_output.
-
Fixed bug when rendering table with many fields.
-
Initial release