systemjs/CHANGELOG.md
Guy Bedford a8d4dc57da 5.0.0
2019-07-30 23:31:07 -04:00

4.6 KiB

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

SystemJS 4.1.1 (2019/07/30)

SystemJS 4.1.0 (2019/07/14)

SystemJS 4.0.2 (2019/07/08)

SystemJS 4.0.1 (2019/07/06)

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

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)