Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Releases: systemjs/builder

SystemJS Builder 0.14.8

08 Oct 16:10
Compare
Choose a tag to compare

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

29 Sep 13:52
Compare
Choose a tag to compare
  • Fixes SFX exclusions encoding bug (e49ef34)
  • Fixes SFX runtime inclusion regression, fetch cache issue (8013581)

SystemJS Builder 0.14.6

24 Sep 12:35
Compare
Choose a tag to compare

SystemJS Builder 0.14.5

23 Sep 09:58
Compare
Choose a tag to compare

SystemJS Builder 0.14.4

22 Sep 21:17
Compare
Choose a tag to compare

SystemJS Builder 0.14.3

19 Sep 16:33
Compare
Choose a tag to compare

Add back builder.getDepCache helper (921ca09)

SystemJS Builder 0.14.2

19 Sep 13:43
Compare
Choose a tag to compare

Fixes builder.loadConfig bug (fbf9967)

SystemJS Builder 0.14.1

18 Sep 22:26
Compare
Choose a tag to compare

SFX System reference fix (2c6e841)

SystemJS Builder 0.14.0

18 Sep 15:20
Compare
Choose a tag to compare

Features

  • Upgrades to SystemJS 0.19, which is a minor breaking change
  • API upgrades - builder.build and builder.buildTree are now both builder.bundle, while builder.buildSFX is now builder.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

SystemJS Builder 0.13.6

13 Sep 12:52
Compare
Choose a tag to compare
  • Cache performance improvements (4e00229)
  • Bulk SFX export bug fix (70744ea)