- Update installation guide in README
- Add gem version badge to README
- Make bin/i18n_yaml_editor require appropriate lib
- Replace module Transformation with YamlNormalizer functionality
- Replace Hash core extension with YamlNormalizer functionality
- Rename the gem to
i18n_yaml_editor
- Add favicon "globe"
- Only save files that contain the changed i18n key
- Support editing arrays and strings or numbers
- Fix onchange events for keygen, select and textarea
- Add loading i18n files from a preprocessed file list
- Only submit changed input fields
- Initial I18n Yaml Editor release based on IYE