Skip to content

SystemJS 0.6.8

Compare
Choose a tag to compare
@guybedford guybedford released this 02 Aug 21:33
· 1720 commits to main since this release
  • New System.register implementation support for better performance and IE8 ES6 module support (a857103)
  • AMD detection now allows comments in dependency list (ca212c4)
  • Fix versions undefined issue (2b0fc53)
  • AMD CommonJS form fixes for aliased require, and require as a dependency (4c9ecbd)
  • Remove webkitStorageInfo deprecated warning (c9c26f3)
  • Ensure meta config always used over inline meta syntax (6a89447)
  • Run eval in a global scope to support var globals (400b8c4) and in NodeJS (a689568)
  • CommonJS circular reference module.exports fix (dac1e9c)
  • Fix for multiple global values written by a global module (926828b)
  • IE8 fixes (0c73058)
  • Allow compatibility side-by-side with RequireJS (cdb8357)