Releases: developit/microbundle
Releases · developit/microbundle
Release list
0.3.1
0.3.0
Features
- Add support for JSX (+
--jsxpragma option) (#13, thanks @wcastand) - Add support for tagged template strings (#29, thanks @rtorr)
- Add CSS support with PostCSS and Autoprefixer (#30, thanks @tknipfer)
- Switch to Sade for CLI handling (#32, thanks @lukeed)
- Use
uglify-esto compress ES Modules output too - Fix
--inline alloption so it inlines modules fromnode_modules(#33, thanks @ColinRTaylor) - Look for
"browser"entries in package.json, add--target nodeoption to bypass (#38, thanks @kevlened) - Prefer "module" when importing from
node_modules(#24, thanks @jescalan) - Add
"mangle"field to package.json to allow custom property mangling - Add
--nameoption to customize export name (#10, thanks @msfragala) - Switch from
snake_casetopascalCasefor auto module names (#15, thanks @msfragala)
Bug Fixes
0.2.4
- Support for Flow! (#6, thanks @maciej-ka)
- Gracefully handle missing
namefield inpackage.json(#8, thanks @hph) - Add name CLI option and document UMD export naming options
- Bugfix: disable default export rewriting for now as it can break builds
0.2.3
0.2.2
0.2.0
- Have the library build itself before publishing for meta points.
- Add a preserve-shebang plugin so microbundle can be used to build node CLI's (like this one).