Releases: jaredwray/cacheable
Releases · jaredwray/cacheable
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
2024-09-29
What's Changed
- Flat cache - initial check in of new flat cache version by @jaredwray in #810
- cacheable - adding in .items into CacheableMemory by @jaredwray in #811
- flat-cache - adding in all and keys method by @jaredwray in #812
- Cacheable - adding in time short hand parsing for ttl by @jaredwray in #813
- Cacheable - adding in get raw, get many raw, set many, get many, and delete many to cacheable memory by @jaredwray in #814
- flat-cache - file store by @jaredwray in #815
- cacheable - fixing test with sleep not long enough by @jaredwray in #816
- flat-cache - do not save if there are no changes by @jaredwray in #817
- flat-cache - adding in events via FlatCacheEvents by @jaredwray in #818
- flat-cache - adding in parse and stringify options by @jaredwray in #819
- website - updating docs and adding symbol for Cacheable by @jaredwray in #820
Full Changelog: 2024-09-27...2024-09-29
2024-09-27
What's Changed
- cache-manager - updating readme with wrap on nonBlocking by @jaredwray in #802
- cacheable - updating readme with coming soon on cache sync by @jaredwray in #803
- cacheable - adding KeyvCacheableMemory Adapter by @jaredwray in #804
- node-cache - updating the readme on ttl for NodeCacheStore by @jaredwray in #808
- node-cache - upgrading cacheable to 1.6.0 by @jaredwray in #809
Full Changelog: 2024-09-25...2024-09-27
2024-09-25
What's Changed
- Cache manager - adding in non blocking by @jaredwray in #801
Full Changelog: 2024-09-24...2024-09-25
2024-09-24
What's Changed
- cache-manager - upgrading faker. @types/node, and cache-manager-redis… by @jaredwray in #798
- cacheable - updating documentation on many functionality by @jaredwray in #799
- cacheable adding in interval check for cacheable memory by @jaredwray in #800
Full Changelog: 2024-09-23...2024-09-24
2024-09-23
What's Changed
- website - running as cjs by @jaredwray in #779
- exporting CacheableStats by @jaredwray in #780
- Implementing stats by @jaredwray in #781
- CacheableInMemory - Creating an In Memory Storage by @jaredwray in #782
- upgrading typescript and dev dependencies by @jaredwray in #783
- node-cache - updating clone via CacheableMemory by @jaredwray in #784
- adding in stats by @jaredwray in #785
- node-cache - adding in NodeCacheStore by @jaredwray in #786
- cacheable - adding in ttl by @jaredwray in #787
- node-cache - NodeCacheStore by @jaredwray in #788
- node-cache - adding setTtl() to NodeCacheStore by @jaredwray in #789
- node-cache - adding in support take() and disconnect() by @jaredwray in #790
- cacheable - adding in keywords by @jaredwray in #791
- cache-manager - v6 with support for Keyv by @jaredwray in #792
- Cacheable updating hookified and keyv to latest by @jaredwray in #795
- moving cache-manager stores to their own repo by @jaredwray in #797
Full Changelog: 2024-09-15...2024-09-23