This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
Releases: systemjs/builder
Releases · systemjs/builder
SystemJS Builder 0.16.5
Features
- Fixes the
esModule
meta option to be supported in bundles and builds (#775). - Implements build support for the new default interop from SystemJS 0.20.13, described in https://github.com/ModuleLoader/es-module-loader/releases/tag/2.2.0.
Bug fixes
- Fixes an invalid encodeNames options check (de2f05b)
SystemJS Builder 0.16.4
Bug Fixes
SystemJS Builder 0.16.3
Upgrades to es-module-loader 2.1.0 interpol for __esModules (https://github.com/ModuleLoader/es-module-loader/releases/tag/2.1.0)
SystemJS Builder 0.16.2
SystemJS Builder 0.16.1
- SFX build interior fix for ES modules (systemjs/systemjs#1553)
SystemJS Builder 0.16.0
Features and Breaking Changes
- Upgrades SystemJS Builder to match the semantics and breaking changes of SystemJS 0.20.0.
- Enables rollup optimizations by default
- AMD builds are now entirely based on a
System.registerDynamic
wrapping instead of leaving thedefine
statements in place. A huge thanks to @jrauschenbusch for his work on this new transform.
SystemJS Builder 0.15.35
Bug Fixes
- Fixes SFX build to not use Node require for
process.browser
environments (568ab59) - Updates CJS wrapper plugin (e9c5731)
- Fixes SFX internal typeof check bug for AMD return values (5fef7b0)
- Inline source maps fixes (8e76e0a, 99fa887)
Thanks to @asapach @jrauschenbusch @alexisvincent @arty-name @joeldenning @mosho1, who are entirely to thank for this release.
SystemJS Builder 0.16.0-alpha.1
Updates SystemJS builder to support SystemJS 0.20.0-alpha.1.
Install via npm install systemjs-builder@next
.
- Updates the SFX build runtime to match the breaking semantics changes from SystemJS 0.20.
- Supports
format: 'system'
. - Rollup optimizations are enabled by default.
SystemJS Builder 0.15.34
Upgrades to SystemJS 0.19.41.
SystemJS Builder 0.15.33
- Upgrades to SystemJS 0.19.40
- Upgrades to Rollup 0.36.3
- Fixes bug with Rollup and sourceMapContents (#678)
- Fixes bug with Rollup providing absolute paths in source map sources (#705)
- Fix to ensure
compact: false
is always set for internal Babel compilations (#700) - Fix to remove unnecessary recursion during tracing (495c3bb)
- Plugin invalidation fixes (8ff47b7, 00f97ac)