1.4.5 (2017-06-16)
- all formats normalized messages cannot parse tags with - or digit (#35).
1.4.4 (2017-06-16)
- all formats corrected wrong warning for removed tags, introduced in 1.4.3.
1.4.3 (2017-06-16)
- all formats Linebreaks are not handled in NormalizedMessage (#31).
To fix this, empty tags like
<br/>
or<img/>
are introduced.
1.4.2 (2017-06-09)
- ICU messages ICU message containing string
select
orplural
in message cannot be parsed (#29).
1.4.1 (2017-06-09)
- API Add support for ICU message usage (#25).
1.3.1 (2017-06-02)
- all formats problems with parsing messages that contain same tag multiple times (#26).
1.3.0 (2017-05-26)
- API new API method supportsSetSourceReferences to check wether source refs can be written (#23).
-
XMB xmb files should not be translatable at all (#22).
-
XTB When reading xtb with wrong master xmb, the resulting error is confusing (#21).
1.2.0 (2017-05-24)
-
XMB Add xtb format support as translation of xmb (#19).
-
XLIFF 2.0 Add source ref support to XLIFF 2.0 format (#18).
1.1.1 (2017-05-21)
- Type Number should be number in sourceRef-API
1.1.0 (2017-05-21)
-
API add an API function to create normalized message from native xml (#13).
-
API add an API function to set sourceReferences (#14).
1.0.1 (2017-05-19)
-
all formats: fixed "A linebreak in a message throws exception 'token not recognized'". (#11).
-
XLIFF 1.2: fixed "Typo in errormessage for XLIFF 1.2 files". (#10).
1.0.0 (2017-05-18)
-
API API has been sligtly changed to support new features (especially normalized messages)
-
API add format independent translation messages (normalized messages) (#2).
-
API normalize state and add setter to API (#8).
0.1.3 (2017-05-05)
- XLIFF 2.0: fixed "placeholders in targetNormalized are wrong numbered". (#6).
0.1.2 (2017-05-05)
-
XLIFF 2.0: fixed "cloneWithSourceAsTarget in XLIFF 2.0 does not work". (#4).
-
all formats wrong error message when trans unit contains no ID
0.1.0 (2017-05-05)
Started issue tracking and git workflow with this release. All work is now always done in a feature branch and merged to master, when it is ready to release.
- XLIFF 2.0: added support for working with XLIFF 2.0 format. (#1).
0.0.8 (2017-05-03)
removeTransUnitWithId
did not work
0.0.7 (2017-05-02)
- normalizedContent did not work correctly. This was caused by differences in writing empty elements between xmldom and cheerio.
0.0.6 (2017-05-01)
- first stable version
- replaced cheerio by xmldom
- added support for handling of source elements (references to angular template files)
0.0.5 (2017-04-28)
- work in progress: version for experiments, not to be used in production
Initial version based on ngx-i18nsupport 0.2.3.
Extracted the API relevant code into this new module.