Skip to content

Releases: mogelbrod/await-release

v0.3.0

03 Aug 19:12
Compare
Choose a tag to compare
  • Add --install/-i CLI option that runs npm install. Can be combined with --exec, in which case exec will be run after install completes.
  • Export pollUntilMatchingRelease() and lookupLatestMatchingRelease()
  • Provide default npm config when calling lookupLatestMatchingRelease()
  • Bump npm-registry-fetch from 8.1.0 to 8.1.1

v0.2.1

27 May 07:45
Compare
Choose a tag to compare
  • Timeout errors lacked params due to misplaced )

v0.2.0

26 May 20:12
Compare
Choose a tag to compare
  • Implement --exec option
  • Avoid output when --output=none
  • Ensure large negative --grace values doesn't cause overflow

v0.1.0

26 May 18:26
Compare
Choose a tag to compare

Initial release