Skip to content

Releases: jpwilliams/waitgroup

v2.1.0

22 Feb 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

31 Aug 11:01
18030fb
Compare
Choose a tag to compare
  • ‼ Drop support for Node 8; now supporting Node 10, 12, 14, and 16
  • Updated various security vulnerabilities

v1.0.1

24 Sep 16:41
cd6d447
Compare
Choose a tag to compare

A small patch that updates the README to be slightly clearer and adds more thorough tests across Node versions.

v1.0.0

30 Jun 20:36
fe4ab70
Compare
Choose a tag to compare

Build has been stable for a long while now, so let's release v1.0.0 to signify that.

v0.2.6

16 Jun 23:16
a2f1927
Compare
Choose a tag to compare
  • Explain immediate resolution of wait() promises in typings

v0.2.5

16 Jun 23:03
1d04b82
Compare
Choose a tag to compare
  • 📦 Updated dev dependencies.
  • 🤖 Switched to use full release @dependabot for updates (over @dependabot-preview).
  • 📘 Mentioned TypeScript support in README.md and package tags.
  • Moved manually-written type definitions to be in-code instead.
  • ✅ Rewrote tests to make them a bit prettier to come back to.

v0.2.4

16 Jun 23:00
9d19ff5
Compare
Choose a tag to compare
  • 📦 Updating dependencies

v0.2.3

16 Jun 22:59
e424523
Compare
Choose a tag to compare
  • 📘 Fix README.md displaying incorrect import method

v0.2.2

16 Jun 22:58
e70cc81
Compare
Choose a tag to compare
  • Include type definitions in published package

v0.2.1

16 Jun 22:58
5649438
Compare
Choose a tag to compare
  • Automated GitHub Actions tested configuration