Skip to content

Releases: dotcore64/i18next-fetch-backend

v6.0.0

01 May 16:48
1379866
Compare
Choose a tag to compare

BREAKING: require node 18
add support for node 22

v5.0.2

01 Feb 10:29
cc6c125
Compare
Choose a tag to compare

fix build badge

v5.0.1

15 Jun 05:13
d146b41
Compare
Choose a tag to compare

fix: Do not crash if fetch is undefined at load time

v4.1.3

15 Jun 05:05
a4aed6c
Compare
Choose a tag to compare

Fix: Allow loading this module when fetch is not defined

v5.0.0

04 Jun 06:13
e7f32e1
Compare
Choose a tag to compare
  • ESM only module
  • Require Node.js 14
  • Drop IE support

v4.1.2

21 Apr 03:58
a646daa
Compare
Choose a tag to compare

Fix module path (@nrayburn-tech)

v4.1.1

08 Mar 08:00
c14baeb
Compare
Choose a tag to compare

Replace usage of package.json to specify module type to support Yarn PnP

v4.1.0

31 Oct 12:03
e421579
Compare
Choose a tag to compare

Fixes a type conflict with i18next < 19.9.0 introduced in i18next/i18next@9d77723

v4.0.0

24 Oct 20:30
c30759a
Compare
Choose a tag to compare
  1. Drop support for node < 12
  2. Upgrade all dependencies
  3. Add support for native node esm modules
  4. Migrate from nyc to c8
  5. Migrate from travis to github actions

v3.0.0

28 Apr 17:57
Compare
Choose a tag to compare

Breaking: Drop support for node < 10, add support for node 14.
Upgrade dependencies.