Skip to content

Releases: wikimedia/banana-i18n

v2.4.0

10 Dec 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.4.0

v2.3.3

28 Oct 11:02
4e81ec1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.3

Version 2.3.1

24 Sep 05:57
0982836
Compare
Choose a tag to compare

Bug fixes

  • Avoid parser fail on html content with / and > (a17bdc5)

Version 2.3.0

23 Sep 09:37
fc912e5
Compare
Choose a tag to compare

Changes

  • gender: when gender not passed, avoid error, fallback to neutral (#57)
  • Depdendency updates

Version 2.2.0

26 Jul 11:00
feaf0b9
Compare
Choose a tag to compare

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

30 Apr 08:21
5727dc8
Compare
Choose a tag to compare

Changes:

Version 2.0.0

13 Oct 11:48
e0a2248
Compare
Choose a tag to compare

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

20 Aug 10:31
92dffe6
Compare
Choose a tag to compare
  • Add support for wikilink and external link using mediawiki style syntax(8203e3f)
  • Acknowledge jquery.i18n and its authors in better way (ac9a42f)
  • Dependency updates, documentation updates.

Version 1.1.1

14 Sep 03:57
2a117fb
Compare
Choose a tag to compare

Properly fix the UMD output mode(5c088a4)

Version 1.1.0

14 Aug 04:37
5cbfda3
Compare
Choose a tag to compare
  • Switch libraryTarget from umd to commonjs2(d67af37)