Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
docs: 更新CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
idler8 committed Mar 2, 2023
1 parent 402277d commit f03c5bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.1.0 (2023-03-02)

- test: 给 useFieldState 增加用例 ([402277d](https://github.com/idler8/observer/commit/402277d))
- test: 用例更新为 type 导入 ([8d0b08f](https://github.com/idler8/observer/commit/8d0b08f))
- test: optimize 用例根据 mergeDependencyList 调整 ([a21667c](https://github.com/idler8/observer/commit/a21667c))
- refactor: 补充 mergeDependencyList 类型提示 ([1700026](https://github.com/idler8/observer/commit/1700026))
- refactor: 优化 deps 生成逻辑 ([a76b094](https://github.com/idler8/observer/commit/a76b094))
- refactor: Keys 改为 type 导入 ([71e6ee8](https://github.com/idler8/observer/commit/71e6ee8))
- feat: 增加一个 useFieldState 便捷函数 ([7bb257b](https://github.com/idler8/observer/commit/7bb257b))

## <small>1.0.2 (2023-03-02)</small>

- ci: 改为使用 TAG 作为打包依据 ([e7a3c2d](https://github.com/idler8/observer/commit/e7a3c2d))
- chore: 调整 readme 链接 ([c9ed009](https://github.com/idler8/observer/commit/c9ed009))
- chore: 使用 terser 压缩输出内容,并增加 MIT 文件 ([fb333c0](https://github.com/idler8/observer/commit/fb333c0))
- chore: 增加 CHANGELOG 生成工具 ([4c4903d](https://github.com/idler8/observer/commit/4c4903d))
- docs: 文档拆分 ([2c10362](https://github.com/idler8/observer/commit/2c10362))
- docs: 英文文档 ([a71cb44](https://github.com/idler8/observer/commit/a71cb44))

## <small>1.0.1 (2023-02-28)</small>

- chore: 给 npm 增加更多说明 ([ca01ffd](https://github.com/idler8/observer/commit/ca01ffd))
Expand Down

0 comments on commit f03c5bb

Please sign in to comment.