swc-plugin

SWC plugin to enhance your ☄️ Effector experience

ISC License

Downloads
2
Stars
20
Committers
1

Bot releases are visible (Hide)

swc-plugin - v0.5.0 Latest Release

Published by kireevmp 3 months ago

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 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)
swc-plugin - v0.4.1

Published by kireevmp 3 months ago

Patch Changes

  • 48b7217: Remove @effector/reflect from default factories
  • d62f6d0: Update other usages of target to wasip1
  • f500a14: Remove name propagating through nested factories calls
swc-plugin - v0.4.0

Published by kireevmp 4 months ago

Notable Changes

swc1.4.0 tag (which is currently also latest) has been combined with swc1.3.106.

  • If you were using a newer swc1.4.0 tag to install the plugin, you can either use latest or swc1.3.106 instead
  • If you were using an older swc1.3.106 tag, there're no changes (you'll be using an updated swc_core)

swc1.4.0 in NPM will continue to point to v0.3.0 release without changes.

Minor Changes

  • 9c29f33: Update dependencies & keep up with SWC updates

Patch Changes

  • 65ac53b: Bump ahash to 0.8.11
  • 3378bab: Fix providing forceScope for nested reflect usage
swc-plugin - v0.3.0

Published by kireevmp 8 months ago

Minor Changes

  • 6519220: Add a new transformLegacyDomainMethods option to configure transforming Domain's unit creators

Patch Changes

  • ec44187: Bump dependencies & freeze swc_core version

Misc Changes

  • 9a3b938: Formally add ISC license