Releases: jaredwray/cacheable
Releases · jaredwray/cacheable
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
2024-09-15
What's Changed
- fixing codecov reporting by @jaredwray in #773
- cacheable - adding in unit tests and default functionality by @jaredwray in #774
- cacheable - adding in stats, getMany, setMany, primary, and secondary layers by @jaredwray in #775
- updating licensing and readme to be standardized by @jaredwray in #776
- node-cache - moving to esm and cjs with vitest updated by @jaredwray in #777
- node-cache - upgrading typescript to 5.6.2 by @jaredwray in #778
Full Changelog: 2024-09-10...2024-09-15
2024-09-10
What's Changed
- Fix typo in website by @dtslvr in #758
- init release to npm by @jaredwray in #759
- cacheable - adding multiple stores by @jaredwray in #760
- fixing eslint package issues by @jaredwray in #761
- cacheable - adding in rimraf by @jaredwray in #762
- updating readme and website by @jaredwray in #763
- adding in cache mode by @jaredwray in #764
- Building out Node Cache by @jaredwray in #768
- node-cache - updating readme with API by @jaredwray in #771
New Contributors
Full Changelog: 2024-08-12...2024-09-10