Skip to content

Releases: rstackjs/rspack-chain

v2.0.1

09 Apr 07:07

Choose a tag to compare

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

09 Apr 06:21

Choose a tag to compare

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

Bug fixes

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

  • @9aoy made their first contribution in #77

Full Changelog: v1.4.4...v2.0.0

v2.0.0-rc.1

02 Apr 07:04

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-rc.0...v2.0.0-rc.1

v2.0.0-rc.0

02 Apr 04:05
99d1956

Choose a tag to compare

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

17 Mar 13:52

Choose a tag to compare

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

26 Feb 06:50

Choose a tag to compare

What's Changed

New Contributors

  • @9aoy made their first contribution in #77

Full Changelog: v2.0.0-alpha.0...v2.0.0-beta.0

v2.0.0-alpha.0

17 Jan 14:05

Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v2.0.0-alpha.0

v1.4.4

16 Jan 08:26

Choose a tag to compare

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

17 Dec 09:03

Choose a tag to compare

What's Changed

  • fix: remove ts-expect-error comment for unsafeCache by @chenjiahan in #68
  • feat: add inlineExports option to optimization by @chenjiahan in #69

Full Changelog: v1.4.2...v1.4.3

v1.4.2

09 Dec 14:33

Choose a tag to compare

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