Skip to content

Releases: jaredwray/cacheable

2025-03-03

03 Mar 23:49
Compare
Choose a tag to compare

What's Changed

  • adding in nodejs engine requirement by @jaredwray in #999
  • cache-manager:wrap() method - support options parameter and raw return data by @vz-tl in #998
  • node-cache - fix: deleteOnExpire is false it should not delete by @jaredwray in #1002
  • flat-cache - fix: wrong (v5) example in getting started for load. by @EmilianoBruni in #1004
  • cache-manager - fix: return types of mget to handle Array<T | null> by @vinnymac in #1005
  • cacheable - fix: better test for iterator on memory items property by @jaredwray in #1013
  • mono - chore: upgrading vitest to 3.0.7 by @jaredwray in #1016
  • mono - chore: upgrading wrangler to 3.111.0 by @jaredwray in #1017
  • cacheable - chore: upgrading vitest to 3.0.7 by @jaredwray in #1018
  • cacheable - chore: upgrading tsup and typescript to lastest by @jaredwray in #1019
  • cacheable - chore: upgrading faker-js to 9.5.1 by @jaredwray in #1020
  • cacheable - chore: upgrading hookified to 1.7.1 by @jaredwray in #1021
  • cacheable - chore: upgrading keyv to 5.3.1 by @jaredwray in #1022
  • node-cache - chore: upgrading keyv to 5.3.1 by @jaredwray in #1023
  • node-cache - chore: upgrading vitest to 3.0.7 by @jaredwray in #1024
  • node-cache - chore: upgrading tsup and typescript to latest by @jaredwray in #1025
  • node-cache - chore: upgrading hookified to 1.7.1 by @jaredwray in #1026
  • flat-cache - chore: upgrading vitest to 3.0.7 by @jaredwray in #1027
  • flat-cache - chore: upgrading tsup and typescript to lastest by @jaredwray in #1028
  • flat-cache - chore: upgrading hookified to 1.7.1 by @jaredwray in #1029
  • flat-cache - chore: upgrading flatted to 3.3.3 by @jaredwray in #1030
  • file-entry-cache - chore: upgrading vitest to 3.0.7 by @jaredwray in #1031
  • file-entry-cache - chore: upgrading typescript and tsup to latest by @jaredwray in #1032
  • cache-manager - chore: upgrading vitest to 3.0.7 by @jaredwray in #1033
  • cache-manager - chore: upgrading faker-js to 9.5.1 by @jaredwray in #1034
  • cache-manager - chore: upgrading keyv to 5.3.1 by @jaredwray in #1035
  • cache-manager - chore: upgrading typescript and tsup to latest by @jaredwray in #1036
  • cacheable-request - chore: upgrading vitest to 3.0.7 by @jaredwray in #1037
  • cacheable-request - chore: upgrading keyv to 5.3.1 by @jaredwray in #1038
  • cacheable-request - chore: upgrading typescript and tsup to latest by @jaredwray in #1039

New Contributors

Full Changelog: 2025-01-27...2025-03-03

2025-01-27

27 Jan 20:24
c90ab42
Compare
Choose a tag to compare

What's Changed

  • mono - chore: upgrading vitest and c8 to latest by @jaredwray in #984
  • mono - chore: upgrading wrangler to 3.105.1 by @jaredwray in #985
  • cache-manager - chore: upgrading tsup to 8.3.6 by @jaredwray in #986
  • cacheable - chore: upgrading tsup to 8.3.6 by @jaredwray in #987
  • cacheable-request - chore: upgrading vitest to 3.0.4 by @jaredwray in #988
  • cacheable-request - chore: upgrading typescript to 5.7.3 by @jaredwray in #989
  • file-entry-cache - chore: upgrading vitest to 3.0.4 by @jaredwray in #990
  • file-entry-cache - chore: upgrading typescript and tsup to latest by @jaredwray in #991
  • flat-cache - chore: upgrading vitest to 3.0.4 by @jaredwray in #992
  • flat-cache - chore: upgrading hookified to 1.7.0 by @jaredwray in #993
  • flat-cache - chore: upgrading typescript and tsup to latest by @jaredwray in #994
  • node-cache - chore: upgrading vitest to 3.0.4 by @jaredwray in #995
  • node-cache - chore: upgrading typescript and tsup to latest by @jaredwray in #996

Full Changelog: 2025-01-23...2025-01-27

2025-01-23

23 Jan 17:00
Compare
Choose a tag to compare

What's Changed

  • cacheable - feat: adding in jsDoc on CacheableOptions by @jaredwray in #968
  • cache-manager - feat: on wrap with refreshThreshold - re-evaluate ttl function by @yaronyam in #965
  • cacheable - fix: when found on secondary use expires to set primary by @jaredwray in #972
  • cacheable - fix: if layer 2 has item then use expires or set to undef… by @jaredwray in #973
  • cache-manager - fix: bugfix wrap function: nested wrap call on other cache instance - results in deadlock by @yaronyam in #967
  • cacheable - fix: adding in a unique cacheId to handle wrap async conf… by @jaredwray in #974
  • cache-manager: wrap() method - support refreshThreshold argument as Function by @yaronyam in #975
  • cache-manager - feat: adding in stores property by @jaredwray in #981

New Contributors

Full Changelog: 2024-12-26...2025-01-23

2024-12-26

27 Dec 00:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024-12-03...2024-12-26

2024-12-03

03 Dec 23:07
Compare
Choose a tag to compare

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

Full Changelog: 2024-11-27...2024-12-03

2024-11-27

27 Nov 16:39
64f4341
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-11-24...2024-11-27

2024-11-24

24 Nov 17:40
7d34f45
Compare
Choose a tag to compare

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

23 Nov 21:23
Compare
Choose a tag to compare

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

Full Changelog: 2024-11-10...2024-11-23

2024-11-10

10 Nov 18:28
9a7b140
Compare
Choose a tag to compare

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

Full Changelog: 2024-10-27...2024-11-10

2024-10-27

27 Oct 20:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-10-21...2024-10-27