Releases: developit/microbundle
Releases · developit/microbundle
0.3.1
14 Jan 18:39
Compare
Sorry, something went wrong.
No results found
Detect when default & named exports are used in duplicate (eg: preact) and only export a single object.
0.3.0
13 Jan 23:25
Compare
Sorry, something went wrong.
No results found
Features
Add support for JSX (+ --jsx pragma 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-es to compress ES Modules output too
Fix --inline all option so it inlines modules from node_modules (#33 , thanks @ColinRTaylor )
Look for "browser" entries in package.json, add --target node option 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 --name option to customize export name (#10 , thanks @msfragala )
Switch from snake_case to pascalCase for auto module names (#15 , thanks @msfragala )
Bug Fixes
Fix issues running under Windows (#21 , thanks @g-plane )
De-dupe entry files
Avoid repeated CSS extraction
0.2.4
13 Dec 15:02
Compare
Sorry, something went wrong.
No results found
Support for Flow! (#6 , thanks @maciej-ka )
Gracefully handle missing name field in package.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
12 Dec 02:41
Compare
Sorry, something went wrong.
No results found
Add -f as an alias for --format
Fix peerDependencies not being marked as external
Fix build stats formatting when outputting to cwd
Fix output filename mapping for secondary entries
0.2.2
12 Dec 01:43
Compare
Sorry, something went wrong.
No results found
Fix up repo and package.json.
0.2.0
12 Dec 01:42
Compare
Sorry, something went wrong.
No results found
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).
0.1.0
11 Dec 21:52
Compare
Sorry, something went wrong.
No results found