sb-mig 5.0.4-beta.2 → 5.0.5-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,27 @@ https://docs.sb-mig.com/
|
|
|
19
19
|
| ------------- | ------------- |
|
|
20
20
|
| Node | LTS (18.x.x) |
|
|
21
21
|
|
|
22
|
+
# 5.x.x version released!
|
|
23
|
+
|
|
24
|
+
## Important Updates
|
|
25
|
+
- Complete codebase overhaul to facilitate the utilization of features and requests to Storyblok. This development decreases the tight coupling with CLI, while improving folder and file structure.
|
|
26
|
+
- New feature: Content synchronization (including stories and assets) in various directions, ranging from space to space, from space to file, and from file to space.
|
|
27
|
+
- New feature: Introduced support for TypeScript Schema, with the added ability to precompile them on-the-fly before synchronization, improving usage with sb-mig.
|
|
28
|
+
- New feature: Plugin synchronization capabilities.
|
|
29
|
+
- New feature: 'Discover' command.
|
|
30
|
+
- New feature: 'Migrate' command (tailored for Storyblok's Site Builder).
|
|
31
|
+
- Upgraded eslint configuration for more efficient coding practices.
|
|
32
|
+
- Updated all dependencies to their latest stable versions.
|
|
33
|
+
- Refreshed Github Actions workflows to enhance development practices.
|
|
34
|
+
- Expanded test coverage (with more additions anticipated).
|
|
35
|
+
|
|
36
|
+
## Breaking changes
|
|
37
|
+
- Please note that sb-mig no longer extends support for Node versions older than 18.x.x, as part of its adoption of native ESM support.
|
|
38
|
+
- The sb-mig backup command has now been aligned with all other commands, causing minor changes in its execution (although functionalities have been preserved).
|
|
39
|
+
|
|
40
|
+
Do not hesitate to get in touch if you encounter any issues or require further clarification on any points.
|
|
41
|
+
|
|
42
|
+
|
|
22
43
|
# 4.x.x version released!
|
|
23
44
|
|
|
24
45
|
- Whole deployment now, is handled by [semantic-release](https://github.com/semantic-release/semantic-release). And is just normal repository, instead of Lerna monorepo which is not needed anymore, and it was recently unmaintained (now it was passed to `nrwl` to maintain (https://github.com/lerna/lerna/issues/3121) will see what will happen in future with it :)
|
package/package.json
CHANGED