File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ### v1.0.0 (2024-09-05)
6
+
7
+ #### Added
8
+
9
+ - Export ` watch ` as ` baseWatch ` from ` @vue/reactivity `
10
+ - Introduced ` useEffectScope ` API.
11
+ - Introduced ` useCustomRef ` API.
12
+ - Introduced ` useReadonly ` and ` useShallowReadonly ` APIs.
13
+ - Added JSDoc comments for all functions.
14
+ - Added API documentation to ` README.md ` .
15
+ - Added development mode.
16
+
17
+ #### Changed
18
+
19
+ - Refactored ` watch ` , ` useWatch ` , ` watchEffect ` , and ` useWatchEffect ` APIs.
20
+ - Replaced ` yarn ` with ` pnpm ` .
21
+ - Replaced ` jest ` with ` vitest ` .
22
+ - Replaced ` libundler ` with ` vite ` as the bundler.
23
+ - Upgraded ` React ` and ` react-dom ` peerDependencies versions.
24
+ - Upgraded ESLint to v9.
25
+ - Updated unit test scripts.
26
+
27
+ #### Removed
28
+
29
+ - Removed ` batchedUpdates ` API.
30
+
5
31
### v1.0.0-beta.2 (2024-08-15)
6
32
7
33
No changes, just synced with ` @vue/reactivity ` [ v3.5.0-beta.2] ( https://github.com/vuejs/core/blob/main/CHANGELOG.md#350-beta2-2024-08-15 ) .
You can’t perform that action at this time.
0 commit comments