Releases: jaredwray/flat-cache
Releases · jaredwray/flat-cache
v5.0.0
Breaking change is removing support for nodejs 16
and supporting 18+
What's Changed
- upgrading rimraf to 5.0.7 by @jaredwray in #98
- ugprading prettier to 3.2.5 by @jaredwray in #99
- upgrading mocha to 10.4.0 by @jaredwray in #100
- upgrading flatted to 3.3.1 by @jaredwray in #101
- upgrading sinon to 18.0.0 by @jaredwray in #102
- Migrating to xo for linting and nodejs 18 support by @jaredwray in #103
Full Changelog: v4.0.1...v5.0.0
v4.0.1
What's Changed
- removing rimraf as core dependency by @jaredwray in #87
- chore: run prettier separately from eslint by @uncenter in #88
- refactor: prefer let/const over var by @uncenter in #89
- upgrading c8 to 9.1.0 by @jaredwray in #92
- upgrading prettier to 3.2.4 by @jaredwray in #93
- upgrading moch to 10.3.0 by @jaredwray in #95
- removing parts of keyv as a dependency by @jaredwray in #97
New Contributors
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Major version release
To stay up to date with latest module dependencies we moved to supporting nodejs >=16
with this release. All other functionality stayed the same.
What's Changed
- removing the testing on 21 by @jaredwray in #85
- removing support for node 10, 12, and 14 by @jaredwray in #86
Full Changelog: v3.2.0...v4.0.0
v3.2.0
v3.1.1
What's Changed
- updating repo to use github actions and codecov by @jaredwray in #64
- updating mocha and chai by @jaredwray in #65
- adding in codecov badge by @jaredwray in #66
- upgrading flatted to 3.2.7 by @jaredwray in #67
- updating workflows with prs by @jaredwray in #71
- updating coverage reporting to work with codecov by @jaredwray in #72
- updating to show correct branch by @jaredwray in #73
- intoducing keyv to flat-cache - non invasive by @jaredwray in #74
- clean up of package.json by @jaredwray in #75
- upgrading chai to 4.3.10 by @jaredwray in #77
- upgrading flatted to 3.2.9 by @jaredwray in #78
New Contributors
- @jaredwray made their first contribution in #64
Full Changelog: v3.0.4...v3.1.1