I18next Versions Save

i18next: learn once - translate everywhere

v23.8.0

3 months ago
  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

3 months ago
  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

v23.7.19

3 months ago
  • fix: consistent _zero special handling also for defaultValue_zero 2124

v23.7.18

3 months ago
  • types: support readonly defaultNS 2123

v23.7.17

3 months ago
  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122

v23.7.16

4 months ago
  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

v23.7.15

4 months ago
  • types: simplifies types for array access and fixes 2103

v23.7.14

4 months ago
  • types: fix types for array access

v23.7.13

4 months ago
  • types: optimise ParseTReturn 2095

v23.7.12

4 months ago
  • types: fix for older ts version (context validation only for TS 5)