-
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.
- Loading branch information
Showing
6 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 +1,18 @@ | ||
# effector-swc-plugin | ||
|
||
## 0.5.0 | ||
|
||
### Notable Changes | ||
|
||
- The build process for the plugin now includes an additional optimization pass, reducing the size of unpacked plugin from **2.3 MB** to **just ~900 KB** with no impact on performance. | ||
- To improve NextJS compatibility, a list of supported versions was expanded. The `swc1.4.0` label has been reinstated, and two new labels were added `swc1.6.0` and `swc1.7.0`. | ||
- We added an [Additional documentation](https://github.com/kireevmp/effector-swc-plugin/blob/master/NEXTJS.md) to support NextJS users, sharing details regarding setup and supported labels/versions. | ||
|
||
### Minor Changes | ||
|
||
- 0cbf8b8: Add `[email protected]` plugin build & return `@0.89.x` build | ||
- 8f2f9e5: Add optimization pass to build script (`wasm-opt`) | ||
|
||
## 0.4.1 | ||
|
||
### Patch Changes | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "effector-swc-plugin", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "SWC Plugin for Effector", | ||
"keywords": [ | ||
"swc-plugin", | ||
|
@@ -29,7 +29,7 @@ | |
"@changesets/cli": "^2.27.7" | ||
}, | ||
"peerDependencies": { | ||
"@swc/core": ">=1.3.106" | ||
"@swc/core": ">=1.7.0" | ||
}, | ||
"preferUnplugged": true, | ||
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" | ||
|