Skip to content

Releases: rafgraph/rollpkg

v0.4.1

11 Feb 15:03
Compare
Choose a tag to compare

No significant changes from v0.4.0

v0.4.0

11 Feb 15:01
Compare
Choose a tag to compare

Breaking changes:

  • The default ECMAScript version for build files is now ES2018 (previously it was ES5). ES2018 is supported by all modern browsers but if you still need ES5 output then set the target field in your tsconfig to ES5.
  • umd builds are no longer created by default. Use the --addUmdBuild cli option to create umd builds.

Features:

  • Speed improvements - up to 4x faster than v0.3.0.