Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

70 lines (44 loc) · 1.66 KB

FriendlyId Mobility Changelog

1.0

1.0.4

  • Convert field from symbol to string value when comparing with mobility_attributes (#29) thanks mrbrdo

1.0.3

  • Ensure regex does not trigger on changes unrelated to translated attributes (#26) thanks kevynlebouille!

1.0.2

  • Depend on Mobility 1.0.1 to avoid need for const_get (#25)

1.0.1

  • Update friendly_id dependency (#21)

1.0.0

  • Release 1.0.0, compatible with Mobility 1.0 (#23)

0.5

0.5.5

  • Bump friendly_id dependency version to 5.4.0 (#19)

0.5.4

  • Generate all translated slugs when model is saved (#12)

0.5.3

  • Update gemspec to allow all Mobility versions < 1.0

0.5.2

  • Emit warning when mobility is enabled with finders add-on

0.5.1

  • Update Mobility dependency to >= 0.3, < 0.4

0.4

0.4.0

  • Update Mobility dependency to 0.2.x

0.3

0.3.1

  • Use Mobility.query_method instead of hard-coding i18n scope.

0.3.0

  • Add support for history module (#2)

0.2.0

  • Add support for translated slugs and translated base attributes

0.1.0

  • Mixin Mobility scope into FriendlyId scope