forked from aeternity/aeproject
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add migration from 4.x.x to 5.x.x documentation
- Loading branch information
Showing
4 changed files
with
17 additions
and
1 deletion.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Migration from 4.x.x to 5.x.x | ||
|
||
## Changes | ||
**AEproject** `v5.0.0` underwent some minor but breaking changes. | ||
|
||
Install the new AEproject version | ||
``` | ||
npm install -g @aeternity/aeproject | ||
``` | ||
|
||
### Removed from libs | ||
Following utils have been removed and cannot be used anymore: | ||
|
||
- `utils.getFilesystem()` discontinued, as it is now natively available in the sdk via import, e.g. `const { getFileSystem } = require("@aeternity/aepp-sdk");` |
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 |
---|---|---|
|
@@ -47,3 +47,4 @@ nav: | |
- cli/test.md | ||
- lib.md | ||
- migration-from-3.x.x-to-4.x.x.md | ||
- migration-from-4.x.x-to-5.x.x.md |