Releases: jaredwray/cacheable
Releases · jaredwray/cacheable
2024-12-03
What's Changed
- cache-manager - add refreshAllStores option (close #916) by @meteorlxy in #917
- mono - adding in vitest for workspace support by @jaredwray in #918
- cacheable - adding in createKeyv and updating memory instance by @jaredwray in #920
- node-cache - making default export work correctly by @jaredwray in #921
New Contributors
- @meteorlxy made their first contribution in #917
Full Changelog: 2024-11-27...2024-12-03
2024-11-27
What's Changed
- node-cache - adding in stats option on NodeCacheStore by @jaredwray in #907
- node-cache - moving to hookified instead of eventemitter3 by @jaredwray in #908
- flat-cache - upgrading vitest to 2.1.6 by @jaredwray in #909
- flat-cache - upgrading cacheable to 1.8.5 by @jaredwray in #910
- flat-cache - upgrading flatted to 3.3.2 by @jaredwray in #911
- flat-cache - upgrading hookified to 1.5.1 by @jaredwray in #912
- cacheable-request - upgrading vitest to 2.1.6 by @jaredwray in #913
Full Changelog: 2024-11-24...2024-11-27
2024-11-24
What's Changed
- flat-cache - removing functions that are no longer used from node:v8 by @jaredwray in #905
- file-entry-cache - changed does not get set on meta.data changes by @jaredwray in #906
Full Changelog: 2024-11-23...2024-11-24
2024-11-23
What's Changed
- file-entry-cache - upgrading flat-cache to 6.1.2 by @jaredwray in #892
- file-entry-cache - upgrading vitest to 2.1.4 by @jaredwray in #893
- cache-manager - adding in nonBlocking to mset by @jaredwray in #894
- Cacheable - wrap should not cache errors by default when function throws error by @jaredwray in #898
- cache-manager - adding disconnect to cache by @TimothyIp in #899
- node-cache - adding in shorthand handling for ttl by @jaredwray in #900
- file-entry-cache - upgrading vitest to 2.1.5 by @jaredwray in #903
- file-entry-cache - fixing bug on save meta.data and changed state by @jaredwray in #904
New Contributors
- @TimothyIp made their first contribution in #899
Full Changelog: 2024-11-10...2024-11-23
2024-11-10
What's Changed
- flat-cache - updating readme with serialize and deserialize by @jaredwray in #879
- cacheable - fixing keyPrefix bug by making it optional by @jaredwray in #881
- cacheable - exporting CacheableMemoryOptions by @jaredwray in #882
- file-entry-cache - fix recreating cache from a file by @lkinasiewicz in #887
- Readme - fixing link to file-entry-cache by @lkinasiewicz in #885
- Cacheable - upgrading keyv to 5.2.1 across all packages by @jaredwray in #889
- cacheable-request - updating keyv to 5.2.1 by @jaredwray in #890
- cacheable - adding in stampede protection via coalesce async by @jaredwray in #891
New Contributors
- @lkinasiewicz made their first contribution in #887
Full Changelog: 2024-10-27...2024-11-10
2024-10-27
What's Changed
- flat-cache - upgrading vitest to 2.1.3 by @jaredwray in #850
- flat-cache - upgrading typescript to 5.6.3 by @jaredwray in #851
- flat-cache - upgrading cacheable and hookified to latest by @jaredwray in #852
- flat-cache - serialize and deserialize by @jaredwray in #853
- updating the readme by @jaredwray in #854
- node-cache - updating jsdoc by @jaredwray in #855
- Node cache - updating jsdoc to stores by @jaredwray in #856
- cacheable - adding in namespace support by @jaredwray in #857
- cacheable - adding in hash store for memory by @jaredwray in #858
- cacheable - updating the lru to handle namespace for memory by @jaredwray in #859
- Cacheable - fixing the wrap function to use the key as a prefix by @jaredwray in #862
- Cacheable - adding namespace support for KeyvCacheableMemory storage … by @jaredwray in #863
- cacheable - adding keyPrefix to wrap by @jaredwray in #864
- cache-manager - upgrading tsup, faker, and types to latest by @jaredwray in #865
- cache-manager - upgrading keyv and cacheable to latest by @jaredwray in #866
- cacheable - upgrading vitest to 2.1.3 by @jaredwray in #867
- cacheable - upgrading tsup, typescript, and types to latest by @jaredwray in #868
- cacheable - upgrading hookified to 1.4.0 by @jaredwray in #869
- flat-cache - upgrading tsup to 8.3.5 by @jaredwray in #870
- file-entry-cache - upgrading vitest to 2.1.3 by @jaredwray in #871
- file-entry-cache - upgrading flat-cache to 6.1.1 by @jaredwray in #872
- file-entry-cache - upgrading tsup and typescript to latest by @jaredwray in #873
- node-cache - upgrading cacheable to 1.8.1 by @jaredwray in #874
- node-cache - upgrading vitest to 2.1.3 by @jaredwray in #875
- node-cache - upgrading tsup and typescript to latest by @jaredwray in #876
- website - upgrading docula to 0.9.4 by @jaredwray in #877
- cacheable - moving back to internal hash on CacheableMemory by @jaredwray in #878
Full Changelog: 2024-10-21...2024-10-27
2024-10-21
What's Changed
- Cacheable - adding in jsdoc by @jaredwray in #841
- cacheable - updating jsdoc by @jaredwray in #842
- cacheable-request - upgrading vitest to 2.1.3 by @jaredwray in #844
- cacheable-request - upgrading typescript to 5.6.3 by @jaredwray in #845
- cacheable-request - upgrading express to 4.21.1 by @jaredwray in #846
- cacheable-request - upgrading rimraf to 6.0.1 by @jaredwray in #847
- cacheable-request - upgrading body-parser to 1.20.3 by @jaredwray in #848
- Cacheable request - upgrading to keyv v5 (BREAKING CHANGE) by @jaredwray in #849
Full Changelog: 2024-10-16...2024-10-21
2024-10-16
What's Changed
- cacheable-request - keep the error stack by @xc2 in #829
- Add
repository.directory
field to each packages'package.json
by @ybiquitous in #830 - readme clean up across projects by @jaredwray in #831
- updating npm and licensing badge in readme by @jaredwray in #832
- cacheable - adding hasMany to CacheableMemory by @jaredwray in #833
- Fix typos by @szepeviktor in #834
- cache-manager - adding examples and updating vitest by @jaredwray in #836
- cache-manager - upgrading typescript and faker-js to latest by @jaredwray in #837
- upgrading keyv to 5.1.0 in cache-manager and node-cache by @jaredwray in #838
- removing ts-node from projects as no longer needed by @jaredwray in #839
- cacheable - updating readme with KeyvCacheableMemory by @jaredwray in #840
New Contributors
- @xc2 made their first contribution in #829
- @ybiquitous made their first contribution in #830
- @szepeviktor made their first contribution in #834
Full Changelog: 2024-10-04...2024-10-16
2024-10-04
What's Changed
- File entry cache - v10 built on typescript by @jaredwray in #828
Full Changelog: 2024-10-02...2024-10-04
2024-10-02
What's Changed
- cacheable - expose Keyv enums and types by @jaredwray in #821
- flat-cache - updating keywords by @jaredwray in #822
- cacheable - adding in hash helper function by @jaredwray in #823
- node-cache - adding in T for casting on get and mget by @jaredwray in #824
- Cacheable - adding in wrap / memoize functionality by @jaredwray in #825
- cacheable - version bump to 1.8.0 and @types/node by @jaredwray in #826
- cacheable - updating wrap readme by @jaredwray in #827
Full Changelog: 2024-09-29...2024-10-02