Skip to content

Releases: Codefend/webpack-plugin-codefend

3.2.1

18 Aug 14:31

Choose a tag to compare

Features

  • Stats are now displayed in a more readable table format.

What's Changed

  • build(deps-dev): bump tsup from 8.1.0 to 8.2.4 by @dependabot in #57
  • build(deps-dev): bump vitest from 2.0.4 to 2.0.5 by @dependabot in #60
  • build(deps-dev): bump cspell from 8.10.4 to 8.13.3 by @dependabot in #62
  • build(deps-dev): bump cspell from 8.13.3 to 8.14.1 by @dependabot in #63
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.1.0 by @dependabot in #61
  • build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #56
  • chore(dev-deps): bump codefend from 3.1.0 to 3.2.0 by @Z-n-o-M in #64

Full Changelog: 3.1.1...3.2.1

3.1.1

04 Aug 17:11
a4b0c38

Choose a tag to compare

Fixes

  • Reserved keywords unused_webpack and webpack_module are now ignored by default.

What's Changed

  • fix(transformation): add unused_webpack and webpack_module keywords to the ignore list by default by @Z-n-o-M in #55

Full Changelog: 3.1.0...3.1.1

3.1.0

04 Aug 16:30
dadaeb8

Choose a tag to compare

Features

  • The plugin has been updated to use Codefend v3. This upgrade introduces a new pool option under transformation and includes numerous optimizations. learn more

Fixes

  • Resolved Webpack DeprecationWarning: optimizeChunkAssets is now replaced with processAssets.

What's Changed

  • build(deps-dev): bump vitest from 2.0.3 to 2.0.4 by @dependabot in #49
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #46
  • build(deps-dev): bump @typescript-eslint/parser from 7.16.1 to 7.18.0 by @dependabot in #50
  • feat(_): migrate to codefend v3 by @Z-n-o-M in #53
  • refactor(webpack): replace deprecated optimizeChunkAssets hook with processAssets by @Z-n-o-M in #54

Full Changelog: 3.0.3...3.1.0

3.0.3

17 Jul 15:56

Choose a tag to compare

What's Changed

  • build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #34
  • build(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0 by @dependabot in #35
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 by @dependabot in #36
  • build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #43
  • build(deps-dev): bump cspell from 8.9.1 to 8.10.4 by @dependabot in #39
  • build(deps-dev): bump vitest from 1.6.0 to 2.0.3 by @dependabot in #41
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.1 by @dependabot in #42
  • build(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.16.1 by @dependabot in #44

Full Changelog: 3.0.2...3.0.3

3.0.2

30 Jun 11:26
5a066f3

Choose a tag to compare

3.0.2(2024-06-30)

Fixes

  • fix issue with source not being overridden

3.0.1

30 Jun 09:55
e3154a4

Choose a tag to compare

3.0.1(2024-06-30)

Fixes

  • fix error referencing package

3.0.0

30 Jun 08:28
cdfe779

Choose a tag to compare

3.0.0 (2024-06-30)

Features

  • Migration to codefend v3 options
    please note that the plugin is still using v2 internally, its only a transition phase for the upcoming major migration

BREAKING CHANGES

  • Refer to the updated user guide for how to use the new options .

2.0.2

28 Apr 18:04
56dae08

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

12 Feb 20:10
6d85d39

Choose a tag to compare

What's Changed

  • fix(stats); stats not displaying at the end of build by @Z-n-o-M in #9
  • build(deps-dev): bump typescript from 4.9.4 to 4.9.5 by @dependabot in #7
  • build(deps-dev): bump rimraf from 4.0.5 to 4.1.2 by @dependabot in #6

Full Changelog: 2.0.0...2.0.1

2.0.0

12 Feb 19:30
65df7fd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...2.0.0