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

Changelog History
Page 1

  • v5.0.0 Changes

    October 10, 2018
    • Change locale_columns and locales_for_attribute to sort current locale first, then default locale (previously, it was default locale first). This makes more sense for our own apps, and hopefully other apps as well.
  • v4.0.0 Changes

    July 11, 2018
    • ⬇️ Drop support for end-of-lifed Ruby 2.1 and 2.2.
  • v3.3.0 Changes

    • Traco now automatically adds query methods, e.g. Item#title? when title is translated.
  • v3.2.2 Changes

    • Internal cleanup.
  • v3.2.1 Changes

    April 14, 2016
    • 🛠 Bugfix: with fallback: [:sv], always look at current locale before any fallbacks.
  • v3.2.0 Changes

    April 14, 2016
    • Introduce e.g. fallback: [:sv] to explicitly specify fallbacks.
  • v3.1.6 Changes

    January 20, 2015

    👉 Make [license (MIT)](LICENSE.txt) easier to autodetect.

  • v3.1.5 Changes

    August 14, 2014
    • 🛠 Bugfix: don't raise error loading models before the DB is created. Thanks to PikachuEXE and Andrii Malyshko.
  • v3.1.4 Changes

    August 13, 2014
    • Bugfix: restore sorting of locale_columns and locales_for_attribute to put default locale first, not current locale. Thanks to PikachuEXE.
  • v3.1.3 Changes

    August 12, 2014
    • ~20 time speedup thanks to optimizations by Andrii Malyshko.

    Reading a Traco translated attribute used to be ~250x slower than an untranslated attribute; now it's down to ~10x slower.