Features
globals
config is now supported for CommonJS (#591)- More flexibility for plugins that set
load.metadata.sourceMap
to have their source maps easily work via more lenient sanitizing (#598). - Module objects now have
module.toString == "Module"
to match spec (#646) - Duplicate entries now supported in
System.register
for TypeScript support (b6c7f5e)
Bug Fixes
- Package map internal normalization fix (e3eb0b3)
- Script loading race condition fix (#614)
- Fixes custom file extension issue for bundles using
System.register
(#602) - Packages extensions handling fix (bb5430a)
- Fixes IE8 support (#603)
mozAnimationStartTime
added to global ignores to avoid global detection during changes (#589)System.register
and meta comment regular expression fix (#629, cff3701)