Releases: rstackjs/rspack-chain
Releases · rstackjs/rspack-chain
v2.0.1
What's Changed
- fix(types): exclude false devServer config by @chenjiahan in #94
- chore(deps): update all non-major dependencies by @renovate[bot] in #93
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking changes
- This package is now a pure ESM packages
- Requires
@rspack/core >= 2.0.0 - Now provides a named export only:
- import RspackChain from 'rspack-chain';
+ import { RspackChain } from 'rspack-chain';What's Changed
Features
- feat!: switch to named RspackChain export by @chenjiahan in #88
- feat: pure ESM package by @chenjiahan in #79
- feat: add support for
output.bundlerInfoby @chenjiahan in #71 - feat: support display function name when config toString by @9aoy in #77
Bug fixes
- fix: remove resolve plugin related options by @chenjiahan in #72
- fix: remove
output.charsetoption by @chenjiahan in #73 - fix: update cache type to match Rspack v2 by @chenjiahan in #74
- fix: remove unsupported options by @chenjiahan in #75
- fix: remove deprecated output library fields by @chenjiahan in #76
- fix: remove profile and unsafeCache options by @chenjiahan in #78
- fix: update @rspack/core peer dependency by @chenjiahan in #80
- fix!: remove optimization.removeAvailableModules API by @chenjiahan in #85
- fix: align devServer options with rspack v2 config by @chenjiahan in #90
- fix: invalid build output by @chenjiahan in #92
Others
- chore(deps): update ncipollo/release-action digest to 339a818 by @renovate[bot] in #84
- chore: upgrade TypeScript to 6.0.2 by @chenjiahan in #86
- refactor: remove webpack dev dependency by @chenjiahan in #87
- chore(deps): update all non-major dependencies by @renovate[bot] in #83
- chore(deps): update dependency webpack to v5.104.1 [security] by @renovate[bot] in #81
- chore(deps): pin dependencies by @renovate[bot] in #82
New Contributors
Full Changelog: v1.4.4...v2.0.0
v2.0.0-rc.1
What's Changed
- fix: invalid build output by @chenjiahan in #92
Full Changelog: v2.0.0-rc.0...v2.0.0-rc.1
v2.0.0-rc.0
What's Changed
- feat!: switch to named RspackChain export by @chenjiahan in #88
- fix!: align devServer options with rspack v2 config by @chenjiahan in #90
- chore(deps): update ncipollo/release-action digest to 339a818 by @renovate[bot] in #84
- chore: upgrade TypeScript to 6.0.2 by @chenjiahan in #86
- refactor: remove webpack dev dependency by @chenjiahan in #87
- chore(deps): update all non-major dependencies by @renovate[bot] in #83
- docs: clarify README version guidance and simplify headings by @chenjiahan in #89
- release: 2.0.0-rc.0 by @chenjiahan in #91
Full Changelog: v2.0.0-beta.1...v2.0.0-rc.0
v2.0.0-beta.1
What's Changed
- chore(deps): update dependency webpack to v5.104.1 [security] by @renovate[bot] in #81
- chore(deps): pin dependencies by @renovate[bot] in #82
- fix!: remove optimization.removeAvailableModules API by @chenjiahan in #85
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1
v2.0.0-beta.0
What's Changed
- feat: support display function name when config toString by @9aoy in #77
- fix: remove profile and unsafeCache options by @chenjiahan in #78
- feat: pure ESM package by @chenjiahan in #79
- fix: update @rspack/core peer dependency by @chenjiahan in #80
New Contributors
Full Changelog: v2.0.0-alpha.0...v2.0.0-beta.0
v2.0.0-alpha.0
What's Changed
- feat: add support for
output.bundlerInfoby @chenjiahan in #71 - fix: remove resolve plugin related options by @chenjiahan in #72
- fix: remove
output.charsetoption by @chenjiahan in #73 - fix: update cache type to match Rspack v2 by @chenjiahan in #74
- fix: remove unsupported options by @chenjiahan in #75
- fix: remove deprecated output library fields by @chenjiahan in #76
Full Changelog: v1.4.4...v2.0.0-alpha.0
v1.4.4
What's Changed
- fix: update peerDependencies for @rspack/core to support v2 by @chenjiahan in #70
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- fix: remove ts-expect-error comment for unsafeCache by @chenjiahan in #68
- feat: add
inlineExportsoption to optimization by @chenjiahan in #69
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #59
- chore(deps): update all non-major dependencies by @renovate[bot] in #58
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #63
- chore(deps): update all non-major dependencies by @renovate[bot] in #62
- chore(deps): update js-devtools/npm-publish action to v4 by @renovate[bot] in #61
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #65
- chore(deps): update all non-major dependencies by @renovate[bot] in #64
- fix: add @rspack/core as optional peer dependency by @chenjiahan in #67
- chore(deps): update dependency node to v24 by @renovate[bot] in #66
Full Changelog: v1.4.1...v1.4.2