systemjs v6.3.0 Release Notes

Release Date: 2020-04-09 // almost 4 years ago
  • ๐Ÿ”‹ 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)