All Versions
114
Latest Version
Avg Release Cycle
65 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.7.11 Changes
- ๐ Set slop dependency to 3.5 to ensure Ruby 1.9 compatibility (#121). MRI 1.9 EOL is February 23, 2015. We will support 1.9 until rbx and jruby support 2.0.
-
v0.7.10 Changes
- ๐ Support relative keys in controller action with argument
-
v0.7.9 Changes
- ๐ Support relative keys in Rails controller actions by Jessie A. Young. #46.
- ๐ Minor fixes
-
v0.7.7 Changes
- ๐ Fix regression: keys are sorted once again #92.
-
v0.7.6 Changes
- โ Add a post-install notice with setup commands
- ๐ Fix a small typo in the config template #91.
- ๐ Fix
find
crashing on relative keys (regression)
-
v0.7.5 Changes
๐ Dynamic key usage inference fixes by Mikko Koski:
- Append
:
to keys ending with dot '.' (to scant('category.' + cat)
ast('category.:')
) - Consider keys ending with
:
as match expressions - ๐ Make
@
a valid character for keys (to allowt("category.#{@cat}"
)
- Append
-
v0.7.4 Changes
- ๐ Fix
add-missing --help
- ๐ Fix a minor issue with
health
#88
- ๐ Fix
-
v0.7.3 Changes
- ๐ New task
translate-tree
- ๐ Bugs fixed: nil values and Google Translate, config file encoding issue.
- ๐ New task
-
v0.7.2 Changes
- i18n-tasks now analyses itself!
internal_locale
setting has been added, that controls i18n-tasks reporting language. ๐ English and Russian are available in this release.
- i18n-tasks now analyses itself!