Changelog for
ruby2.7-rubygem-friendly_id-5.5.1-150400.1.3.x86_64.rpm :
* Tue Nov 14 2023 dan.cermakAATTposteo.net- ## 5.5.1 (2023-11-13)
* Fix YARD doc generation. ([#1006](https://github.com/norman/friendly_id/pull/1006))
* Wed Dec 07 2022 cooloAATTsuse.comupdated to version 5.5.0 see installed Changelog.md [#]# 5.5.0 (2022-11-16)
* SimpleI18n: Handle regional locales ([#965](https://github.com/norman/friendly_id/pull/965))
* Fix: \"unknown column\" exception ([#943](https://github.com/norman/friendly_id/pull/943))
* Add: `allow_nil: true` to the Finder ([#995](https://github.com/norman/friendly_id/pull/995) and [#997](https://github.com/norman/friendly_id/pull/997))
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 5.4.2 see installed Changelog.md [#]# 5.4.2 (2021-01-07)
* Fix: Set slug before save if needed ([#948](https://github.com/norman/friendly_id/pull/948))
* Revert \"Make `first_by_friendly_id` case insensitive using `downcase`\" ([#951](https://github.com/norman/friendly_id/pull/951)) [#]# 5.4.1 (2020-11-06)
* Fix unexpected `:slug` error on valid, unpersisted model ([#952](https://github.com/norman/friendly_id/pull/952))
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 5.4.0 see installed Changelog.md [#]# Unreleased [#]# 5.4.0 (2020-08-14)
* Fix Ruby 2.7 keyword params deprecation warning ([#939](https://github.com/norman/friendly_id/pull/939))
* Fix Slug Validation in `unset_slug_if_invalid` ([#938](https://github.com/norman/friendly_id/pull/938))
* Make `first_by_friendly_id` case insensitive using `downcase` ([#787](https://github.com/norman/friendly_id/pull/787))
* Use `destroy_all` rather than `delete_all` when creating historical slugs ([#924](https://github.com/norman/friendly_id/pull/924))
* Set required ruby version to `>= 2.1.0` ([#923](https://github.com/norman/friendly_id/pull/923))
* Avoid using deprecated `update_attributes` ([#922](https://github.com/norman/friendly_id/pull/922))
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 5.3.0 see installed Changelog.md [#]# 5.3.0 (2019-09-25)
* Record history when scope changes but slug does not ([#916](https://github.com/norman/friendly_id/pull/916))
* Add support for Rails 6 ([#897](https://github.com/norman/friendly_id/pull/897)) [#]# 5.2.5 (2018-12-30)
* Pass all possible parameters to ActiveRecord::RecordNotFound.new when raising the exception ([#890](https://github.com/norman/friendly_id/pull/890))
* Use composite index for queries by sluggable ([#882](https://github.com/norman/friendly_id/pull/882))
* Scoped: generate new slug if scope changed ([#878](https://github.com/norman/friendly_id/pull/878))
* Fix History + SequentiallySlugged issues ([#877](https://github.com/norman/friendly_id/pull/877))
* Support scoped with STI ([#745](https://github.com/norman/friendly_id/pull/745))
* Fix exists? to behave the same as find for numeric slugs ([#875](https://github.com/norman/friendly_id/pull/875))
* Remove dirty tracking code from to_param ([#867](https://github.com/norman/friendly_id/pull/867))
* Mon Jan 14 2019 cooloAATTsuse.com- updated to version 5.2.5 see installed Changelog.md
* Tue Apr 24 2018 factory-autoAATTkulow.org- updated to version 5.2.4 see installed Changelog.md [#]# 5.2.4 (2018-04-24)
* Fix compatibility with Rails versions 4.0 -> 5.2. ([#863](https://github.com/norman/friendly_id/pull/863)).
* Refactor `History::FinderMethods` to use base implementation. ([#853](https://github.com/norman/friendly_id/pull/853)).
* Defer loading of ActiveRecord to avoid config issues. ([#852](https://github.com/norman/friendly_id/pull/852)).
* Ensure compatibility with paranoid deletion libraries. ([#838](https://github.com/norman/friendly_id/pull/838)).
* Add treat_reserved_as_conflict option to initializer ([#847](https://github.com/norman/friendly_id/pull/847)). [#]# 5.2.3 (2017-09-22)
* Added option to treat reserved words as conflicts ([#831](https://github.com/norman/friendly_id/pull/831)).
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 5.2.3 see installed Changelog.md
* Sun Sep 17 2017 cooloAATTsuse.com- updated to version 5.2.2 see installed Changelog.md [#]# 5.2.2 (2017-09-13)
* Prevent warning on db:migrate in Rails 5.1 ([#826](https://github.com/norman/friendly_id/pull/826)).
* Allow to set size limit for slug ([#809](https://github.com/norman/friendly_id/pull/809)).
* Update specs and drop support for ruby 2.0.0 ([#824](https://github.com/norman/friendly_id/pull/824)).
* Mon Apr 10 2017 cooloAATTsuse.com- updated to version 5.2.1 see installed Changelog.md [#]# 5.2.1 (2017-04-09)
* Change ActiveRecord::Base to ApplicationRecord ([#782](https://github.com/norman/friendly_id/pull/782)).
* Refactor `Candidates#each` method. ([#773](https://github.com/norman/friendly_id/pull/773)).
* Assign to configured slug column, not \'slug\' when validation fails. ([#779](https://github.com/norman/friendly_id/pull/779)).
* Fix sequential slugs when using History. ([#774](https://github.com/norman/friendly_id/pull/774)).
* Thu Dec 01 2016 cooloAATTsuse.com- updated to version 5.2.0 see installed Changelog.md
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 5.1.0
* FriendlyId will no longer allow blank strings as slugs ([#571](https://github.com/norman/friendly_id/pull/571)).
* FriendlyId will now try to use the first non-reserved candidate as its slug and will only mark the record invalid if all candidates ([#536](https://github.com/norman/friendly_id/issues/536)).
* Fix order dependence bug between history and scoped modules ([#588](https://github.com/norman/friendly_id/pull/588)).
* Fix \"friendly\" finds on Rails 4.2 ([#607](https://github.com/norman/friendly_id/issues/607)). [#]# 5.0.4 (2014-05-29)
* Bug fix for call to removed `primary` method on Edge Rails. ([#557](https://github.com/norman/friendly_id/pull/557)).
* Bug fix for unwanted slug regeneration when the slug source was changed, but not the actual generated slug ([#563](https://github.com/norman/friendly_id/pull/562)).
* Big fix to look for UUIDs only at the end of slugs ([#548](https://github.com/norman/friendly_id/pull/548)).
* Various documentation and test setup improvements. [#]# 5.0.3 (2013-02-14)
* Bug fix for calls to #dup with unslugged models ([#518](https://github.com/norman/friendly_id/pull/518)).
* Bug fixes for STI ([#516](https://github.com/norman/friendly_id/pull/516)).
* Bug fix for slug regeneration (both scoped and unscoped) ([#513](https://github.com/norman/friendly_id/pull/513)).
* Bug fix for finds with models that use the :history module ([#509](https://github.com/norman/friendly_id/pull/509)).
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging