Major Changes
-
94c5efa: Release 1.0.0 introduces no breaking changes compared to previous releases.
This release establishes a stable baseline for future development, including upcoming releases focused on performance
and build-time optimizations.
Patch Changes
- 16a64ad: Document the
prefixer: falseoption to disable vendor prefixing in bundler plugins. - bd00b47: Add
babelTransformoption to apply configuredbabelOptionsto source code before the esbuild/WyW pipeline (opt-in). - fcb118a: Add a
keepCommentsoption for the stylis preprocessor to preserve selected CSS comments. - 64b7698: Prevent concurrent transforms from reusing cached actions with different handler instances by stabilizing resolvers across bundlers.
- ca3e49e: Sanitize esbuild plugin filter RegExp flags for Go regex compatibility and warn when unsupported flags are ignored.
- ae740bf: Add
transformLibrariesoption to allow transforming selected dependencies insidenode_modules(opt-in; still recommended to narrow via filters). - Updated dependencies
- @wyw-in-js/shared@1.0.0
- @wyw-in-js/transform@1.0.0