Releases: timreichen/Bundler
Releases · timreichen/Bundler
0.6.2
- add
FetchPlugin
that can fetch any file with any extension - fix thrown error bug when graphing a new file with
--watch
option - fix circular dependency bug
0.6.1
- fix fetch path resolution
- add svgo optimisation plugin
0.6.0
- restructure bundler and plugins
- add dependency types
- update dependencies
- replace css string manipulation with ast walker
- enhance performance
0.5.1
- add html inline script, style rag and style attribute support
- add fetch statement support
- add WebWorker support
- add ServiceWorker support
- add wasm support
- bug fixes
0.5.0
-
rewrite plugin system
-
add html plugin
-
add webmanifest plugin
-
add image plugin
-
add svg plugin
-
add logLevel option
-
improve performance
0.4.2
- use esm.sh for all 3rd party dependencies
- add tests
- fix various bugs
- add threejs example
0.4.1
- support json imports
- add tests
- various fixes
0.4.0
- smart splitting support
- additional tests
- various improvements
0.3.4
- performance improvements
- bug fixes
0.3.3
- check and handle fetch status when caching files
- update std dependencies
- bug fixes