Releases: jaredwray/file-entry-cache
Releases · jaredwray/file-entry-cache
v9.1.0
What's Changed
- upgrading c8, mocha, and webpack to lastest by @jaredwray in #51
- relative paths on current working directory by @jaredwray in #53
- adding in additional tests on relative paths by @jaredwray in #54
Full Changelog: v9.0.0...v9.1.0
v9.0.0
Breaking Changes
There are two updates that could cause potential breaking changes. The first is that we no longer support Nodejs 16
and will only be supporting Nodejs 18+
.
The second is that we are now starting to support relative paths. This is the start of the process for this as the key in flat-cache
still goes to an absolute path.
What's Changed
- upgrading c8 to 9.1.0 by @jaredwray in #44
- upgrading prettier to latest by @jaredwray in #45
- handling relative paths on absolute keys by @jaredwray in #46
- upgrading rimraf to 5.0.7 by @jaredwray in #47
- upgrading mocha to 10.4.0 by @jaredwray in #48
- migrating to nodejs 18+ and removing support for nodejs 16 by @jaredwray in #49
- migrating to xo for linting by @jaredwray in #50
Full Changelog: v8.0.0...v9.0.0
v8.0.0
Removing support for Nodejs 10, 12, and 14
This is updating modules to the latest versions and supporting Nodejs >=16
moving forward with v8.0.0
What's Changed
- removing support for nodejs 12 and 14 by @jaredwray in #43
Full Changelog: v7.0.2...v8.0.0
v7.0.2
What's Changed
- removing del module as no longer needed by @jaredwray in #40
- upgrading flat-cache to 3.2.0 by @jaredwray in #41
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- upgrading flat-cache to 3.1.1 by @jaredwray in #37
- upgrading chai to 4.3.10 by @jaredwray in #38
- upgrading eslint to 8.50.0 and mocha plugin by @jaredwray in #39
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- upgrading chai and mocha to latest by @jaredwray in #32
- removing package-lock and setting tests to nodejs versions by @jaredwray in #33
- adding code coverage reporting via codecov by @jaredwray in #34
- updating tests for master by @jaredwray in #35
- removing support for Nodejs version 10 by @jaredwray in #36
Full Changelog: v6.0.1...v7.0.0
v6.0.1
What's Changed
- Adds travis jobs on ppc64le by @dineshks1 in #21
- Delete previous mtime when checksum is used and vice versa by @mdjermanovic in #22
- upgrading to github workflows by @jaredwray in #31
- Fix typo in README by @KyleAMathews in #29
New Contributors
- @dineshks1 made their first contribution in #21
- @mdjermanovic made their first contribution in #22
- @jaredwray made their first contribution in #31
- @KyleAMathews made their first contribution in #29
Full Changelog: v6.0.0...v6.0.1