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.14.8
Features
- Builder invalidation API (c041074)
- Fix to ensure CJS builds are loadable through SystemJS without internal requires being detected (3418a94)
- Ensure Babel runtime is included for SFX bundles just using regenerator (5c20555)
- Include the trace tree object as output of bundling (a8a16a6)
Bug Fixes
- Removes setting of global require for AMD SFX (a8f9891)
- Stable name mangling for deterministic builds (4d6cc1f)
- Deterministic build fix (c8c947e)
- Option conflict fix with babelOptions (c798bea)
- Fix where
var define
breaks AMD builder logic (#344) - Support module names starting with
@
instead of treating them as system modules (cc2ad8e)
SystemJS Builder 0.14.7
SystemJS Builder 0.14.6
SystemJS Builder 0.14.5
Upgrades to SystemJS 0.19.2 (https://github.com/systemjs/systemjs/releases/tag/0.19.2)
SystemJS Builder 0.14.4
- Upgrades to SystemJS 0.19.1 (https://github.com/systemjs/systemjs/releases/tag/0.19.1)
- Fixes errors being swalled during trace (#317)
SystemJS Builder 0.14.3
Add back builder.getDepCache
helper (921ca09)
SystemJS Builder 0.14.2
Fixes builder.loadConfig
bug (fbf9967)
SystemJS Builder 0.14.1
SFX System reference fix (2c6e841)
SystemJS Builder 0.14.0
Features
- Upgrades to SystemJS 0.19, which is a minor breaking change
- API upgrades -
builder.build
andbuilder.buildTree
are now bothbuilder.bundle
, whilebuilder.buildSFX
is nowbuilder.buildStatic
. The previous APIs will continue to work, but display deprecation warnings. - Deterministic build order thanks to @Munter (#284)
build: false
will now not trace those modules or their dependencies at all- Support for conditional bundling with environment condition variations