Skip to content

Releases: i18next/next-i18next

v5.0.0

27 Jul 20:15
af78293
Compare
Choose a tag to compare

Breaking Changes:

  • The localePath config option is now required, and must be an absolute path (recommendation is to use path.resolve)
  • The localeSubpath functionality is now supported via NextJs rewrites
  • Custom servers and use of middlewares are now actively discouraged

v4.5.0

17 Jun 16:41
Compare
Choose a tag to compare

Features:

  • Allow config.otherLanguages to be empty (e96aadb)

Dependencies:

  • Move @types/express to dependencies (41f93d6)

v4.4.2

11 May 19:29
Compare
Choose a tag to compare

Docs:

  • Modified the example app and the instructions as per issue (037543f)
  • Remove david-dm shield (dd5e793)

v4.4.1

04 May 13:12
Compare
Choose a tag to compare

Bug Fixes:

Chores:

v4.4.0

01 May 16:35
Compare
Choose a tag to compare

Chores:

  • Bump https-proxy-agent from 2.2.1 to 2.2.4 (56d75d0)
  • Update i18next dependencies (a721b2e)

Refactor:

  • Switch to i18next-http-middleware (65ec703)

v4.3.0

15 Apr 16:11
Compare
Choose a tag to compare

Chores:

  • Bump acorn from 5.7.3 to 5.7.4 (f84c786)
  • Upgrade i18next-express-middleware (294ab6f)

v4.2.1

10 Mar 20:56
Compare
Choose a tag to compare

Documentation:

  • Specify the need for getInitialProps in stateless _app (881a3cc)

v4.2.0

03 Feb 12:12
Compare
Choose a tag to compare

Features:

  • Make shallowRender configurable (f8a555e)

v4.1.0

24 Jan 17:16
Compare
Choose a tag to compare

Features:

  • Add initPromise to NextI18Next class (8fcf555)

v4.0.0

14 Jan 13:02
Compare
Choose a tag to compare

Features:

  • Add /api/ to ignoreRoutes (7b359b2)

Chores: