2.1.0 - 2024-05-23
- Autoload parsers only on first usage to reduce memory consumption (@jrafanie)
2.0.0 - 2023-07-20
- Upgrade to latest po_to_json which fixes double quotes within msgid (@tboerger)
1.4.0 - 2023-05-01
- Added support for doing conversion for different domains and rails engines (@adamruzicka)
1.3.1 - 2021-12-08
- Fixed multiline translation strings (@delxen)
- Switched to Codacy for coverage reports (@tboerger)
- Switched to GitHub actions for CI (@ezr-ondrej)
1.3.0 - 2017-03-16
- Fixed Handlebars translations with options (@mikezaby)
- Fixed latest Rubocop offenses (@mikezaby)
- Dropped failing coveralls, fixed codeclimate (@tboerger)
1.2.0 - 2016-06-02
- Support for JSX files (@artemv)
- Fixed test suite, reduced test matrix (@tboerger)
1.1.0 - 2016-06-02
- Replace hyphens with underscores in locale var from DOM (@filib)
1.0.4 - 2016-05-31
- Support ES2015 template strings (@bradbarrow)
1.0.3 - 2015-11-03
- Stop using bundler within the core lib (@domcleal)
1.0.2 - 2015-03-30
- Fixes exception when parsing empty js/coffee files (@tboerger)
- Avoid methods defined in rake task exposing globally (@tboerger)
- Added better configuration options (@tboerger)
1.0.1 - 2015-02-24
- Added missing javascripts to the gemspec (@tboerger)
1.0.0 - 2015-02-24
- Transfer from github.com/nubis/gettext_i18n_rails_js (@tboerger)
- Added TravisCI, Rubocop and Coveralls (@tboerger)
- Updated structure to my opinionated gem style (@tboerger)
- Changed default handlebars function to
__
(@tboerger) - Added extended
gettext_i18n_rails_js.yml
(@tboerger)