Skip to content

Releases: systemjs/systemjs

SystemJS 0.16.8

23 Apr 15:44
Compare
Choose a tag to compare

Features

  • Support dynamic AMD require in AMD CommonJS form (b279fd7)
  • __filename, __dirname origin-absolute now in CommonJS (bd8f424, 3f9c642)

Bug Fixes

  • Ensure custom meta deps for CommonJS modules are executed (1ffea56)
  • Ensure System.delete works for System.register modules (c3546cd)
  • Bundle duplicate loading fix (5806665)
  • iOS Safari Webworker global support fix (8d8c065, 650b220)
  • Always use Babel-Core (de1f7ee)
  • IE8 fixes (5f077ef)

SystemJS 0.16.7

08 Apr 13:39
Compare
Choose a tag to compare

Bugfixes

  • Undefined 'require' for globals (98c3de6)
  • Ensure transpiler runtimers resolved in Node (a374809) #392
  • Bump es6-module-loader dependency and test against babel-core 5.0.10 (1fda72f)

SystemJS 0.16.6

27 Mar 22:05
Compare
Choose a tag to compare

Ensure Traceur Runtime auto-loading doesn't overwrite System (#381)

SystemJS 0.16.5

27 Mar 21:55
Compare
Choose a tag to compare

SystemJS 0.16.4

26 Mar 21:12
Compare
Choose a tag to compare

Allow server-resolution of transpiler to fail (e49abc7)

SystemJS 0.16.3

26 Mar 16:00
Compare
Choose a tag to compare

SystemJS 0.16.2

26 Mar 15:45
Compare
Choose a tag to compare
  • Fix Node automatic Node resolution of Babel and Traceur (#380)
  • Remove legacy Traceur clobbering code (4615389)

SystemJS 0.16.1

24 Mar 23:19
Compare
Choose a tag to compare

Adjustment to allow transpilers to be mapped with map configuration (9e8011d, 859f18c)

SystemJS 0.16.0

24 Mar 18:55
Compare
Choose a tag to compare

Breaking Change

Bug Fixes

  • Better baseURL detection in Workers (51a471a)
  • System.amdRequire is now correctly bound for RequireJS shims (57f2b52)
  • Windows file URLs now always use / over \ (8a9d4f0)

SystemJS 0.15.0

04 Mar 12:53
Compare
Choose a tag to compare

Changes

  • __esModule flag now always interprets a module as named ES6 exports in the registry (3b3b03a, see #209 for discussion)

Bug Fixes

  • Fix the init shim function (#237)
  • Ensure meta applies before ES6 extension so that loader auto-loading works with `"format es6" in source (#357)
  • Added screenLeft and screenTop to global ignores (#353)