i18n-tasks v0.4.0 Release Notes

    • ๐Ÿ‘€ 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.