Latest's Releases
2025-10-12
October 13, 2025
What's Changed
- net - fix: adding in FetchRequestInit by @jaredwray in https://github.com/jaredwray/cacheable/pull/1387
- file-entry-cache - feat: adding in dynamic meta properties by @jaredwray in https://github.com/jaredwray/cacheable/pull/1388
- file-entry-cache - feat: adding in logging capabilities by @jaredwray in https://github.com/jaredwray/cacheable/pull/1389
- cacheable - fix: updating types in tests by @jaredwray in https://github.com/jaredwray/cacheable/pull/1390
- flat-cache - fix: handling legacy data store by @jaredwray in https://github.com/jaredwray/cacheable/pull/1391
- flat-cache - fix: legacy fixes by @jaredwray in https://github.com/jaredwray/cacheable/pull/1392
- file-entry-cache - fix: allowing path traversal by default for eslint by @jaredwray in https://github.com/jaredwray/cacheable/pull/1393
- file-entry-cache - feat: adding in key as absolute path by @jaredwray in https://github.com/jaredwray/cacheable/pull/1394
- file-entry-cache - feat: moving to options in create and createFromFile by @jaredwray in https://github.com/jaredwray/cacheable/pull/1395
- file-entry-cache - feat: adding in test example for eslint by @jaredwray in https://github.com/jaredwray/cacheable/pull/1396
- file-entry-cache - feat: renaming strictPaths to restrictAccessToCwd by @jaredwray in https://github.com/jaredwray/cacheable/pull/1397
- file-entry-cache - chore: upgrading @types/node to 24.7.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1398
- file-entry-cache - chore: updating types on tests to work by @jaredwray in https://github.com/jaredwray/cacheable/pull/1399
- file-entry-cache - feat: adding back in useModifiedTime by @jaredwray in https://github.com/jaredwray/cacheable/pull/1400
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-10-06...2025-10-12
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