Skip to content

v1.1.0

Choose a tag to compare

@aMarCruz aMarCruz released this 14 Oct 16:01
· 3 commits to master since this release

[1.1.0] - 2018-10-14

Mostly internal changes

Added

  • Add Promise, Object and Symbol to the predefined globals.

Changed

  • This version requires node.js 6 or later.
  • Deprecate the local option as the plugin passes all the options to static templates.
  • Hide the internal runtimeImport variable.
  • Revision of the transform method, add comments.
  • Avoid type coersion (allows Typescript error detection).

Removed

  • Unused assign function, now the plugin uses object spread.
  • Removed the ES6 version, seems rollup does not use it.