Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chiiya chiiya released this 30 Apr 12:40
· 19 commits to master since this release

In this release, the bundling process has been improved. Haven now comes with better support for tree-shaking and improved source map support.

⚠️ BREAKING CHANGES

  • Haven does not include any core-js polyfills anymore. This leads to a 50% reduction in bundle size. When using Haven in older browsers, make sure to include all necessary polyfills. The source code is still compiled down to ES5 using Babel.

ℹ️ CHANGELOG

  • Updated dependencies
  • Improved bundling process, removing polyfills and improving tree-shaking and source map support.

Compare v0.5.11 → v0.6.0