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