Skip to content

Latest commit

 

History

History
114 lines (86 loc) · 7.08 KB

CHANGELOG.md

File metadata and controls

114 lines (86 loc) · 7.08 KB

SystemJS 6.1.7

  • Fix problem where banner comment in output files had wrong version number

SystemJS 6.1.6

SystemJS 6.1.5

  • Support registry delete returning update function (systemjs#2020 @guybedford)
  • Fixing bug where named-exports didn't work on named registers. (systemjs#2074 @joeldenning)

SystemJS 6.1.4 (2019/10/12)

SystemJS 6.1.3 (2019/10/06)

  • Fix relative resolution of LHS URLs in import maps (systemjs#2039)
  • Fix named register extra to extend rather than reinstantiate the SystemJS instance (systemjs#2042)
  • Update extras to extend the global System instance explicitly (systemjs#2043)

SystemJS 6.1.2 (2019/09/22)

SystemJS 6.1.1 (2019/09/13)

  • Fixes a bug where imports before the import map load might not apply the import map (systemjs#2024, @joeldenning)
  • Fixes the module-types extra output which was incorrectly referencing an import (systemjs#2027, @joeldenning)

SystemJS 6.1.0 (2019/09/11) - Minor Changes

  • Add support for <script type="systemjs-module" src="import:foo"> (systemjs#2015)

SystemJS 6.0.0 (2019/08/29) - Major Changes

  • Cascading import maps implementation (systemjs#2009)
  • New module types extra for CSS, JSON and Wasm (systemjs#2006)
  • CSS modules implementation (systemjs#1997)
  • Deps argument added to onload hook (systemjs#1998)
  • System.resolve is now synchronous by default (systemjs#1996, @joeldenning)
  • The first named System.regiser in a bundle will now define the bundle module itself (systemjs#1984, @joeldenning)
  • Named exports extra fix not to alter the default export (systemjs#1983, @joeldenning)

SystemJS 5.0.0 (2019/07/30) - Major Change

  • Import map scopes now resolve relative to the base, not the scope (systemjs#1975)

SystemJS 4.1.1 (2019/07/30)

  • Fix bug in named exports extra with AMD exports (systemjs#1978)
  • Ensure that global frames are not detected in global extra (systemjs#1973, @kduret)

SystemJS 4.1.0 (2019/07/14)

SystemJS 4.0.2 (2019/07/08)

SystemJS 4.0.1 (2019/07/06)

  • Fix IE11 regression related to loading json files (systemjs#1963, @joeldenning)
  • Fix bug where System.import() rejected incorrectly, due to unrelated errors (systemjs#1961 @joeldenning)

SystemJS 4.0.0 (2019/06/29) - Major Changes

  • Support <base href> setting baseURL (systemjs#1957, @LarsDenBakker)
  • Use Error over new Error to reduce footprint (systemjs#1951, @joeldenning)
  • Support AMD importing ESM with an internal interop signifier (systemjs#1941)
  • Support JSON module imports (systemjs#1950, @joeldenning)

SystemJS 3.1.6 (2019/04/21)

  • Add "type": "module" package.json property

SystemJS 3.1.5 (2019/04/19)

SystemJS 3.1.4 (2019/04/19)

SystemJS 3.1.3 (2019/04/18)

SystemJS 3.1.2 (2019/04/13)

SystemJS 3.1.1 (2019/04/07)

SystemJS 3.1.0 (2019/03/24)

SystemJS 3.0.2 (2019/03/17)

  • Support for multiple import maps (#1912, @joeldenning)
  • Bug fix to URL imports when not applied by package map (#a0d53c95)

SystemJS 3.0.1 (2019/03/01)

  • Ensure that instantiate errors can be cleared with loader.delete (#1902)
  • Fix undefined err bug on errors (#1898)
  • Add loader.has / loader.set API (#1899, 6b85a8c4)

SystemJS 3.0.0 (2019/01/12) - Major Changes

  • Implement new Import Maps specification replacing Package Name Maps (#1893)

SystemJS 2.1.2 (2019/01/12)

  • Fix empty bundle registration for named register extension (#1885, @paulmelnikow)

SystemJS 2.1.1 (2018/11/01)

  • Add AMD named define support to named register extension / amd extension combination (#1870, 0f1adb38)

SystemJS 2.1.0 (2018/11/01)

  • Adjust named register to no longer use "bundle:" scheme but to define bare specifier names directly in registry (#1871, bc63fbb0)

SystemJS 2.0.2 (2018/10/06)

  • Add Named register extra (#1855, b34c8290)
  • Fix WASM 4KB limit and Safari instantiation (#1857, cb25b39f)
  • Fix global detection in Safari (#1858, 989a04f1)