Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kireevmp committed Jul 23, 2024
1 parent 96be2ec commit d3371dc
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-moose-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-panthers-walk.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "effector-swc-plugin"
version = "0.4.1"
version = "0.5.0"

authors = ["Kireev Mikhail"]
description = "SWC Plugin for Effector"
Expand Down
4 changes: 2 additions & 2 deletions package.json
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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d3371dc

Please sign in to comment.