UNPKG

1.33 kBMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4
5
6## [Unreleased] - YYYY-MM-DD
7#### Added
8#### Changed
9#### Deprecated
10#### Removed
11#### Fixed
12#### Security
13
14
15## [2.3.0] - 2023-05-22
16#### Added
17- `ttl` (time to live) to expire caches (thanks @douglaslinsmeyer)
18
19
20## [2.1.0] - 2023-04-19
21#### Changed
22- Switched hashing algorithm from MD5 to SHA1 (thanks @rmarone)
23
24
25## [2.0.2] - 2022-01-17
26#### Security
27- Updated (via package.json `{resolution}`) to `JSON5 >= 1.0.2` (which was marked as a security risk [see here](https://github.com/philcockfield/file-system-cache/security/dependabot/2))
28
29
30## [2.0.1] - 2022-10-12
31#### Changed
32- Updated package.json dependencies
33
34
35## [2.0.0] - 2022-05-14
36#### Changed
37- Converted project to Typescript
38#### Fixed
39- Update refs (ramda), thanks to @shernaz
40
41
42## [1.1.0] - 2021-04-04
43#### Changed
44- bumped the ramda depedency version to resolve [ReDos](https://security.snyk.io/vuln/SNYK-JS-RAMDA-1582370)
45
46
47## [1.0.3] - 2016-01-26
48#### Changed
49- Referencing [Babel](https://babeljs.io/) dependencies via `js-babel` and `js-babel-dev` modules.
50- Linting updated to use [AirBnB style guide](https://github.com/airbnb/javascript).
51
52
53
54## [0.0.1] - 2015-09-19
55#### Added
56Initial creation and publish.