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

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.8 Changes

    • ๐Ÿ›  Fix Google Translate issues with non-string keys #100
    • ๐Ÿ›  Fix an issue with certain HAML not being parsed #96 #102
    • ๐Ÿ›  Fix other minor issues
  • 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 scan t('category.' + cat) as t('category.:'))
    • Consider keys ending with : as match expressions
    • ๐Ÿ‘‰ Make @ a valid character for keys (to allow t("category.#{@cat}")
  • v0.7.4 Changes

    • ๐Ÿ›  Fix add-missing --help
    • ๐Ÿ›  Fix a minor issue with health #88
  • v0.7.3 Changes

  • 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.