Skip to content

Releases: systemjs/systemjs

SystemJS 0.11.0

23 Dec 15:30
Compare
Choose a tag to compare

Mostly bug fixes. Major update because ES6 Module Loader is a major update to 0.11 and Traceur 0.0.79.

  • Auto-load Traceur runtime when needed (8795fec)
  • Support ES6 async functions for regex detection (ca501e8)
  • Allow versioned-plugins (95a9c6b)
  • Fix for __filename and __dirname support in Node (53338cc)
  • Versions extension instance correction (55a4228)

SystemJS 0.10.1

24 Nov 13:00
Compare
Choose a tag to compare
  • Fix System.register handling for minified files (57e6af6)
  • Update semver handling (5f22bdc)
  • Module detection regex to respect BOM (3b1e768)

SystemJS 0.10.0

18 Nov 15:20
Compare
Choose a tag to compare

SystemJS 0.9.3

21 Oct 10:46
Compare
Choose a tag to compare

Fix for tags to be loaded through version extension (e6ec736)

SystemJS 0.9.2

21 Oct 09:41
Compare
Choose a tag to compare
  • CommonJS detection fix (d7594c5)
  • Update semver handling to match semver spec, also supports @~1.2.3 ranges now (d024dd1)

SystemJS 0.9.1

03 Oct 11:28
Compare
Choose a tag to compare

Fixes

  • Support bundles defining into their own name (62c2294)
  • Aliasing fixes (00f0e34, a0d1bf7)
  • Include source maps and make minified source the primary option (cc98f50)
  • Only remove comments in unminified code due to tokenizing issues (fbf0636)
  • Adjust error messages for undeclared dependencies (55429c2)

SystemJS 0.9.0

26 Sep 10:57
Compare
Choose a tag to compare

Breaking Changes

  • Updates to Traceur 0.0.66 and ES6 Module Loader 0.9.1.

Features

  • SystemCSP now supports plugins (97d1a12)
  • SystemCSP now warns when loading unsupported modules (9b600fd)

Bug Fixes

  • Regular expression fixes (046aa2d, 6f9028d)
  • Fix export * short path handling (72ccd17)
  • __useDefault handling consistency adjustment (84b68cc)

SystemJS 0.8.2

21 Aug 01:28
Compare
Choose a tag to compare
  • Web worker support thanks to @matthewp (11d5144)
  • Fixes a bug with System.register dependency loading (a6077b3)
  • Don't alter CommonJS sources when running traces (c786edd)

SystemJS 0.8.1

13 Aug 18:30
Compare
Choose a tag to compare
  • AMD regex detection fix (176e752)
  • Update ES6 Module Loader and Traceur dependencies

SystemJS 0.8.0

11 Aug 16:10
Compare
Choose a tag to compare
  • Remove Node process shim from CommonJS module support (e05a6fd)
  • Plugin build adjustment (ef6d5b7)
  • System.register dynamic linking fix (46581e2)
  • Add tests for module loader evaluation bug (03a7086)