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
+5-28Lines changed: 5 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [1.0.0] - 2025-07-07
8
+
## [1.0.0] - 2025-07-14
9
9
10
10
### 🎉 Initial Release
11
11
12
-
We're thrilled to announce the first stable release of ZenBox! This marks a major milestone in bringing Vue-like reactivity to React with Zustand's simplicity.
12
+
We're thrilled to announce the first stable release of ZenBox!
13
+
14
+
This marks a major milestone in bringing Vue-like reactivity to React with Zustand's simplicity.
13
15
14
16
### ✨ Features
15
17
@@ -32,18 +34,6 @@ We're thrilled to announce the first stable release of ZenBox! This marks a majo
32
34
-**Cross-store computations** - Computed values can depend on multiple stores
33
35
-**TypeScript auto-inference** - Zero configuration type safety
34
36
35
-
### 🏗️ Architecture
36
-
37
-
-**Immutable updates** - Leverages Immer for safe state mutations
0 commit comments