All Versions
14
Latest Version
Avg Release Cycle
255 days
Latest Release
1040 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0 Changes
November 21, 2020π Changed
- β¬οΈ Reduce gem dependencies to
railties
by Christian Sutter (@csutter) - π Use
URI::DEFAULT_PARSER
instead of deprecatedURI.parser
by (@dsazup) - π Support Rails 6.1 in tests
π Fixed
- π Fix #breadcrumb_trail to allow overriding the match option
- π Fix #breadcrumb_trail to return enumerator that includes passed in match option
- β¬οΈ Reduce gem dependencies to
-
v0.9.0 Changes
January 19, 2020π Changed
- π Change gemspec to include metadata, license info and remove test artifacts
- β‘οΈ Change to update testing to include Ruby 2.7
- π Change to limit Ruby to 1.9.3 or greater
π Fixed
- π Fix Ruby 2.7 warnings
-
v0.8.1 Changes
February 04, 2019β Added
- β Add console binary
π Changed
- β Remove rake & appraisal binaries
- π Change setup binary to load correct env
- π Change gemspec to load files directly in without using git
-
v0.8.0 Changes
August 07, 2018π Changed
- π Change Translation to skip translating nil and empty string
- π Change view extension to only lookup breadcrumb name translation
- β Remove Configuration #crumb_length and #capitalize options
- β Remove CrumbFormatter to skip truncating and formatting crumb names
-
v0.7.0 Changes
June 20, 2018β Added
- β Add test setup for Rails 5.2 by Brendon Muir(@brendon)
π Changed
- π Change controller level #breadcrumb helper to accept Proc as name without controller parameter by Brendon Muir(@brendon)
-
v0.6.2 Changes
March 30, 2018β Added
- β Add :match to Configuration by Johan Kim(@hiphapis)
-
v0.6.1 Changes
March 26, 2018β Added
- β Add nil guard and clear error messages to Loaf::Crumb initialization by Dan Matthews(@dmvt)
π Fixed
- π Fix Loaf::Crumb to stop modifying options hash by Marcel MΓΌller(@TheNeikos)
-
v0.6.0 Changes
October 19, 2017β Added
- β Add new :match option to allow customisation of breadcrumb matching behaviour
- β Add #current_crumb? for checking if breadcrumb is current in view
- β Add tests setup for Rails 5.0, 5.1
π Changed
- π Change view helper name from #breadcrumbs to #breadcrumb_trail
- π Change Configuration to accept attributes at initilization
- π Change Loaf::Railtie to load for both old and new rails versions
- β Remove Builder class
- Remove configuration options :root, :last_crumb_linked, :style_classes
- β Remove #add_breadcrumbs from controller api
π Fixed
- π Fix current page matching logic to allow for inclusive paths
- π Fix controller filter to work with new Rails action semantics
-
v0.5.0 Changes
January 31, 2015β Added
- β Add generator for locales file
- β Add breadcrumbs scope for translations
- β Add ability to pass proc as title and/or url for breadcrumb helper inside controller
π Changed
- π Change breadcrumb formatter to use translations for title formatting
-
v0.4.0 Changes
January 10, 2015β Added
- β Add ability to force current path through :force option
π Changed
- π Change breadcrumbs view method to return enumerator without block
- π Change Crumb to ruby class and add force option
- π Change Configuration to ruby class and scope config options
- π Change format_name to only take name argument
- π Change to expose config settings on configuration
- β‘οΈ Update test suite to work against different rubies 1.9.x, 2.x
- β Test Rails 3.2.x, 4.0, 4.1, 4.2
π Fixed
- π Fix bug with url parameter to allow for regular rails path variables