Skip to content

Commit d555f10

Browse files
committed
chore(release): v0.1.3
1 parent 153592e commit d555f10

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Changelog
22

33

4+
## v0.1.3
5+
6+
[compare changes](https://github.com/unjs/ocache/compare/v0.1.2...v0.1.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Respect `staleMaxAge` ([8915db3](https://github.com/unjs/ocache/commit/8915db3))
11+
- **cache:** Add `resolveCacheKey` and `.resolveKey()` ([#6](https://github.com/unjs/ocache/pull/6))
12+
- **storage:** Nullish `set` deletes entry instead of storing dead weight ([71d5f11](https://github.com/unjs/ocache/commit/71d5f11))
13+
- Multi-tier cache base ([#7](https://github.com/unjs/ocache/pull/7))
14+
- **cache:** Add `invalidateCache()` and `.invalidate()` ([#8](https://github.com/unjs/ocache/pull/8))
15+
16+
### 🩹 Fixes
17+
18+
- Respect zero ttl ([#5](https://github.com/unjs/ocache/pull/5))
19+
- **http:** Merge default options when partial opts are provided ([#2](https://github.com/unjs/ocache/pull/2))
20+
- **cache:** Catch sync storage errors in get/set ([ee1bb02](https://github.com/unjs/ocache/commit/ee1bb02))
21+
- **cache:** Evict stale entry on SWR revalidation failure ([#9](https://github.com/unjs/ocache/pull/9))
22+
- **storage:** Proactively flush expired memory entries ([#10](https://github.com/unjs/ocache/pull/10))
23+
24+
### 🏡 Chore
25+
26+
- Apply automated updates ([4868309](https://github.com/unjs/ocache/commit/4868309))
27+
- Apply automated updates (attempt 2/3) ([05c9f4e](https://github.com/unjs/ocache/commit/05c9f4e))
28+
- Update deps ([94a2b26](https://github.com/unjs/ocache/commit/94a2b26))
29+
- Apply automated updates ([b028820](https://github.com/unjs/ocache/commit/b028820))
30+
- Apply automated updates ([ed51d82](https://github.com/unjs/ocache/commit/ed51d82))
31+
- Apply automated updates ([459bade](https://github.com/unjs/ocache/commit/459bade))
32+
33+
### ❤️ Contributors
34+
35+
- Pooya Parsa ([@pi0](https://github.com/pi0))
36+
- Ori ([@oritwoen](https://github.com/oritwoen))
37+
- Florian Heuberger
38+
439
## v0.1.2
540

641
[compare changes](https://github.com/unjs/ocache/compare/v0.1.1...v0.1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ocache",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Standalone caching utilities with TTL, SWR, and HTTP response caching",
55
"license": "MIT",
66
"repository": "unjs/ocache",

0 commit comments

Comments
 (0)