You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The import syntax for CommonJS users has changed.
14
+
15
+
### Features
16
+
17
+
* add ESLint with TypeScript support ([a063aeb](https://github.com/andrewshell/cacheism/commit/a063aeb3a7ea6277ae62efa91f9a0a3c815db11f))
18
+
* add input validation to go() method ([7812519](https://github.com/andrewshell/cacheism/commit/7812519404d3b15a9bdbdaa74cf5a1843180d0a8))
19
+
* convert to ESM with TypeScript and dual CJS/ESM output ([9c2132a](https://github.com/andrewshell/cacheism/commit/9c2132a269a5f15ac204b502aaab6dc6ec1b9589))
20
+
21
+
22
+
### Bug Fixes
23
+
24
+
* avoid mutating frozen Hit objects in cacheOnFail path ([d57c7d8](https://github.com/andrewshell/cacheism/commit/d57c7d8c59fbd8f539c319d4a8d141f7a4d4f0d3))
25
+
* convert filesystem store to fully async operations ([b3bdd88](https://github.com/andrewshell/cacheism/commit/b3bdd884410b21267b9adfb65f2c65215be498d6))
26
+
8
27
## [2.0.0] - Previous Release
9
28
10
29
This changelog was initialized when setting up automated releases with Release Please.
0 commit comments