All Versions
30
Latest Version
Avg Release Cycle
23 days
Latest Release
1208 days ago

Changelog History
Page 1

  • v3.12.1 Changes

    November 26, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ Unfortunately this is a failed release and doesn't differ in any way from 3.12.0 release. The changes that were supposed to go in - did not. 3.12.2 release will remedy it.

  • v3.12.0 Changes

    October 29, 2020

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  fix(resolver): bail out from all-off plugin prematurely (#1783) (#1362) (e524ba7)
    • ๐Ÿ— feat(build-request): add support for openIdConnect type (#1775)
  • v3.11.1 Changes

    October 01, 2020

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  fix: check node type before treating object as reference (#1719) (#1720)
    • ๐Ÿ“„ docs(http-client): document request cancellation via AbortSignal (3554539)
  • v3.11.0 Changes

    September 17, 2020

    ๐Ÿ”„ Changelog

    • ๐Ÿ— feat(build): use core-js@3 (#1716)
  • v3.10.13 Changes

    September 14, 2020

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  fix(build): include sourcemap along with build artifact in npm distro
    • ๐Ÿ›  fix(resolver): support legacy fetch override as an alias of http
    • ๐Ÿ›  fix(security): fix security issues in npm tree (100635f)
    • ๐Ÿ— build: set minimal node version to v10.21.0 (076aa05)
  • v3.10.12 Changes

    July 13, 2020

    3.10.12 (2020-07-13)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”’ security: update lodash to v4.17.19 (40876bb)
  • v3.10.11 Changes

    July 07, 2020

    3.10.11 (2020-07-07)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ— build: add backward compatible support for ES6 artifacts (dc1a39c)
  • v3.10.10 Changes

    July 06, 2020

    3.10.10 (2020-07-06)

    ๐Ÿ› Bug Fixes

    • resolver: support legacy fetch override as an alias of http (d8945c4), closes #1417

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ expose optimized build artifacts ES6, commonjs, browser bundles, closes #1542
  • v3.10.9 Changes

    June 25, 2020

    3.10.9 (2020-06-25)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ— build: include sourcemap along with build artifact in npm distro (9e89732), closes #1482
  • v3.10.8 Changes

    June 18, 2020

    3.10.8 (2020-06-18)

    ๐Ÿ› Bug Fixes

    • resolver: pass global http option via resolve instance method (#1560) (8a1cfe5), closes #1479
    • scheme: make scheme comparison case insensitive (#1562) (79fd3d7), closes #1531 #1473
    • TryItOutExecutor: pass request/response interceptors via instance method (#1559) (a91e11a), closes #1476