Releases: sindresorhus/onetime
Releases · sindresorhus/onetime
v7.0.0
v6.0.0
v5.1.2
- Fix naming inconsistency 3f85cd4
v5.1.1
- Documentation fixes
v5.1.0
v5.0.0
Breaking:
- Make the
callCount
method be attached to the default export in TypeScript instead of being a named export. 895a013
This is a major version to adhere to semver, but in reality most people will not be affected by this. Only those who use TypeScript and thecallCount()
method.
v4.0.0
Breaking:
- Make
.callCount()
throw an error if it receives a function not wrapped byonetime
6a7c112
Other: