Releases: mcollina/async-cache-dedupe
Releases · mcollina/async-cache-dedupe
v2.2.0
v2.1.0
What's Changed
- fix: support invalidation on redis invalid references by @simone-sanfratello in #97
- fix(docs): wrong function name in the example code by @toriphes in #102
- refactor(tests): migrate from tap to node test runners by @mateonunez in #107
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.1 by @dependabot in #131
- chore(package): bump browser dependencies by @mateonunez in #132
- chore(deps-dev): bump vite from 4.5.1 to 5.0.10 by @dependabot in #128
- chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 by @dependabot in #133
- docs: fix typo in dynamic stale code example by @herrmannplatz in #134
- Only use setImmediate if it is defined by @jmaroeder in #137
New Contributors
- @toriphes made their first contribution in #102
- @herrmannplatz made their first contribution in #134
- @jmaroeder made their first contribution in #137
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Bump esbuild from 0.17.19 to 0.18.2 by @dependabot in #75
- fix types: define func expected to have only one argument by @ahmetuysal in #86
- chore: update deps, drop node < 18 by @simone-sanfratello in #94
New Contributors
- @ahmetuysal made their first contribution in #86
Full Changelog: v1.12.0...v2.0.0
v1.12.0
What's Changed
- Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 by @dependabot in #71
- Removing the need of CachedFunctions in Typescript by @thelinuxlich in #70
- feat: support dynamic stale config property by @agubler in #72
- Bump tap-parser from 12.0.1 to 13.0.0 by @dependabot in #68
- Add Node.js v20 by @mcollina in #73
New Contributors
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- docs: add missing import to typescript example by @smeijer in #61
- fix transformer issue with references function by @udonc in #62
- Add smarter types to references parameter in cache.define by @thelinuxlich in #66
- Missing clear overload with only 1 argument by @thelinuxlich in #65
New Contributors
- @smeijer made their first contribution in #61
- @udonc made their first contribution in #62
- @thelinuxlich made their first contribution in #66
Full Changelog: v1.10.2...v1.11.0
v1.10.2
What's Changed
- Allow define.ttl to be a number or function in the typescript definitions by @thomaspeklak in #58
New Contributors
- @thomaspeklak made their first contribution in #58
Full Changelog: v1.10.1...v1.10.2
v1.10.1
v1.10.0
What's Changed
- Add transformer option by @hmbrg in #50
- feat: add stale to ts types by @dancastillo in #52
New Contributors
- @hmbrg made their first contribution in #50
- @dancastillo made their first contribution in #52
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Add browser support by @mateonunez in #48
New Contributors
- @mateonunez made their first contribution in #48
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- Fix types of invalidateAll by @acburdine in #49
New Contributors
- @acburdine made their first contribution in #49
Full Changelog: v1.8.0...v1.8.1