Skip to content

Latest commit

 

History

History
87 lines (41 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

87 lines (41 loc) · 4.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.8 (2024-08-26)

Features

  • now export type I18NFirestoreBackendOpts so that InitOptions can accept the type for its generic to properly define the init options dictionary in a typesafe manner. Thanks to @Andrew-Tierno for the original PR! (fac8baa)

2.0.7 (2024-08-06)

Bug Fixes

  • missing .type in class instance (f393a52)

2.0.6 (2024-08-06)

2.0.5 (2024-02-22)

Bug Fixes

  • seems i18next backend class needs to be named "Backend"... (f04c275)

2.0.4 (2024-02-22)

Bug Fixes

  • declaration of 'backend' (3c27be0)

2.0.3 (2024-02-22)

Bug Fixes

  • make core methods public (922bd36)

2.0.2 (2024-02-22)

Features

  • "implements BackendModule" for use in TypeScript (fead62b)

2.0.1 (2024-02-03)

Features

  • code moved to TypeScript and proper .d.js now available (4f967a4)
  • improved config error detection (90fbd1a)

2.0.0 (2024-02-02)

Features

  • separate and add proper support for modular vs. namespaced (a8f4c59)

1.0.0 (2023-11-28)

  • BREAKING CHANGE: major update to support Firebase "modular API" in Firebase SDK v9.0.0+ ; see the changes to the example apps for details

Bug Fixes

0.4.0 (2021-10-25)

Bug Fixes

0.2.3 (2021-03-21)

0.2.2 (2021-03-21)

0.2.1 (2021-03-21)