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

Changelog History
Page 9

  • v0.5.0 Changes

    • ๐Ÿ”จ internals refactored to use trees everywhere
    • type guide in i18n-tasks irb to learn more about the commands
    • ๐Ÿšš (remove-)unused tasks now work per locale
    • ignore settings are shown on i18n-tasks config
    • Rubinius 2.2.7 compatibility
  • v0.4.5 Changes

    • Respect tty color setting
  • v0.4.4 Changes

    • ๐Ÿ›  Fix google translate issues with plural keys and translating from non-base locale
  • v0.4.3 Changes

    • ๐Ÿ’Ž Ruby 1.9 compatibility
  • v0.4.2 Changes

    • ๐Ÿ’Ž Ruby 1.9.3-compatible again
  • v0.4.1 Changes

    • ๐Ÿ‘Œ Improved error messages across the board
    • ๐Ÿ›  Fixed google translate issue with _html keys #67.
  • v0.4.0 Changes

    • ๐Ÿ‘€ In addition to pattern router, a new conservative router that keeps the keys in place. (See #57)
    • i18n-tasks irb for debugging
    • ๐Ÿš€ This release is a major refactoring to use real trees internally (as opposed to nested hashes). Real trees allow for much easier traversal. With these trees, information can be associated with each node, which allows for things like the conservative router.
    • Accept keys with dashes (-) #64.
  • v0.3.11 Changes

    • ๐Ÿ‘Œ Improve plural key handling
  • v0.3.10 Changes

    • ๐Ÿ†• New (de)serialization options in config
    • add-missing placeholder argument can now use %{base_value}.
  • v0.3.9 Changes

    • ๐Ÿ›  Fix regression: Remove ActiveSupport::HashWithIndifferentAccess from locale data output