Skip to content

Releases: yoriiis/chunks-webpack-plugin

13.1.0

15 Dec 11:20

Choose a tag to compare

Updates

  • Fix types and use package inside demo (#116)
  • Make config optional by @duckblaster in (#117)
  • Add verify script to check dist content (#119)
  • Add support for .mjs extension (#120)

13.0.0

12 Nov 19:27

Choose a tag to compare

⚠️ Breaking changes

  • Updates Node.js (#110)
    • Minimum supported Node.js version is >=22
    • Updates other packages

12.0.1

13 Jan 10:26
ede0baf

Choose a tag to compare

Fixes

  • Fix generateChunksFiles ignored #108

12.0.0

18 Nov 15:25

Choose a tag to compare

⚠️ Breaking changes

  • Updates Node.js (#105)
    • Minimum supported Node.js version is 20.18.0
    • Fix import assertion compatibility with Node.js 22
    • Updates other packages
    • Migrate ESLint/Prettier to Biome

11.0.0

16 Feb 14:29
b715f57

Choose a tag to compare

⚠️ Breaking changes

  • Updates Node.js (#100)
    • Minimum supported Node.js version is 18.19.0
    • Updates other packages

10.0.0

02 Oct 10:21

Choose a tag to compare

⚠️ Breaking changes

This package is now pure ESM. Please read Sindre Sorhus ESM note for more information

  • Migrate to ESM with package exports (#95)

9.0.0

09 Jun 12:40

Choose a tag to compare

⚠️ Breaking changes

  • Fix automatic public path generation #93

Updates

  • Optimize TypeScript (#94)

8.0.1

23 May 12:15

Choose a tag to compare

Updates

  • Add funding key in package.json (dd7b91c)

8.0.0

03 May 14:12

Choose a tag to compare

⚠️ Breaking changes

  • Minimum supported Node.js version is 16.20.0 (#90)
  • templateStyle and templateScript parameters are transformed into functions (#91)
  • The outputPath parameter is removed. Files are generated by default by webpack compilation according to output.path
  • The customFormatTags parameter is removed. Custom generation can be done with templateStyle and templateScript functions

New features

  • Add schema validation on plugin and loader options (#89)
  • Fix compatibility with webpack cache (#91)

7.1.0

29 Dec 15:53

Choose a tag to compare

Breaking changes

  • Drop webpack 4 support #87
  • Drop Node.js 12 support #88