Skip to content

Commit 84aa00e

Browse files
authored
Update CHANGELOG.md
1 parent 94b0e9c commit 84aa00e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
531
### v1.0.0-beta.2 (2024-08-15)
632

733
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).

0 commit comments

Comments
 (0)