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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ All notable changes to evjs are documented here. Releases follow [Semantic Versi
8
8
9
9
---
10
10
11
+
## [0.1.3] — 2026-05-09
12
+
13
+
### ✨ Improvements
14
+
15
+
-**General type-safe config merging** — Moved `merge()` into `@evjs/ev` so plugins can apply typed nested patches to evjs framework config and utoopack config through the same helper.
16
+
-**Utoopack helper simplification** — Kept `@evjs/bundler-utoopack` exporting `merge()` for concise plugin authoring while sharing the generic implementation from `@evjs/ev`.
17
+
18
+
### 📝 Documentation
19
+
20
+
-**Release line updates** — Updated user-facing dependency examples to the `0.1.3` release line.
21
+
-**Project structure cleanup** — Removed stale generated-folder notes from the project structure guide.
0 commit comments