Skip to content

Releases: henriqueinonhe/promises-training

v2.0.1

29 Nov 14:31
bd1d08a
Compare
Choose a tag to compare

Docs updates.

Docs

  • Fix typo in parallelCollectRetry - #39
  • Create "Solutions" entry in README - #38

v2.0.0

26 Nov 19:40
9271173
Compare
Choose a tag to compare

There are no content changes in this release, only fixes, however, as I had to change the minimum supported Node version from 18 to 20, I'm bumping the major version.

Fixes

  • Error when initializing graph tests data in Windows - #35
  • Error during installation when using Node 20, due to ESM + Node 20 + Ts Node incompatibilities - #34

Breaking Changes

  • Bumped minimum supported Node version from 18 to 20

Upgrade Guide

Although there's a major version bump, as far as I tested, you should be able to migrate solely by upgrading your Node version (which is not needed if you use asdf, as the repo has a .tool-versions file) and then by running npx create-promises-training -- --migrate inside the repo.