Skip to content

Commit 0d5e264

Browse files
committed
v1.0.0
1 parent 76a1bba commit 0d5e264

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## v1.0.0
4+
2019-10-20
5+
6+
- Added `x-model-hook` directive for **useState hook function**, and the `x-model` can only be used in **class component** now
7+
- In some cases use the runtime instead of the AST code
8+
- Fix some problem of `x-model`
9+
- Improved stability
10+
311
## v0.1.1
412
2019-10-17
513

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-directives",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0",
44
"description": "A babel plugin that provides some directives for react(any JSX), similar to directive of vue.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)