-
-
Notifications
You must be signed in to change notification settings - Fork 879
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Deprecation][Break Change] move legacy version to js-legacy (#495)
* move legacy version to js-legacy * code format
- Loading branch information
Showing
8 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
.vscode | ||
docs | ||
es6 | ||
js | ||
js-legacy | ||
node_modules | ||
screenshots | ||
LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require('../../js/jsmind'); | ||
module.exports = require('../../js-legacy/jsmind'); |