Skip to content

Simplification of chain handling

Compare
Choose a tag to compare
@g105b g105b released this 29 Apr 15:17
· 8 commits to master since this release
0a81e45

This release introduces much more QA tooling and matrix builds in Github Actions.

There has been significant effort put into the refactoring of handleChain() function, so that it is easier to understand and debug. This was done because of an outstanding bug with the Fetch library.

Every effort has been put in place to retain the same footprint, as the unit tests show.

What's Changed

  • build: hard dependencies by @g105b in #18
  • maintenance: dependabot by @g105b in #20
  • Rejection of promises through promise chains by @g105b in #31
  • Harden tests by @g105b in #33
  • Simplify chain handling by @g105b in #53
  • ci: improve ci with qa tools and matrix builds by @g105b in #54

Full Changelog: v2.2.0...v2.2.1