Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.46 KB

Changelog.md

File metadata and controls

39 lines (27 loc) · 1.46 KB

FriendlyId Changelog

We would like to think our many {file:Contributors contributors} for suggestions, ideas and improvements to FriendlyId.

  • Table of Contents {:toc}

4.0.3 (2012-03-14)

  • 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)

4.0.2 (2012-03-12)

  • 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)

4.0.1 (2012-02-29)

  • 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)

4.0.0 (2011-12-27)

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.

Older releases

Please see the 3.x branch.