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.16.5

30 May 09:37
Compare
Choose a tag to compare

Features

Bug fixes

  • Fixes an invalid encodeNames options check (de2f05b)

SystemJS Builder 0.16.4

16 Mar 11:56
Compare
Choose a tag to compare

Bug Fixes

  • Fixes internal issue where module format system is confused with module format register (b754f97)
  • Fixes interop case in buildStatic (8200f49)
  • Fixes a buildStatic bug for dynamic requires (#778, cd19b07)
  • Fixes incorrect stripping of sourceMappingURL custom code (systemjs/systemjs#1605, 49a34ce)

SystemJS Builder 0.16.3

09 Feb 10:54
Compare
Choose a tag to compare

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

01 Feb 08:57
Compare
Choose a tag to compare
  • Upgrades global and cjs transformers (2734967, d8df9d2)
  • Removes inlining of AMD helpers in sfx builds (a7efcdd)

SystemJS Builder 0.16.1

30 Jan 08:02
Compare
Choose a tag to compare

SystemJS Builder 0.16.0

24 Jan 12:40
Compare
Choose a tag to compare

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 the define statements in place. A huge thanks to @jrauschenbusch for his work on this new transform.

SystemJS Builder 0.15.35

23 Jan 12:26
Compare
Choose a tag to compare

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

15 Nov 10:52
Compare
Choose a tag to compare
Pre-release

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

10 Nov 15:05
Compare
Choose a tag to compare

SystemJS Builder 0.15.33

25 Oct 13:05
Compare
Choose a tag to compare
  • 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)