Releases: jpwilliams/waitgroup
Releases · jpwilliams/waitgroup
v2.1.0
What's Changed
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #133
- chore(deps): update typescript-eslint monorepo to v5 (major) by @renovate in #137
- chore(deps): update dependency eslint-plugin-jest to v25 by @renovate in #136
- chore(deps): update dependency eslint to v8 by @renovate in #135
- chore(deps): update all non-major dependencies by @renovate in #132
- Remove broken David badge from README by @jpwilliams in 421bd05
- Pin Node version to 16 (current LTS) with Volta by @jpwilliams in d3526c2
- Remove Node.js dependency (events core usage) to ensure browser compatibility by @jpwilliams in 98b87d6
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- ‼ Drop support for Node 8; now supporting Node 10, 12, 14, and 16
- Updated various security vulnerabilities
v1.0.1
A small patch that updates the README to be slightly clearer and adds more thorough tests across Node versions.
v1.0.0
Build has been stable for a long while now, so let's release v1.0.0
to signify that.
v0.2.6
- Explain immediate resolution of
wait()
promises in typings
v0.2.5
- 📦 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
- 📦 Updating dependencies
v0.2.3
- 📘 Fix
README.md
displaying incorrect import method
v0.2.2
- Include type definitions in published package
v0.2.1
- Automated GitHub Actions tested configuration