Releases: smhg/gettext-parser
Releases · smhg/gettext-parser
4.0.4
4.0.1
4.0.0
4.0.0-alpha.1
Breaking: title casing handled same way when parsing (see 4.0.0-alpha.0)
4.0.0-alpha.0
- Breaking: header tiltle casing enforced for fixed list and left unchanged for all others.
In reality, this should not break anything.
3.1.1
3.1.0
- throw when PO contains unescaped double quotes (thx @probertson)
3.0.0
2.1.0
- Add wider node support by using
readable-stream
module (thx @coolstuffit and @RignonNoel)
2.0.0
- BREAKING:
sortByMsgId
parameter was renamed tosort
sort
parameter can, additionally, be a custom function (thx @probertson)