Latest's Releases
2025-10-06
October 06, 2025
What's Changed
- file-entry-cache - fix: removing useModifiedTime as not needed by @jaredwray in https://github.com/jaredwray/cacheable/pull/1373
- file-entry-cache - chore: upgrading biome to 2.2.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1374
- cacheable - feat: adding in cache sync based on qified by @jaredwray in https://github.com/jaredwray/cacheable/pull/1375
- cacheable - fix: moving isKeyvInstance to utils by @jaredwray in https://github.com/jaredwray/cacheable/pull/1376
- cacheable - chore: updating readme around cacheable sync by @jaredwray in https://github.com/jaredwray/cacheable/pull/1378
- utils - fix: adding in keyv instance by @jaredwray in https://github.com/jaredwray/cacheable/pull/1377
- cache-manager - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1379
- cache-manager - chore: upgrading @keyv/redis to 5.1.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1380
- cacheable-request - chore: upgrading biome to 2.2.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1381
- cacheable-request - chore: upgrading normalize-url to 8.1.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1382
- website - chore - upgrading tsx to 4.20.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1383
- website - chore: migrating from fs-extra to node:fs by @jaredwray in https://github.com/jaredwray/cacheable/pull/1384
- mono - chore: upgrading wrangler to 4.42.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1385
- mono - feat: adding in minify to all packages other than cacheable-re… by @jaredwray in https://github.com/jaredwray/cacheable/pull/1386
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-10-01...2025-10-06
2025-10-01
October 01, 2025
What's Changed
- utils - chore: upgrading biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1350
- utils - chore: upgrading lru-cache to 11.2.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1351
- utils - chore: upgrading @keyv/redis to 5.1.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1352
- memoize - fix: removing lru-cache as no longer needed by @jaredwray in https://github.com/jaredwray/cacheable/pull/1353
- memoize - chore: upgrading biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1354
- mono - chore upgrading keyv to 5.5.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1355
- net - chore: upgrading undici to 7.16.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1356
- net - chore: upgrading hookified to 1.12.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1357
- net - chore: upgrading biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1358
- net - feat: adding in jsDoc for cache property by @jaredwray in https://github.com/jaredwray/cacheable/pull/1359
- net - feat: moving to FetchOptions in Net by @jaredwray in https://github.com/jaredwray/cacheable/pull/1360
- net - feat: adding readme information for fetch helpers by @jaredwray in https://github.com/jaredwray/cacheable/pull/1361
- net - feat: adding in put method helper by @jaredwray in https://github.com/jaredwray/cacheable/pull/1362
- net - feat: if there is no cache passed then it does not cache by @jaredwray in https://github.com/jaredwray/cacheable/pull/1363
- net - feat: ability to set the caching to false on get() by @jaredwray in https://github.com/jaredwray/cacheable/pull/1364
- net - feat: ability to set caching to false in head method by @jaredwray in https://github.com/jaredwray/cacheable/pull/1365
- net - feat: ability for post to add caching if needed by @jaredwray in https://github.com/jaredwray/cacheable/pull/1366
- net - feat: ability for put to have caching if true by @jaredwray in https://github.com/jaredwray/cacheable/pull/1367
- net - feat: patch with caching when set to true by @jaredwray in https://github.com/jaredwray/cacheable/pull/1368
- net - feat: added caching to delete as an option by @jaredwray in https://github.com/jaredwray/cacheable/pull/1369
- net - feat: adding in options for stringify and parse by @jaredwray in https://github.com/jaredwray/cacheable/pull/1370
- net - feat: renaming useHttpCache to httpCachePolicy by @jaredwray in https://github.com/jaredwray/cacheable/pull/1371
- file-entry-cache - feat: adding in current working directory by @jaredwray in https://github.com/jaredwray/cacheable/pull/1372
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-09-22...2025-10-01
2025-09-22
September 22, 2025
What's Changed
- mono - chore: upgrading wrangler to 4.37.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1328
- cacheable - chore: upgrading lru-cache to 11.2.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1329
- cacheable - chore: upgradking keyv to 5.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1330
- cacheable - chore: upgrading hookified to 1.12.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1331
- cacheable - chore: upgrading biome and faker-js to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1332
- node-cache - chore: upgrading keyv to 5.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1333
- node-cache - chore: upgrading hookified to 1.12.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1334
- node-cache - chore: upgrading biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1335
- node-cache - fix: class name in documentation by @jakebman in https://github.com/jaredwray/cacheable/pull/1342
- memory - chore: upgrading lru-cache to 11.2.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1347
- memory - chore: upgrading hookified to 1.12.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1348
- mono - chore: upgrading keyv on all packages to 5.5.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1349
New Contributors
- @jakebman made their first contribution in https://github.com/jaredwray/cacheable/pull/1342
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-09-09...2025-09-22