All Versions
114
Latest Version
Avg Release Cycle
65 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.10 Changes
- Fixes
relative_exclude_method_name_paths
. Previously, the code usedexclude_method_name_paths
instead ofrelative_exclude_method_name_paths
. #454
- Fixes
-
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') %>
- Adds an optional AST matcher for Rails model translations, such as
-
v1.0.8 Changes
- ๐ Fixes a crash in
strict: false
mode. #445
- ๐ Fixes a crash in
-
v1.0.7 Changes
- ๐ Fixes an issue with
scope:
argument parsing. #442
- ๐ Fixes an issue with
-
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.3 Changes
- ๐ Fixes inline block handling in ERB files. #427
-
v1.0.2 Changes
- ๐ Fixes block call handling in ERB files. #425