Changelog for
ruby3.2-rubygem-friendly_id-5.5.1-1.16.x86_64.rpm :
* Tue Nov 14 2023 Dan Čermák
- ## 5.5.1 (2023-11-13)
* Fix YARD doc generation. ([#1006](https://github.com/norman/friendly_id/pull/1006))
* Wed Dec 07 2022 Stephan Kulow updated 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 Stephan Kulow updated 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 Stephan Kulow updated 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 Stephan Kulow - 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 Stephan Kulow - 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)).