github systemjs/systemjs 0.19.5
SystemJS 0.19.5

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

Features

  • Setting metadata.scriptLoad: false allows opt-out of script loading (#803, 0dd9946)
  • New System.config({ globalEvaluationScope: false }) to disable <script> injection execution and use plain eval (#814)

Bug Fixes

  • Ensure global module format globals are properly reverted after execution (5b8bfbf)
  • Allows multiple config calls to run that don't rely on baseURL, before baseURL is set, reverting a previous change (#837, a77fdb9)
  • Reverts a change to always use vm execution in Node even in browser environments (#841, c2a3ea9)
  • Fix to ensure error stacks display properly in Node (c2a865e)
  • When both exports and format metadata are set for a module, format will always apply first instead of assuming global format (#851, 688e433)
  • Fixes global.define leak in Node (#850, 0e43c76, 30df021)

Don't miss a new systemjs release

NewReleases is sending notifications on new releases.