Skip to content

Releases: systemjs/systemjs

SystemJS 0.14.1

18 Feb 16:59
Compare
Choose a tag to compare

Babel runtime is referred to as helpers (444adaf)

SystemJS 0.14.0

18 Feb 11:24
Compare
Choose a tag to compare

Rename 6to5 to Babel and update ES6 Module Loader (21cf512)

SystemJS 0.13.2

12 Feb 14:26
Compare
Choose a tag to compare
  • Updates ES6 Module Loader, 6to5 (f1fa837)
  • Minor bug fix for version stripping issue (a725cdd)

SystemJS 0.13.1

04 Feb 19:53
Compare
Choose a tag to compare

Fix occasional IE8 execution failures (bb1fafc)

SystemJS 0.13.0

01 Feb 15:46
Compare
Choose a tag to compare
  • System.parser -> System.transpiler in API (a24648c)
  • Updates to ES6 Module Loader 0.13
  • Add back support for 6to5 runtime (e73f4ca)

SystemJS 0.12.1

30 Jan 12:33
Compare
Choose a tag to compare
  • Only support runtime-loading for Traceur due to 6to5 self-contained (76e212f)
  • Loader clone function, thanks to @matthewp (9f7bb47)

SystemJS 0.12.0

28 Jan 21:48
Compare
Choose a tag to compare
  • Supports 6to5 transpilation of ES6, interchangeably with Traceur

Bug Fixes

  • Avoid System global clobbering (b9237eb)
  • Linking algorithm fix (b4d378a)
  • Another dependency loading algorithm fix, #323 (d62e63d)
  • Fix to allow two bundle configurations to contain the same module (6666ce3, 612a30c)

SystemJS 0.11.3

19 Jan 13:13
Compare
Choose a tag to compare

Fixes regression #322 with CommonJS requires.

SystemJS 0.11.2

15 Jan 09:15
Compare
Choose a tag to compare
  • Fix bug to allow AMD requires with no callback (732e7d8)
  • Fix bug to avoid parsing CJS require inside CJS strings (3bfddd8)

SystemJS 0.11.1

03 Jan 12:46
Compare
Choose a tag to compare

Fix auto-loading of Traceur runtime (86be859)