github systemjs/systemjs 0.20.0-rc.2
SystemJS 0.20.0-rc.2

latest releases: 6.15.1, 6.15.0, 6.14.3...
7 years ago

Breaking Changes

  • Removes the ability to use named imports from non-ES modules (eg import {readFile} from 'fs' should be import fs from 'fs'; fs.readFile). This is in order to align with the NodeJS ES module directions (https://github.com/nodejs/CTC/pull/60/files#diff-2b572743d67d8a47685ae4bcb9bec651R217).
  • Reverts the previous breaking change from the alpha release, where System.import did not return the default export for legacy modules, in order to counter the lack of namespace population on the upgrade path.
  • Removes an experimental functional return variation of System.register (595a1df)

Bug Fixes

  • Updates the depCache prefetching approach to also work in Safari using an old web hack (2b64def)

Don't miss a new systemjs release

NewReleases is sending notifications on new releases.