All Versions
113
Latest Version
Avg Release Cycle
65 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v0.7.0 Changes
๐ New tasks:
i18n-tasks health
to display missing and unused keys along with other informationi18n-tasks tree-
to manipulate treesi18n-tasks data-
to look up and manipulate locale data- ๐ Better
help
for all commands - ๐ Minor bug fixes
Internally:
- ๐จ Refactored commands DSL
- ๐
add-missing
,remove-unused
implemented in terms of the newtree-
commands
-
v0.6.3 Changes
- ๐ Strict mode added for
unused
andremove-unused
. When passed-s
or--strict
, these tasks will not attempt to infer dynamic key usages, such ast("category.#{category.key}")
. - ๐ Arrays are now supported as values for Google Translate #77
- ๐ Strict mode added for
-
v0.6.2 Changes
- ๐ New task to show locale data:
i18n-tasks data
- ๐ New output format:
keys
, e.g.i18n-tasks data -fkeys
- ๐ Fix an issue with a top-level dynamic key breaking unused detection #75
- Document magic comment hints
- ๐ New task to show locale data:
-
v0.6.1 Changes
- ๐ Fix Google Translate issue with plural keys and missing billing info error
-
v0.6.0 Changes
- ๐ New output format options for reports: yaml, json, and inspect.
- Templates for config and rspec.
- ๐ Keys with values same as base locale have been moved from
missing
into a separate task,eq-base
. missing
now also shows keys that are present in some locale but not in base locale.- Terminal output: no more Type column in
missing
, first code usage shown for keys missing base value. - ๐ง
relative_roots
configuration key moved tosearch.relative_roots
, deprecation warning (removed in the next minor).
-
v0.5.4 Changes
- ๐ ActiveSupport 3 compatibility
-
v0.5.3 Changes
- ๐ Fix Google translate regression
- More robust config output
-
v0.5.2 Changes
- 0๏ธโฃ Ignore lines during search with
config.search.ignore_lines
. Ignores comments by default. - ๐ Fixed minor issues with
i18-tasks config
output.
- 0๏ธโฃ Ignore lines during search with
-
v0.5.1 Changes
- ๐ Fix conservative router.
- 0๏ธโฃ Conservative router is now the default.
-
v0.5.0 Changes
- ๐จ internals refactored to use trees everywhere
- type
guide
ini18n-tasks irb
to learn more about the commands - ๐ (remove-)unused tasks now work per locale
ignore
settings are shown oni18n-tasks config
- Rubinius 2.2.7 compatibility