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

Changelog History
Page 1

  • v1.0.11 Changes

    • ๐Ÿ›  Fixes --config command line flag. #455

    • ๐Ÿ›  Fixes circular require warnings on Ruby 3.1.2. #457

    • 0๏ธโƒฃ *.xlsx files are now excluded by default. #458

  • v1.0.10 Changes

    • Fixes relative_exclude_method_name_paths. Previously, the code used exclude_method_name_paths instead of relative_exclude_method_name_paths. #454
  • v1.0.9 Changes

    • Adds an optional AST matcher for Rails model translations, such as human_attribute_name.

    Can be enabled by adding the following to the config:

      <% I18n::Tasks.add_ast_matcher('I18n::Tasks::Scanners::AstMatchers::RailsModelMatcher') %>
    

    #433

  • v1.0.8 Changes

    • ๐Ÿ›  Fixes a crash in strict: false mode. #445
  • v1.0.7 Changes

    • ๐Ÿ›  Fixes an issue with scope: argument parsing. #442
  • v1.0.6 Changes

    • ๐Ÿ›  Fixes handling of more types of ERB comments. #437
  • v1.0.5 Changes

    • ๐Ÿ›  Fixes handling of multiline ERB comments. #431
  • v1.0.4 Changes

    • ๐Ÿ›  Fixes handling of ERB comments without a space between % and # (<%# ... %>). #429
    • ๐Ÿ‘ Better support for the it gem. #361
  • v1.0.3 Changes

    • ๐Ÿ›  Fixes inline block handling in ERB files. #427
  • v1.0.2 Changes

    • ๐Ÿ›  Fixes block call handling in ERB files. #425