Latest's Releases
2024-10-04
October 04, 2024
What's Changed
- File entry cache - v10 built on typescript by @jaredwray in https://github.com/jaredwray/cacheable/pull/828
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-10-02...2024-10-04
2024-10-02
October 02, 2024
What's Changed
- cacheable - expose Keyv enums and types by @jaredwray in https://github.com/jaredwray/cacheable/pull/821
- flat-cache - updating keywords by @jaredwray in https://github.com/jaredwray/cacheable/pull/822
- cacheable - adding in hash helper function by @jaredwray in https://github.com/jaredwray/cacheable/pull/823
- node-cache - adding in T for casting on get and mget by @jaredwray in https://github.com/jaredwray/cacheable/pull/824
- Cacheable - adding in wrap / memoize functionality by @jaredwray in https://github.com/jaredwray/cacheable/pull/825
- cacheable - version bump to 1.8.0 and @types/node by @jaredwray in https://github.com/jaredwray/cacheable/pull/826
- cacheable - updating wrap readme by @jaredwray in https://github.com/jaredwray/cacheable/pull/827
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-09-29...2024-10-02
2024-09-29
September 29, 2024
What's Changed
- Flat cache - initial check in of new flat cache version by @jaredwray in https://github.com/jaredwray/cacheable/pull/810
- cacheable - adding in .items into CacheableMemory by @jaredwray in https://github.com/jaredwray/cacheable/pull/811
- flat-cache - adding in all and keys method by @jaredwray in https://github.com/jaredwray/cacheable/pull/812
- Cacheable - adding in time short hand parsing for ttl by @jaredwray in https://github.com/jaredwray/cacheable/pull/813
- Cacheable - adding in get raw, get many raw, set many, get many, and delete many to cacheable memory by @jaredwray in https://github.com/jaredwray/cacheable/pull/814
- flat-cache - file store by @jaredwray in https://github.com/jaredwray/cacheable/pull/815
- cacheable - fixing test with sleep not long enough by @jaredwray in https://github.com/jaredwray/cacheable/pull/816
- flat-cache - do not save if there are no changes by @jaredwray in https://github.com/jaredwray/cacheable/pull/817
- flat-cache - adding in events via FlatCacheEvents by @jaredwray in https://github.com/jaredwray/cacheable/pull/818
- flat-cache - adding in parse and stringify options by @jaredwray in https://github.com/jaredwray/cacheable/pull/819
- website - updating docs and adding symbol for Cacheable by @jaredwray in https://github.com/jaredwray/cacheable/pull/820
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-09-27...2024-09-29