Latest's Releases
2025-01-27
January 27, 2025
What's Changed
- mono - chore: upgrading vitest and c8 to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/984
- mono - chore: upgrading wrangler to 3.105.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/985
- cache-manager - chore: upgrading tsup to 8.3.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/986
- cacheable - chore: upgrading tsup to 8.3.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/987
- cacheable-request - chore: upgrading vitest to 3.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/988
- cacheable-request - chore: upgrading typescript to 5.7.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/989
- file-entry-cache - chore: upgrading vitest to 3.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/990
- file-entry-cache - chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/991
- flat-cache - chore: upgrading vitest to 3.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/992
- flat-cache - chore: upgrading hookified to 1.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/993
- flat-cache - chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/994
- node-cache - chore: upgrading vitest to 3.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/995
- node-cache - chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/996
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-01-23...2025-01-27
2025-01-23
January 23, 2025
What's Changed
- cacheable - feat: adding in jsDoc on CacheableOptions by @jaredwray in https://github.com/jaredwray/cacheable/pull/968
- cache-manager - feat: on wrap with refreshThreshold - re-evaluate ttl function by @yaronyam in https://github.com/jaredwray/cacheable/pull/965
- cacheable - fix: when found on secondary use expires to set primary by @jaredwray in https://github.com/jaredwray/cacheable/pull/972
- cacheable - fix: if layer 2 has item then use expires or set to undef… by @jaredwray in https://github.com/jaredwray/cacheable/pull/973
- cache-manager - fix: bugfix wrap function: nested wrap call on other cache instance - results in deadlock by @yaronyam in https://github.com/jaredwray/cacheable/pull/967
- cacheable - fix: adding in a unique cacheId to handle wrap async conf… by @jaredwray in https://github.com/jaredwray/cacheable/pull/974
- cache-manager: wrap() method - support refreshThreshold argument as Function by @yaronyam in https://github.com/jaredwray/cacheable/pull/975
- cache-manager - feat: adding in stores property by @jaredwray in https://github.com/jaredwray/cacheable/pull/981
New Contributors
- @yaronyam made their first contribution in https://github.com/jaredwray/cacheable/pull/965
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-12-26...2025-01-23
2024-12-26
December 27, 2024
What's Changed
- cacheable - unref check interval to allow node exit by @mothershipper in https://github.com/jaredwray/cacheable/pull/919
- fix typo in code example in readme file by @m-housni in https://github.com/jaredwray/cacheable/pull/922
- cache-manager - add named return type to createCache by @PoOwAa in https://github.com/jaredwray/cacheable/pull/924
- Fix error in docs by @chris48s in https://github.com/jaredwray/cacheable/pull/925
- cacheable - removing KeyvCacheableMemory as replaced by createKeyv by @jaredwray in https://github.com/jaredwray/cacheable/pull/927
- mono - adding in workspace reference support by @jaredwray in https://github.com/jaredwray/cacheable/pull/928
- mono - moving to prepublish instead of prepare by @jaredwray in https://github.com/jaredwray/cacheable/pull/929
- cache-manager - adding back in ttl() function to get the expiration by @jaredwray in https://github.com/jaredwray/cacheable/pull/931
- cacheable - upgrading @keyv/redis to 4.0.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/932
- flat-cache - loading the expiration from file correctly by @jaredwray in https://github.com/jaredwray/cacheable/pull/933
- cacheable - updating jsDoc for CacheableMemory by @jaredwray in https://github.com/jaredwray/cacheable/pull/934
- flat-cache - removing console.log remnant by @jaredwray in https://github.com/jaredwray/cacheable/pull/935
- cacheable - updating readme removing title by @jaredwray in https://github.com/jaredwray/cacheable/pull/936
- cacheable - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/937
- cacheable - upgrading typescript to 5.7.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/938
- cacheable - upgrading hookified to 1.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/939
- cacheable - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/940
- flat-cache - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/941
- flat-cache - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/942
- preserve args type when wrapping by @ebceu4 in https://github.com/jaredwray/cacheable/pull/943
- mono - updating contributing guidelines to address build by @jaredwray in https://github.com/jaredwray/cacheable/pull/944
- cache-manager - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/945
- cache-manager - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/946
- cache-manager - upgrading faker-js to 9.3.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/947
- cache-manager - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/948
- cache-manager - upgrading @keyv/redis to 4.2.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/949
- cacheable - upgrading hookified to 1.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/950
- cacheable - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/951
- cacheable-request - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/952
- cacheable-request - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/953
- cacheable-request - upgrading express to 4.21.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/954
- cacheable-request - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/955
- flat-cache - upgrading hookified to 1.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/956
- file-entry-cache - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/957
- file-entry-cache - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/958
- node-cache - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/959
- node-cache - upgrading hookified to 1.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/960
- node-cache - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/961
- node-cache - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/962
New Contributors
- @mothershipper made their first contribution in https://github.com/jaredwray/cacheable/pull/919
- @m-housni made their first contribution in https://github.com/jaredwray/cacheable/pull/922
- @PoOwAa made their first contribution in https://github.com/jaredwray/cacheable/pull/924
- @chris48s made their first contribution in https://github.com/jaredwray/cacheable/pull/925
- @ebceu4 made their first contribution in https://github.com/jaredwray/cacheable/pull/943
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-12-03...2024-12-26