v0.4.0
Breaking changes:
- The default ECMAScript version for build files is now
ES2018(previously it wasES5).ES2018is supported by all modern browsers but if you still needES5output then set thetargetfield in yourtsconfigtoES5. umdbuilds are no longer created by default. Use the--addUmdBuildcli option to createumdbuilds.
Features:
- Speed improvements - up to 4x faster than v0.3.0.