Releases: wikimedia/banana-i18n
Releases · wikimedia/banana-i18n
v2.4.0
v2.3.3
What's Changed
- html sanitizing: Fix extra comma in node concatenation by @santhoshtr in #60
- Depdendency updates by @santhoshtr in #62
- Setlocale not updating wikilinks by @santhoshtr in #61
- Improve README by @Abijeet in #65
- Treat locale case insensitively by @diskdance in #79
Full Changelog: v2.3.1...v2.3.3
Version 2.3.1
Bug fixes
- Avoid parser fail on html content with / and > (a17bdc5)
Version 2.3.0
Changes
- gender: when gender not passed, avoid error, fallback to neutral (#57)
- Depdendency updates
Version 2.2.0
Changes
- Add HTML parsing for messages with sanitization
- Reduce the bundle size by using terser plugin with rollup
- Allow empty strings as messages
- Update fallback languages
- Support formatnum with digit grouping transformation
Version 2.1.0
Changes:
- Add support for formatnum operation (a7d447d) by @siddharthvp
- Add types(2774f5f) by @bitPogo
- Build system change - rollup(f716f35) by @santhoshtr
- Allow users to extend the parser(e10fdf7) by @siddharthvp
Version 2.0.0
Breaking change
Wikilinks are by default disabled now(#39). To continue get wiki style links parsed as html links, pass wikilinks: true
option to the constructor.
Version 1.3.0
Version 1.1.1
Properly fix the UMD output mode(5c088a4)
Version 1.1.0
- Switch libraryTarget from umd to commonjs2(d67af37)