All Versions
347
Latest Version
Avg Release Cycle
11 days
Latest Release
-

Changelog History
Page 10

  • v20.1.0 Changes

    • ➕ Add alwaysFormat into the types 1586
    • ➕ Add interpolation key name to format function 1571
  • v20.0.0 Changes

    • ➕ add support to proper augment PluginOptions type 1583
    • 0️⃣ introduce ignoreJSONStructure flag, to automatically lookup for a flat key if a nested key is not found an vice-versa 1584 (MAJOR: because of ignoreJSONStructure is true by default)
  • v19.9.2 Changes

    • try to fix another edge case issue 1570 introduces by fixing 1552
  • v19.9.1 Changes

    • 0️⃣ Fallback on singular defaultValue 1563
  • v19.9.0 Changes

    • 👌 Improve updateMissing default plural behavior 1558
    • typescript: type definitions improvements for backend 1560
  • v19.8.10 Changes

    • try to fix another edge case issue 1570 introduces by fixing 1552
  • v19.8.9 Changes

    • warn if i18next gets initialized multiple times
  • v19.8.8 Changes

    • 🛠 fix for cases when calling changeLanguage before finished to initialize 1552
  • v19.8.7 Changes

    • 🛠 use "Object.prototype.hasOwnProperty" instead of "object.hasOwnProperty", fixes 1542
  • v19.8.6 Changes

    • regression fix because of last prototype pollution fix in v19.8.5