Skip to content

Releases: i18next/i18next-scanner

v2.9.2

27 Feb 19:32
Compare
Choose a tag to compare

v2.9.1

18 Dec 05:09
Compare
Choose a tag to compare

Fixed a bug in v2.9.0 that will break existing translations if the language does not support plural forms (ee0535e, resolves #116)

v2.9.0

30 Nov 15:56
Compare
Choose a tag to compare

v2.8.0

29 Nov 01:08
Compare
Choose a tag to compare

v2.7.0

24 Nov 03:22
Compare
Choose a tag to compare

Support for specifying default value as the second argument (ee45fc6, PR #109 by @daliusd)

v2.6.6

28 Sep 03:04
Compare
Choose a tag to compare

Fix debug warning in case of trailing comma in function (0147560, PR #97 by @garthenweb)

v2.6.5

25 Jul 11:57
Compare
Choose a tag to compare

Fixed a missing test case in #90 (0037b00, PR #92)

v2.6.4

23 Jul 15:41
Compare
Choose a tag to compare

Iterates through all of the JSX element attributes to filter JSXElement values (9385fe4, PR #91 closes #90)

<Component render={(<Trans>translation from props</Trans>)} />
<Component render={(<Component render={(<Trans>translation from nested props</Trans>)} />)} />

v2.6.3

10 Jul 16:48
Compare
Choose a tag to compare

Add supporting custom separators from translation option (9a38029, PR #87 by @sgrishchenko)

v2.6.2

05 Jul 03:43
Compare
Choose a tag to compare

Use acorn-jsx-walk to parse Trans component instead of using the regular expression (dfd5db1, closes #85)