arb-convert
Version:
Convert Application Resource Bundle (ARB) translation files to other translation formats and back
51 lines (29 loc) • 1.31 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.2] - 2020-04-21
### Fixed
- Fix error on key mismatch in source and target input files in arb convert [#2](https://github.com/trufi-association/arb-convert/issues/2)
### Security
- Update dependencies and fix audit issues
## [1.1.1] - 2020-01-02
### Fixed
- Add arb2po and po2arb as npm bins
## [1.1.0] - 2020-01-02
### Added
- GNU gettext PO format support
- Full test coverage
## [1.0.1] - 2019-12-30
### Fixed
- Removed unnecessary files from NPM release
## [1.0.0] - 2019-12-29
### Added
- XLIFF 1.2/2.0/2.1 format support
[unreleased]: https://github.com/trufi-association/arb-convert/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/trufi-association/arb-convert/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/trufi-association/arb-convert/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/trufi-association/arb-convert/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/trufi-association/arb-convert/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/trufi-association/arb-convert/releases/tag/v1.0.0