systemjs/CHANGELOG.md
joeldenning 949272a2a4 6.12.1
2022-01-21 15:52:56 -07:00

15 KiB

SystemJS 6.12.1

SystemJS 6.12.0

  • This version was published in error. Please use 6.12.1 instead.

SystemJS 6.11.0

SystemJS 6.10.3

SystemJS 6.10.2

SystemJS 6.10.1

SystemJS 6.10.0

  • Add package.json to package exports (https://github.com/systemjs/systemjs/pull/2317 @mk-pmb)
  • Refactor amd.js to only call System.register. Resolves #2331. (#2335)
  • Do not throw errors when _export(null) is called. Resolves #2332. (#2334)

SystemJS 6.9.0

SystemJS 6.8.3

SystemJS 6.8.2

SystemJS 6.8.1

SystemJS 6.8.0

  • System.firstGlobalProp for global loading extra (48351aa83c, @joeldenning)
  • Graceful import map loading errors (9edebd1969, @naltatis)
  • Sourcemap normalization for fetch loader (97621d724c)
  • Dispatch script loading errors for <script type="systemjs-module"> (f0fe5a4734, @dmail)

SystemJS 6.7.1

SystemJS 6.7.0

  • Implement integrity attribute for systemjs-importmap scripts (78072e594e)
  • Deprecate the transform and use default extras (5f7571a76b)
  • Fetch hooks brought into core, module types extra refactoring (281fdf0653)
  • Inline named exports extra behaviours into core and deprecate (3eefa2daa8)

SystemJS 6.6.1

SystemJS 6.6.0

SystemJS 6.5.1

SystemJS 6.5.0

SystemJS 6.4.3

SystemJS 6.4.2

SystemJS 6.4.1

SystemJS 6.4.0

SystemJS 6.3.3

SystemJS 6.3.2

SystemJS 6.3.1

SystemJS 6.3.0

SystemJS 6.2.6

SystemJS 6.2.5

SystemJS 6.2.4

SystemJS 6.2.3

SystemJS 6.2.2

SystemJS 6.2.1

SystemJS 6.2.0

SystemJS 6.1.10

SystemJS 6.1.9

SystemJS 6.1.8

  • Ensure that __esModule is copied to ns even if it isn't enumerable. Improves webpack interop when using libraryTarget system.

SystemJS 6.1.7

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

SystemJS 6.1.6

SystemJS 6.1.5

SystemJS 6.1.4 (2019/10/12)

SystemJS 6.1.3 (2019/10/06)

SystemJS 6.1.2 (2019/09/22)

SystemJS 6.1.1 (2019/09/13)

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

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

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)