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

Changelog History
Page 4

  • v4.0.5 Changes

    April 28, 2012
    • Favor includes over joins in globalize to avoid read-only results (Jakub Wojtysiak)
    • πŸ›  Fix globalize compatibility with results from dynamic finders (Chris Salzberg)
  • v4.0.4 Changes

    March 26, 2012
    • πŸ›  Fix globalize plugin to avoid issues with asset precompilation (Philip Arndt)
  • v4.0.3 Changes

    March 14, 2012
    • πŸ›  Fix escape for '%' and '_' on SQLite (Norman Clarke and Sergey Petrunin)
    • πŸ‘ Allow FriendlyId to be extended or included (Norman Clarke)
    • πŸ‘ Allow Configuration#use to accept a Module (Norman Clarke)
    • πŸ›  Fix bugs with History module + STI (Norman Clarke and Sergey Petrunin)
  • v4.0.2 Changes

    March 12, 2012
    • πŸ‘Œ Improved conflict handling and performance in History module (Erik Ogan and Thomas Shafer)
    • πŸ›  Fixed bug that impeded using underscores as a sequence separator (Erik Ogan and Thomas Shafer)
    • πŸ“š Minor documentation improvements (Norman Clarke)
  • v4.0.1 Changes

    February 29, 2012
    • βž• Added support for Globalize 3 (Enrico Pilotto and Philip Arndt)
    • πŸ‘ Allow the scoped module to use multiple scopes (Ben Caldwell)
    • πŸ›  Fixes for conflicting slugs in history module (Erik Ogan, Thomas Shafer, Evan Arnold)
    • πŸ›  Fix for conflicting slugs when using STI (Danny van der Heiden, Diederick Lawson)
    • Maintainence improvements (Norman Clarke, Philip Arndt, Thomas Darde, Lee Hambley)
  • v4.0.0 Changes

    December 27, 2011

    This is a complete rewrite of FriendlyId, and introduces a smaller, faster and less ambitious codebase. The primary change is the relegation of external slugs to an optional addon, and the adoption of what were formerly "cached slugs" as the primary way of handling slugging.