Releases: kurttheviking/bluecache
Releases · kurttheviking/bluecache
v2.0.0
[breaking]
Addressed thundering herd problem identified by @ketilovre and others (a minor api change but the side-effects in underlying _lrucache are considered breaking)[breaking]
Removed #reset instance method which was abused in practice; use a key-specific #del instead[minor]
Generalized key and priming values to any primitive, promise, or function[patch]
Upgraded dependencies[patch]
Reorganized test suite
v1.0.0
This module has been stable in production for awhile so I think a 1.0
tag was long overdue. In addition, some small enhancements were made as part of this release:
[minor]
Upgraded dependencies[minor]
Added explicit error conditions for missing parameters[patch]
Expanded test coverage to 100%
v0.4.2
- README cleaning & reorg
v0.4.1
- README clarifications and grammar fixes
v0.4.0
- pass the resolved key to the priming function
v0.3.2
- Move the release notes out of the README
v0.3.1
- README patch
v0.3.0
- support interval in passed
maxAge
- enable Travis-CI
0.2.4
- fix handling of errors and rejections in
promiseFn
(cache setter function)
0.2.3
description update