All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support
#
character as interpolation string in addition to<x id="INTERPOLATION" />
tag in ICU messages plural forms
- Build XLIFF using properly given plural key at parse time
- Export IXliffPlural interface in public api
- Update IXliffTarget to restore the name
- Plural source and target are now parsed into a IXliffPlural
- Use fast-xml-parser instead of xml-builder
- Use fast-xml-parser instead of sax
- NPM package was missing the dist files
- Add ability to determine builder options to format the build result
- Add missing properties on XLIFF interfaces
- Add a interface IXliff to describe the xliff file structure
- Add the XliffParser class
- Add the XliffBuilder class