Skip to content

Releases: systemjs/systemjs

6.3.2

18 May 15:50
Compare
Choose a tag to compare

Patches

6.3.1

13 Apr 17:25
Compare
Choose a tag to compare

Patches

  • Fix error code mixup (#2169)
  • Fix bug in system-node.cjs where prepareImport overwrote import map (#2170)
  • Adding full dist directory to package.json exports (#2173)
  • Increasing timeout for test:node script (#2174)
  • Switching to node-fetch to avoid caching bugs in make-fetch-happen (#2171)

6.3.0

09 Apr 18:32
Compare
Choose a tag to compare

Features

  • s.js now has full import map support (#2150)
  • New system-node.cjs loader designed to run in NodeJS. (#2150, #2158)
  • SystemJS now has error codes, along with documentation for each error code (#2151)

Patches

  • Fix bug in Chrome 45 where const/let disallowed unless in strict mode (#2162)
  • Add warning for calling System.set with non-URL id (#2161)

Maintenance

  • Upgrading dependencies and switching building of extras to rollup (#2149)
  • Add issue templates (#2157)
  • Add bot for bundle size changes to pull requests (#2156, #2166)
  • Running tests in Travis CI, including browser tests (#2160)
  • Documentation for system-node.cjs (#2164, #2168)
  • Fixing tests in IE11 (#2167)

6.2.6

15 Mar 17:42
Compare
Choose a tag to compare

Patches

  • Fix for named register race conditions with firstNamedDefine (#2144, resolves #2139 and #2138)

6.2.5

27 Feb 22:27
Compare
Choose a tag to compare

Patches

  • Fix problem where a falsy exported value from AMD modules didn't work (#2130 via @lpomerleau)

6.2.4

24 Feb 02:16
Compare
Choose a tag to compare

Patches

  • Fix problem where System.delete did not remove named register modules. Now named register modules are automatically removed from registerRegistry as soon as they are used once. (#2125 @k-j-kim)

6.2.3

14 Feb 16:48
Compare
Choose a tag to compare

Patches

  • Fix another race condition with named registers (#2121)

6.2.2

07 Feb 16:14
Compare
Choose a tag to compare

Patches

  • Supporting multiple define variations for named modules. Resolves #2118. (#2119)

6.2.1

06 Feb 16:49
Compare
Choose a tag to compare

Patches

  • Fix problem with named register modules. Resolves #2115. (#2116)

6.2.0

01 Feb 18:39
Compare
Choose a tag to compare

Features

  • Adding new createScript / fetch / shouldFetch hooks (#2058) docs

Patches

  • Fixing race conditions with named register modules (#2114)