- update dependencies
- update dependencies
- fix escaping in plurals
- fix fallback for empty string-array elements
- fallback for empty string-array elements
- fix double callback invocation
- fallback for false arrays
- transpile also esm
- special handling for apos in html
- better trim
- get rid of unnecessary CDATA
- fix detection of xliff:g
- fix xmlns:xliff attribute
- replace xml2js with xml-js
- basic handling for xliff:g tags
- plurals handling
- fix export for node v14 cjs
- fix export for dynamic imports
- fix function override
- complete refactoring to make this module universal
- MIGRATION:
require('android-string-resource/asr2js')
should be replaced withrequire('android-string-resource/cjs/asr2js')
require('android-string-resource/js2asr')
should be replaced withrequire('android-string-resource/cjs/js2asr')