Microbundle 0.15.1 is a minor release following version 0.15.0, designed for developers seeking a zero-configuration bundler for their small JavaScript libraries. Both versions leverage Rollup under the hood, offering a streamlined bundling experience. A notable difference lies in the updated dependency babel-plugin-transform-async-to-promises, moving from version 0.8.15 to 0.8.18. While seemingly small, this patch version update likely includes bug fixes and performance improvements related to asynchronous code transformation, which can be crucial for projects heavily reliant on async/await syntax. Another key change is the upgrade of rollup-plugin-typescript2 from 0.29.0 to 0.32.0. This is a significant upgrade for Typescript users, potentially offering better type checking, improved performance during compilation, and support for newer Typescript features. Developers should also note the removal of travis-size-report from the devDependencies, suggesting a shift in how bundle size is monitored during development. Overall, version 0.15.1 appears to address minor issues and enhance Typescript support, making it a worthwhile upgrade for developers seeking stability, performance improvements, and up-to-date tooling. Ensure your project benefits from the latest Typescript enhancements by upgrading.
The are not vulnerabilities for the version 0.15.1 of the package microbundle