Skip to content

Commit 84ce5e6

Browse files
authored
0.4.0 (#26)
1 parent f43fb98 commit 84ce5e6

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
@@ -6,11 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2022-03-24
10+
### Added
11+
- Add new ast type `WXAttributeInterpolation`
12+
- Support parse `WXInterpolation` in `WXAttribute`
13+
### Fixed
14+
- Fix `WXScript` parse error when follow `WXText` and `WXInterpolation`
15+
916
## [0.3.2] - 2022-01-15
1017
### Fixed
1118
- Add missing `name` property for `WXScript` node
1219

1320
## [0.3.1] - 2022-01-15
21+
- No changing
1422

1523
## [0.3.0] - 2021-11-15
1624
### Fixed

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": "@wxml/parser",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "A fast and tolerant wxml parser",
55
"type": "commonjs",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)