Skip to content

Releases: developit/microbundle

0.8.1

Choose a tag to compare

@ForsakenHarmony ForsakenHarmony released this 01 Dec 13:30

This fixes 0.8.0 which was broken

Patches

0.8.0

Choose a tag to compare

@ForsakenHarmony ForsakenHarmony released this 30 Nov 23:35

Features

Patches

0.7.0

Choose a tag to compare

@ForsakenHarmony ForsakenHarmony released this 26 Oct 03:10

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

Choose a tag to compare

@developit developit released this 19 Jul 20:28
  • 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

Choose a tag to compare

@developit developit released this 05 Jul 07:41

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

Choose a tag to compare

@developit developit released this 21 Feb 03:57
  • 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

Choose a tag to compare

@developit developit released this 26 Jan 19:26

Changes & Features

Bugs Fixed

0.4.2

Choose a tag to compare

@developit developit released this 24 Jan 21:01
  • Fix Nodent JSX parsing (thanks @songawee)
  • Show error details when compilation fails

0.4.1

Choose a tag to compare

@developit developit released this 24 Jan 14:05
  • Fix sourcemaps!

0.4.0

Choose a tag to compare

@developit developit released this 23 Jan 20:00
  • 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!)