Releases: metalsmith/js-bundle
Releases · metalsmith/js-bundle
@metalsmith/js-bundle 0.9.0
WARNING: according to the esbuild changelog, a lot of backwards-incompatible changes have been added between 0.20.2 - 0.24.0. See https://github.com/evanw/esbuild/blob/main/CHANGELOG.md for more info
- Updates esbuild 0.20.2 -> 0.24.0, @babel/core + preset-env 7.24.4 -> 7.26.0
40c6a3d
@metalsmith/js-bundle 0.8.0
- Updates esbuild 0.20.1 -> 0.20.2 & @babel/core + preset-env 7.23.9 -> 7.24.4
a31615b
@metalsmith/js-bundle 0.7.0
- Updates esbuild 0.19.10 -> 0.20.1, babel core & preset-env 7.23.6 -> 7.23.9
02d971c
- Removes stray debug statement & optimizes variable caching
8ab0781
- Adds 2 debug logs
0293c72
- Removes an obsolete destination file.path remapping
c32973c
- Drops support for Node patch version < 14.18.0 in order to guarantee support for node: protocol imports
665dc49
@metalsmith/js-bundle 0.6.0
- Updates esbuild 0.18.9 -> 0.19.10, babel 7.22.10 -> 7.23.6
7df8ea8
@metalsmith/js-bundle 0.5.0
@metalsmith/js-bundle 0.4.0
- Updates @babel/core & preset-env 7.21.4 -> 7.22.x
b92baab
- Updates esbuild 0.17.15 -> 0.17.19: various import, tsconfig & css fixes
ce21cd4
- Fixes options re-assignment issue with metalsmith.watch() & logically reorders debug logs
37d869e
- Allows proper 'define' option overwriting and specifying booleans/numbers/valid JSON + adds test case
2992b6b
- Adds sourcemaps to dist for better debugging
543b876
- Drops support for Node < 14.14.0 (Node 12 EOL 2023-04-30)
5807d74
@metalsmith/js-bundle 0.3.0
- BREAKING: upgrades esbuild from 0.15.10 -> 0.17.15. See https://github.com/evanw/esbuild/releases/tag/v0.17.0 for details. Upgrades babel core & preset-env from 7.19.3 -> 7.21.4
d495939
- fix: let the user overwrite the esbuild define option, properly enquote all define values
a9b01e7
@metalsmith/js-bundle 0.2.0
@metalsmith/js-bundle 0.1.1
- Fix custom destination path for assets
ef2ff87