Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jun 5, 2022
1 parent 336394b commit c119bb6
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,24 @@

#### Breaking Changes:

- [ ] changed functionality of `get()` and `getMany()` methods
- [ ] removed encryption used in `export()` and `import()` methods
[x] changed functionality of `get()` and `getMany()` methods
[x] removed `export()` and `import()` methods
[x] cachu is now a **object-oriented** library
[x] cachu is now a **esm-only** package and **Node.js v18**

#### New Features:

- [ ] added a `DiskCache` and a `HybridCache`, a mixture of `MemoryCache` and `DiskCache`
- [ ] added a `RedisCache`
- [ ] added a `DiskCache` and a `BigCache`, a mixture of `MemoryCache` and `DiskCache`
- [ ] added a option to limit the memory usage of your `MemoryCache` instance (and added built-in limitations for more security)
- [ ] added a option to retrieve events via a webhook
- [x] added `each()` method

#### Changes:

- [x] patched `esbuild`
- [x] patched `@types/jest`
- [x] patched `ts-jest`
- **Patched dependencies.**
- patched `esbuild`
- patched `@types/jest`
- patched `ts-jest`

## v5

Expand Down

0 comments on commit c119bb6

Please sign in to comment.