Latest's Releases
2024-09-10
September 10, 2024
What's Changed
- Fix typo in website by @dtslvr in https://github.com/jaredwray/cacheable/pull/758
- init release to npm by @jaredwray in https://github.com/jaredwray/cacheable/pull/759
- cacheable - adding multiple stores by @jaredwray in https://github.com/jaredwray/cacheable/pull/760
- fixing eslint package issues by @jaredwray in https://github.com/jaredwray/cacheable/pull/761
- cacheable - adding in rimraf by @jaredwray in https://github.com/jaredwray/cacheable/pull/762
- updating readme and website by @jaredwray in https://github.com/jaredwray/cacheable/pull/763
- adding in cache mode by @jaredwray in https://github.com/jaredwray/cacheable/pull/764
- Building out Node Cache by @jaredwray in https://github.com/jaredwray/cacheable/pull/768
- node-cache - updating readme with API by @jaredwray in https://github.com/jaredwray/cacheable/pull/771
New Contributors
- @dtslvr made their first contribution in https://github.com/jaredwray/cacheable/pull/758
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-08-12...2024-09-10
2024-08-12
August 12, 2024
What's Changed
- codecov - fixing codecov badge across projects by @jaredwray in https://github.com/jaredwray/cacheable/pull/749
- fixing collision when invoking wrap on multiple cache instances with … by @kentandersen in https://github.com/jaredwray/cacheable/pull/743
- cache-manager-redis: updating console error on connection failure by @jaredwray in https://github.com/jaredwray/cacheable/pull/751
- cache-manager-redis: upgrading redis to 4.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/752
- cache-manager-redis: upgrading eslint and modules to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/753
- cache-manager-redis: upgrading cache-manager to 5.7.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/754
- cache-manager-redis: upgrading redis modules to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/755
New Contributors
- @kentandersen made their first contribution in https://github.com/jaredwray/cacheable/pull/743
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-08-05...2024-08-12
2024-08-05
August 05, 2024
What's Changed
- cache-manager - fix moving back to lru-cache version ^10.2.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/728
- Update README.md to add cache-manager-bun-sqlite3 by @sjdonado in https://github.com/jaredwray/cacheable/pull/729
- cache-manager - moving to latest xo by @jaredwray in https://github.com/jaredwray/cacheable/pull/732
- cache-manager - upgrading vitest to 2.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/733
- ioredis - upgrading eslint to 3.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/734
- ioredis - upgrading vitest to 2.0.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/735
- redis - upgrading eslint and vitest to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/736
- cache-manager - upgrading xo and @types/node to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/738
- updating readme by @jaredwray in https://github.com/jaredwray/cacheable/pull/739
- migrating cacheable to a single repo by @jaredwray in https://github.com/jaredwray/cacheable/pull/741
- Adding in the favicon for the website and publishing by @jaredwray in https://github.com/jaredwray/cacheable/pull/744
- updating how to contribute instructions by @jaredwray in https://github.com/jaredwray/cacheable/pull/745
- updating documentation generation by @jaredwray in https://github.com/jaredwray/cacheable/pull/746
- cache-manager - upgrading vitest to 2.0.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/747
- cacheable-request - upgrading xo and vitest to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/748
New Contributors
- @sjdonado made their first contribution in https://github.com/jaredwray/cacheable/pull/729
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-07-11...2024-08-05