Releases: mcollina/async-cache-dedupe
Releases · mcollina/async-cache-dedupe
v3.3.0
What's Changed
- Add exists method by @nicolasbillamboz-arrive in #196
New Contributors
- @nicolasbillamboz-arrive made their first contribution in #196
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Custom storage implementation by @rahulrkr08 in #194
- chore(deps-dev): bump @matteo.collina/tspl from 0.1.1 to 0.2.0 by @dependabot[bot] in #179
New Contributors
- @rahulrkr08 made their first contribution in #194
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 by @dependabot[bot] in #154
- chore(deps-dev): bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 by @dependabot[bot] in #150
- chore(deps-dev): bump tap-parser from 15.3.2 to 16.0.1 by @dependabot[bot] in #148
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot[bot] in #141
- chore(deps-dev): bump esbuild from 0.20.2 to 0.21.5 by @dependabot[bot] in #151
- chore(deps-dev): bump esbuild from 0.21.5 to 0.22.0 by @dependabot[bot] in #156
- chore(deps-dev): bump tap-parser from 16.0.1 to 18.0.0 by @dependabot[bot] in #158
- chore(deps-dev): bump @rollup/plugin-commonjs from 26.0.3 to 28.0.0 by @dependabot[bot] in #161
- chore(deps-dev): bump esbuild from 0.22.0 to 0.24.0 by @dependabot[bot] in #160
- chore(deps-dev): bump vite from 5.4.11 to 6.0.6 by @dependabot[bot] in #172
- chore(deps): bump mnemonist from 0.39.8 to 0.40.1 by @dependabot[bot] in #174
- chore(deps-dev): bump wrangler from 3.114.2 to 4.1.0 by @dependabot[bot] in #180
- chore(deps-dev): bump esbuild from 0.24.2 to 0.25.4 by @dependabot[bot] in #184
- chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #182
- chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.1 by @dependabot[bot] in #177
- Modernize by @mcollina in #193
Full Changelog: v2.2.0...v3.0.0
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