# Changelog ## 1.4.0 (29-Jun-21) * Re-worked exception handling. Now when something goes wrong during the import or export process, this gem will re-raise all such errors (previously it just printed out some errors to the `$stdout`). If you run a Rake task, it will exit with a status code `1` and the actual error message. If you run a task programattically, you'll get an exception. * Dropped support for Ruby 2.5 * Test against Ruby 3 ## 1.3.1 (01-Apr-21) * A bit better exception handling * Update dependencies ## 1.3.0 (02-Feb-21) * Use ruby-lokalise-api v3 ## 1.2.0 (11-Nov-20) * New option `translations_loader` * New option `translations_converter` * New option `lang_iso_inferer` ## 1.1.0 (23-Oct-20) * New option `branch` * New option `timeouts` * New method `.reset_api_client!` for the task definitions ## 1.0.1 (14-Oct-20) * Minor bug fixes and spec updates ## 1.0.0 (01-Oct-20) * Added export feature * More convenient configuration and additional options * Other major enhancements ## 0.2.0 (26-Sep-20) * Allow to override options properly ## 0.1.0 (26-Sep-20) * Initial (proper) release