5.0.0
What's Changed
- Implemented
CachedLookup.clear()
method to clear all cached values. - Implemented
CacahedLookup.promises
property which is aMap
of in flightPromise
instances. - Migrated
CachedLookup.cached
property toCachedLookup.cache
which is aMap
of cached values. - Implemented
automatic
cachecleanup
internally for cached values after the greatestmax_age
value over the lifetime of a instance. - Improved JS Docs & Types.
Full Changelog: 4.0.4...5.0.0