v1.1.0
[1.1.0] - 2018-10-14
Mostly internal changes
Added
- Add
Promise,ObjectandSymbolto the predefined globals.
Changed
- This version requires node.js 6 or later.
- Deprecate the
localoption as the plugin passes all the options to static templates. - Hide the internal
runtimeImportvariable. - Revision of the
transformmethod, add comments. - Avoid type coersion (allows Typescript error detection).
Removed
- Unused
assignfunction, now the plugin uses object spread. - Removed the ES6 version, seems rollup does not use it.