Releases: i18next/next-i18next
Releases · i18next/next-i18next
v5.0.0
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
Features:
- Allow
config.otherLanguages
to be empty (e96aadb)
Dependencies:
- Move
@types/express
to dependencies (41f93d6)
v4.4.2
Docs:
- Modified the example app and the instructions as per issue (037543f)
- Remove david-dm shield (dd5e793)
v4.4.0
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
Chores:
- Bump acorn from 5.7.3 to 5.7.4 (f84c786)
- Upgrade i18next-express-middleware (294ab6f)
v4.2.1
Documentation:
- Specify the need for
getInitialProps
in stateless _app
(881a3cc)
v4.2.0
Features:
- Make
shallowRender
configurable (f8a555e)
v4.1.0
Features:
- Add
initPromise
to NextI18Next class (8fcf555)
v4.0.0
Features:
- Add /api/ to
ignoreRoutes
(7b359b2)
Chores: