Releases: mupperton/phunky
Releases · mupperton/phunky
v2.0.0
v1.2.0
v1.1.0
v1.0.0
v0.2.1-beta
Full Changelog: v0.2.0-beta...v0.2.1-beta
Fixes
- Fixed typings for promises, no longer have return types of
Promise<Promise<T>>
(425e3ed)
v0.2.0-beta
Full Changelog: v0.1.0-alpha...v0.2.0-beta
Features
- Added
ttl
config option to automatically re-invoke your function if it is considered stale (ad7bfde)
Documentation
- Added documentation of the config options and class methods for
Phunk
(50dd6b7)
v0.1.0-alpha
Features
- Added
cacheRejections
config option to opt-in to caching the result even when an error is thrown (79b88af)