Latest's Releases
2025-10-27
October 31, 2025
What's Changed
- cacheable-request - fix: 304 Not Modified has completely empty headers by @jaredwray in https://github.com/jaredwray/cacheable/pull/1409
- utils - chore: upgrading vitest to 4.0.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1410
- utils - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1411
- utils - chore: upgrading @biomejs/biome to 2.3.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1412
- utils - chore: upgrading @faker-js/faker to 10.1.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1413
- utils - chore: removing @keyv/redis and @keyv/valkey as not needed by @jaredwray in https://github.com/jaredwray/cacheable/pull/1414
- utils - feat migrating memoize to utils by @jaredwray in https://github.com/jaredwray/cacheable/pull/1415
- memory - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1416
- memory - chore: upgrading hookified to 1.12.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1417
- memory - chore: upgrading @keyv/bigmap to 1.1.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1418
- memory - chore: upgrading @biomejs/biome to 2.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1419
- memory - chore: upgrading @faker-js/faker to 10.1.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1420
- memory - chore: upgrading vitest to 4.0.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1421
- net - chore: upgrading vitest to 4.0.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1422
- net - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1423
- net - chore: upgrading hookified to 1.12.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1424
- net - chore: upgrading @biomejs/biome to 2.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1425
- net - chore: upgrading vitest to 4.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1426
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-10-17...2025-10-27
2025-10-17
October 17, 2025
What's Changed
- mono - chore: moving away from minify by @jaredwray in https://github.com/jaredwray/cacheable/pull/1401
- cacheable - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1403
- cacheable - chore: upgrading hookified to 1.12.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1404
- cacheable - chore: upgrading @faker-js/faker to 10.1.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1405
- cacheable - chore: upgrading @faker-js/faker to 2.2.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1406
- cacheable - chore: upgrading lru-cache, and keyv storage adapters to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1407
- node-cache - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1408
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-10-12...2025-10-17
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