Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Apr 9, 2020
1 parent d5d7e86 commit 87c63e5
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 242 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
SystemJS 6.3.0
* s.js now has full import map support (https://github.com/systemjs/systemjs/pull/2150)
* New system-node.cjs loader designed to run in NodeJS. (https://github.com/systemjs/systemjs/pull/2150, https://github.com/systemjs/systemjs/pull/2158)
* SystemJS now has error codes, along with documentation for each error code (https://github.com/systemjs/systemjs/pull/2151)
* Fix bug in Chrome 45 where const/let disallowed unless in strict mode (https://github.com/systemjs/systemjs/pull/2162)
* Add warning for calling System.set with non-URL id (https://github.com/systemjs/systemjs/pull/2161)

SystemJS 6.2.6
* Address race condition with named register modules (https://github.com/systemjs/systemjs/pull/2144)

Expand Down

0 comments on commit 87c63e5

Please sign in to comment.