Releases: Cloudstek/nodejs-cache
Releases · Cloudstek/nodejs-cache
v2.0.0
This release updates dependencies to resolve some vulnerabilities, the API has not been changed. The only breaking change is the requirement of NodeJS 10 or newer as older versions are EOL.
Changes
v1.0.5
This update only bumps the version but fixes a packaging issue which caused the dist
directory to be empty leading to errors saying the module could not be found.
v1.0.4
Small update that fixes some dependency vulnerabilities.
v1.0.3
This release updates dependencies, fixing some vulnerabilities.
Changes
- Changed some NPM scripts to make more sense.
- Build release code with different tsconfig than development code.
Fixes
- Vulnerabilities found in some deep dependencies.
v1.0.2
Small bugfix release.
Fixes
- Incorrect handling of
undefined
value for dir
or name
options.
v1.0.1
Very minor release only affecting typescript typings.
Fixes
- Some typings were missing, they're back! 🎉