Skip to content

Releases: timreichen/Bundler

0.6.2

18 Mar 18:31
Compare
Choose a tag to compare
  • 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

09 Mar 08:36
Compare
Choose a tag to compare
  • fix fetch path resolution
  • add svgo optimisation plugin

0.6.0

05 Mar 22:32
067df7f
Compare
Choose a tag to compare
  • restructure bundler and plugins
  • add dependency types
  • update dependencies
  • replace css string manipulation with ast walker
  • enhance performance

0.5.1

01 Jan 14:55
Compare
Choose a tag to compare
  • 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

24 Dec 12:45
Compare
Choose a tag to compare
  • rewrite plugin system

  • add html plugin

  • add webmanifest plugin

  • add image plugin

  • add svg plugin

  • add logLevel option

  • improve performance

0.4.2

28 Oct 22:13
Compare
Choose a tag to compare
  • use esm.sh for all 3rd party dependencies
  • add tests
  • fix various bugs
  • add threejs example

0.4.1

19 Oct 21:35
Compare
Choose a tag to compare
  • support json imports
  • add tests
  • various fixes

0.4.0

12 Oct 21:29
Compare
Choose a tag to compare
  • smart splitting support
  • additional tests
  • various improvements

0.3.4

11 Oct 20:53
Compare
Choose a tag to compare
  • performance improvements
  • bug fixes

0.3.3

11 Oct 17:53
Compare
Choose a tag to compare
  • check and handle fetch status when caching files
  • update std dependencies
  • bug fixes