All Versions
114
Latest Version
Avg Release Cycle
65 days
Latest Release
-

Changelog History
Page 2

  • v1.0.1 Changes

    • 🛠 Fixes better_html scanning the project. #422
  • v1.0.0 Changes

    • 🌲 Log #StandWithUkraine to stderr on every CLI command.
    • 👌 Improved ERB parsing: Replaces a regexp-based parser with an AST parser. #416
    • 🛠 Fixes compatibility with Psych 4.0+ and Ruby 3.1. #415
    • Works around an emoji handling bug in libyaml. #421
  • v0.9.37 Changes

    • ⏪ Reverted "#{hash["key"]}" pattern scanner support because it caused a number of issues. #410
    • ⬇️ Drops support for Ruby < 2.6. #2552cdb3
  • v0.9.36 Changes

    • 🛠 Fixes ActiveSupport 7 compatibility. #403
    • 🛠 Fixes mixed optional and keyword arguments in I18n::Tasks::BaseTask.new. #401
    • 0️⃣ *.map files are now ignored by default. #399
    • 👍 data task now supports the key-values format that outputs a TSV. #398
    • 👍 "#{hash["key"]}" interpolations are now supported in the pattern scanner. #397 #405
    • 🌐 Forward slash (/) is now an allowed character in translation keys. #396
  • v0.9.35 Changes

    • 🆕 New CLI argument --config, to specify the config file location. #394
    • 👍 Allow relative keys in any Ruby object. #381
    • 🛠 Fix not ignoring missing for pluralization. #389
    • 🌐 A more robust translation interpolation replacement token. #392
    • Add deepl_host and deepl_version to translation config. #384
    • ➕ Add *.jpeg to the default ignore list. #382
  • v0.9.34 Changes

    • 🛠 Fixes Ruby 3.0 compatibility. #370
    • ⬇️ Drops support for Ruby < 2.5. #e71a3bf
  • v0.9.33 Changes

    • 🛠 Fixes DeepL translation. #367
  • v0.9.32 Changes

    • 👌 Support capitalized region names in locale codes (e.g. "zh-YUE") #357
    • 🌐 DeepL: Fix single value translation. #d31297b5
    • 🛠 Fix missing key detection for external keys in non-base locale. #364
    • 💎 required_ruby_version: Allow Ruby 3.x.
    • 🛠 Fix deprecation warnings on Ruby 2.7.1. #352
  • v0.9.31 Changes

    March 10, 2020
    • ➕ Add Yandex translator backend. #343
    • 🛠 Fix more Ruby 2.7 warnings. #344
  • v0.9.30 Changes

    January 13, 2020
    • 🛠 Fix keyword arguments warnings in Ruby 2.7. #342
    • Recognize t! and translate! methods. #329
    • ✅ Test template now tests for inconsistent interpolations. #317