Skip to content

Releases: developit/microbundle

0.8.1

01 Dec 13:30
Compare
Choose a tag to compare

This fixes 0.8.0 which was broken

Patches

0.8.0

30 Nov 23:35
Compare
Choose a tag to compare

Features

Patches

0.7.0

26 Oct 03:10
Compare
Choose a tag to compare

Possibly breaking

  • Change default target to web & Don't minify by default for target == "node": #234 (me)
  • Change "module" field from .m.js to .mjs: #213 (thx @loilo ❤️)

Features

Bugfixes / Patches

  • Fix issue when using cwd and package.source: #176 (thx @gribnoysup ❤️)

  • Switch jest environment to node to fix tests: #179 (thx @gribnoysup ❤️)

  • Use async version of brotli-size (0.0.3): #182 (thx @developit ❤️)

  • Add cache folder for each format in typescript to fix a cache issue: (thx @alexbenic ❤️)

  • Don't compress microbundle dist: #231 (me)

  • Updates for dependencies (thx @Greenkeeper[bot] 🙃 and @joelgallant ❤️)

0.6.0

19 Jul 20:28
Compare
Choose a tag to compare
  • Microbundle now uses the .mjs file extension for JS Module files, and will auto-detect them as source code.
  • Update to the latest and greatest Rollup.

0.5.1

05 Jul 07:41
Compare
Choose a tag to compare

Special thanks to @Andarist and @ForsakenHarmony for their awesome work keeping Microbundle moving forward! 🙇‍♂️

  • Breaking Change: --external all is now the default. Modules listed in your package.json's "dependencies" and "peerDependencies" will be linked as imports/require statements (thanks @Andarist)
  • Importing subdirectories from packages now treats them as external (#83, thanks @Andarist)
  • When builds fail, actually output some useful information (#120, thanks @jesstelford)
  • Output much more helpful Rollup errors (#128, thanks @gribnoysup)
  • Fix error reporting in watch mode and make fatal watch errors exit with an error code (#153, thanks @mattdesl)
  • Minify CSS assets with cssnano (#121, thanks @nicksrandall)
  • Add .tsx support! (thanks @jaredpalmer)
  • Updated to Rollup 0.60+
  • watch mode can now also be activated via a --watch flag (thanks @ngryman)

0.4.4

21 Feb 03:57
Compare
Choose a tag to compare
  • New API: options.onBuild. You supply a function, it gets called on each build in watch mode (thanks @fwilkerson)
  • Switch to rollup-plugin-typescript2 🔥 (thanks @freeman)
  • Add --source-map option (use --no-source-map to disable them, thanks @cristianbote)

0.4.3

26 Jan 19:26
Compare
Choose a tag to compare

Changes & Features

Bugs Fixed

0.4.2

24 Jan 21:01
Compare
Choose a tag to compare
  • Fix Nodent JSX parsing (thanks @songawee)
  • Show error details when compilation fails

0.4.1

24 Jan 14:05
Compare
Choose a tag to compare
  • Fix sourcemaps!

0.4.0

23 Jan 20:00
Compare
Choose a tag to compare
  • Support for TypeScript! (#16, thanks @tymondesigns!!)
  • Support for scoped packages (#51, thanks @Andarist!)
  • Simpler warnings for missing/erroneous package.json
  • Fix acorn-jsx issue (we hope!)