-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
geekact
committed
Nov 10, 2022
1 parent
75f58b7
commit 757603a
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
## master | ||
|
||
## [1.2.0](https://github.com/foca-js/foca/compare/v1.1.0...v1.2.0) (2022-11-10) | ||
|
||
- 重命名 actions 为 reducers (#29) | ||
- 重命名 effects 为 methods (#29) | ||
- exports 导出 package.json 文件 | ||
- 不再支持[email protected] | ||
|
||
## [1.1.0](https://github.com/foca-js/foca/compare/v1.0.2...v1.1.0) (2022-07-07) | ||
|
||
- setState 支持传入非完整数据 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "foca", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"repository": "[email protected]:foca-js/foca.git", | ||
"homepage": "https://foca.js.org", | ||
"keywords": [ | ||
|