All Versions
18
Latest Version
Avg Release Cycle
101 days
Latest Release
1820 days ago

Changelog History
Page 2

  • v3.1.2 Changes

    July 09, 2014
    • Bugfix: .current_locale_column handles dashed locales like "pt-BR" correctly. Thanks to PikachuEXE.
  • v3.1.1 Changes

    April 25, 2014
    • 🛠 Bugfix around fallbacks and memoization. Thanks to PikachuEXE.
  • v3.1.0 Changes

    • Introduce .current_locale_column, e.g. Post.current_locale_column(:title) # => :title_sv.
  • v3.0.0 Changes

    • 0️⃣ Backwards incompatible: fallback: true is now fallback: :default. Since this was the implicit default value, you shouldn't have a problem unless you explicitly declared this value.
  • v2.2.0 Changes

    • 0️⃣ fallback: :any to fall back to any other locale if the text is blank in the current and default locales.
  • v2.1.0 Changes

    • Attribute readers can override the attribute's fallback setting, e.g. item.title(fallback: false).
  • v2.0.0 Changes

    • Backwards incompatible: for dashed locales like "pt-BR", the column names are now expected to end in e.g. _pt_br, not _pt-BR.
  • v1.3.0 Changes

    Whatever we had before introducing this changelog.