All Versions
36
Latest Version
Avg Release Cycle
134 days
Latest Release
1199 days ago

Changelog History
Page 2

  • v5.1.0 Changes

    January 16, 2015
    • FriendlyId will no longer allow blank strings as slugs (#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).
    • πŸ›  Fix order dependence bug between history and scoped modules (#588).
    • πŸ›  Fix "friendly" finds on Rails 4.2 (#607).
  • v5.1.0.beta

    December 17, 2014
  • v5.0.5

    January 16, 2015
  • v5.0.4 Changes

    May 29, 2014
    • πŸ› Bug fix for call to removed primary method on Edge Rails. (#557).
    • πŸ› Bug fix for unwanted slug regeneration when the slug source was changed, but not the actual generated slug (#563).
    • Big fix to look for UUIDs only at the end of slugs (#548).
    • πŸ“š Various documentation and test setup improvements.
  • v5.0.3 Changes

    February 14, 2013
    • πŸ› Bug fix for calls to #dup with unslugged models (#518).
    • πŸ› Bug fixes for STI (#516).
    • πŸ› Bug fix for slug regeneration (both scoped and unscoped) (#513).
    • πŸ› Bug fix for finds with models that use the :history module (#509).
  • v5.0.2 Changes

    December 10, 2013
    • 🐎 Query performance improvements (#497).
    • πŸ“š Documentation improvements (thanks John Bachir).
    • πŸ”¨ Minor refactoring of internals (thanks Gagan Ahwad).
    • Set slug to nil on call to dup to ensure slug is generated (#483).
  • v5.0.1 Changes

    October 27, 2013
  • v5.0.0 Changes

    October 16, 2013
    • πŸ›  Fix to let scoped records reuse their slugs (thanks Donny Kurnia).
  • v5.0.0.rc2 Changes

    September 29, 2013
    • When the :finders addon has been included, use it in FriendlyId's internal finds to boost performance.
    • πŸ‘‰ Use instance methods rather than class methods in migrations.
    • On find, fall back to super when the primary key is a character type. Thanks to Jamie Davidson.
    • πŸ›  Fix reversion to previously used slug from history table when should_generate_new_friendly_id? is overridden.
    • πŸ›  Fix sequencing of numeric slugs
  • v5.0.0.rc1 Changes

    August 28, 2013
    • βœ‚ Removed some outdated tests.
    • πŸ‘Œ Improved documentation.
    • βœ‚ Removed Guide from repository and added tasks to maintain docs up to date on Github pages at http://norman.github.io/friendly_id.