All Versions
35
Latest Version
Avg Release Cycle
152 days
Latest Release
3828 days ago

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.