Skip to content

Commit

Permalink
[Deprecation][Break Change] move legacy version to js-legacy (#495)
Browse files Browse the repository at this point in the history
* move legacy version to js-legacy

* code format
  • Loading branch information
hizzgdev authored Sep 2, 2023
1 parent 73a74b7 commit 780f009
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.vscode
docs
es6
js
js-legacy
node_modules
screenshots
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion es6/README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ E.g.

### Deprecation

The legacy version `/js` will be kept in repo for several months, and then will be moved into another dir in a version with a break change alert.
The legacy version of jsmind and plugins have been moved to `/js-legacy`. we will no longer update them, and will remove them one day in the future. It's recommended that everyone use the latest version to follow continuous feature updates and bug fixes.

### Local build

Expand Down
2 changes: 1 addition & 1 deletion es6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jsMind 使用 ES6 编写,源代码位于 `/src`,构建目录为 `/es6`。

### 老版本下线

之前的版本仍将会保留在 `/js` 目录里,我们将会在几个月后发布的新的版本里把这些文件移动到其它目录,并添加上不兼容性警告
之前的版本被移动到了 `/js-legacy` 目录里,我们将不再升级它,并会在未来的某个时间里删除此版本,建议所有人使用最新版本以获得最新的功能及bug修复

### 本地构建

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions js/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ES6 版本现已发布,详情请查阅 [../es6/README.md](../es6/README.md)

老版 jsmind 以及对应的插件已移至 `js-legacy` 目录下,其最终版本为 0.5.7 。我们将不再升级它,并会在未来的某个时间里删除它们,建议所有人使用最新版本以获得最新的功能及 bug 修复。

The ES6 version of jsMind has been launched. see details from [../es6/README-en.md](../es6/README-en.md).

Legacy jsmind.js and plugins have been moved to `/js-legacy`. we will no longer update them, and will remove them one day in the future. It's recommended that everyone use the latest version to follow continuous feature updates and bug fixes.
2 changes: 1 addition & 1 deletion tests/legacy/jsmind.versions.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('../../js/jsmind');
module.exports = require('../../js-legacy/jsmind');

0 comments on commit 780f009

Please sign in to comment.