diff --git a/CHANGELOG.md b/CHANGELOG.md index b50a9aaa..68eda2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -# 2.2.0 - latest +# 3.0.0 - latest + +- `reactNamespace` option is gone #235 + +# 2.2.0 - Fix namespace parsing #233 #161 diff --git a/docs/migration.md b/docs/migration.md index bbc5a975..33ebe522 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -1,3 +1,19 @@ +# Migrating from `2.x` to `3.x` + +## Breaking change + +- `reactNamespace` option is gone. To use jsx in js file, [overwrite the lexer](https://github.com/i18next/i18next-parser#jsx). + +--- + +# Migrating from `1.x` to `2.x` + +## Breaking change + +- Drop support for Node 6 and 8 (EOL) + +--- + # Migrating from `0.x` to `1.x` ## Breaking changes diff --git a/package.json b/package.json index c750126f..87a2b882 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Karel Ledru", "description": "Command Line tool for i18next", "name": "i18next-parser", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "main": "dist/index.js", "bin": {