Skip to content

Releases: KidkArolis/jetpack

v4.2.1

01 Sep 16:51

Choose a tag to compare

  • And rebuild snapshots 8d42ce7
  • Upgrades 54415b0
  • Switch from healthier to eslint with neo for easier future maintenance b11a74e
  • Add a permission block to the wfl 41c3510

v4.2.0...v4.2.1

v4.2.0

26 Aug 20:50

Choose a tag to compare

  • Update to Rspack 1.5
  • Update all dependencies to remove vulnerabilities
  • Replace the use of inquirer-confirm dependency with a local implementation
  • Remove the use of fs-extra and require-relative in favor of Node built in modules

v4.1.0...v4.2.0

v4.1.0

13 Jul 14:22

Choose a tag to compare

  • Make rspack config creation synchronous
  • Use jetpack/rspack.config.js to import the full rspack config object as used by jetpack

v4.0.0

08 Apr 21:09

Choose a tag to compare

  • Add typescript support, compiled by builtin:swc-loader
  • Use [email protected] to correctly include latest polyfills
  • Switch to builtin:swc-loader
  • Make it easier to import global css when using css modules - css in *.global.css or node_modules no longer considered as css modules
  • Remove h as the default jsx pragma, instead use swc-loader's automatic mode for react
  • Upgrade to express@5

v4.0.0-2...v4.0.0

v4.0.0-2

24 Feb 23:07

Choose a tag to compare

v4.0.0-2 Pre-release
Pre-release
  • Allow importing global css more easily 79e5197

v4.0.0-1...v4.0.0-2

v4.0.0-1

24 Feb 12:46

Choose a tag to compare

v4.0.0-1 Pre-release
Pre-release

v4.0.0-0...v4.0.0-1

v4.0.0-0

24 Feb 11:43

Choose a tag to compare

v4.0.0-0 Pre-release
Pre-release
  • Add typescript support, compiled by builtin:swc-loader
  • Use [email protected] to correctly include latest polyfills
  • Switch to builtin:swc-loader
  • Remove h as the default jsx pragma, instead use swc-loader's automatic mode for react

v3.1.0...v4.0.0-0

v3.1.0

28 Jan 23:31

Choose a tag to compare

  • Removed commander in favor of native Node.js parseArgs util, this might have slight affect on cli flags
  • Upgrade all dependencies, including [email protected]
  • Switch core-js to usage mode for smaller bundles as less and less core-js is needed for smaller browsers
  • Improve portability of jetpack - running it without installing it locally should work better now

v3.0.0

11 Dec 13:23

Choose a tag to compare

Replacing webpack with rspack! πŸŽ‰

  • Breaking change: Replaces webpack with rspack - this adds a significant performance boost to jetpack. This is largely backwards compatible. However, if you customise your webpack in jetpack.config.js you might need to read the rspack migration guides.
  • Breaking change: Replaces postcss with the faster lightningcss via rspack's builtin loaders. It serves the same purpose of lowering css syntax for older browsers.
  • Upgrade sass-loader to use the modern sass-embedded which is significantly faster, this should be backwards compatible, but expect sass warnings if you're using older sass syntax.

v2.1.0...v3.0.0

v2.1.0

09 Jul 13:47

Choose a tag to compare

  • Update CHANGELOG with dep upgrades 0db359f
  • Run npm update 7cc9fb1
  • Upgrade dependencies 981f698
  • Merge pull request #121 from tjenkinson/add-chunk-retry-support 30f8979
  • Add changelog entry fa2c165
  • Add chunkLoadRetry option for reloading chunks bd59541
  • Remove .only from test b988273

v2.0.0...v2.1.0