All Versions
36
Latest Version
Avg Release Cycle
134 days
Latest Release
1539 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.4.2 Changes
January 07, 2021 -
v5.4.1 Changes
November 06, 2020- π Fix unexpected
:slug
error on valid, unpersisted model (#952)
- π Fix unexpected
-
v5.4.0 Changes
August 14, 2020- π Fix Ruby 2.7 keyword params deprecation warning (#939)
- Fix Slug Validation in
unset_slug_if_invalid
(#938) - Make
first_by_friendly_id
case insensitive usingdowncase
(#787) - Use
destroy_all
rather thandelete_all
when creating historical slugs (#924) - π Set required ruby version to
>= 2.1.0
(#923) - Avoid using deprecated
update_attributes
(#922)
-
v5.3.0 Changes
September 25, 2019 -
v5.2.5 Changes
December 30, 2018- π» Pass all possible parameters to ActiveRecord::RecordNotFound.new when raising the exception (#890)
- π Use composite index for queries by sluggable (#882)
- Scoped: generate new slug if scope changed (#878)
- π Fix History + SequentiallySlugged issues (#877)
- π Support scoped with STI (#745)
- π Fix exists? to behave the same as find for numeric slugs (#875)
- Remove dirty tracking code from to_param (#867)
-
v5.2.4 Changes
April 24, 2018- π Fix compatibility with Rails versions 4.0 -> 5.2. (#863).
- π¨ Refactor
History::FinderMethods
to use base implementation. (#853). - Defer loading of ActiveRecord to avoid config issues. (#852).
- Ensure compatibility with paranoid deletion libraries. (#838).
- Add treat_reserved_as_conflict option to initializer (#847).
-
v5.2.3 Changes
September 21, 2017- β Added option to treat reserved words as conflicts (#831).
-
v5.2.2 Changes
September 14, 2017 -
v5.2.1 Changes
April 09, 2017 -
v5.2.0 Changes
April 09, 2017- β Add sequential slug module for FriendlyId 4.x-style sequential slugs. (#644).
- π Make Candidates#each iterable without block (#651).
- Ensure slug history prefers the record that most recently used the slug (#663).
- Don't calculate all changes just to check if the param field has changed (#667).
- Don't set or change slug when unrelated validation failures block the record from being saved (#642).
- π Fix order dependence bug between history and finders modules (#718)
- β Added ability to conditionally turn off
:dependent => :destroy
on FriendlyId::Slugs(#724) - β Add support for Rails 5. (#728)
- Allow per-model conditional disabling of friendly path generation using a :routes option to friendly_id (#735)