Skip to content

Commit

Permalink
0.4.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Mar 24, 2022
1 parent f43fb98 commit 84ce5e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2022-03-24
### Added
- Add new ast type `WXAttributeInterpolation`
- Support parse `WXInterpolation` in `WXAttribute`
### Fixed
- Fix `WXScript` parse error when follow `WXText` and `WXInterpolation`

## [0.3.2] - 2022-01-15
### Fixed
- Add missing `name` property for `WXScript` node

## [0.3.1] - 2022-01-15
- No changing

## [0.3.0] - 2021-11-15
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxml/parser",
"version": "0.3.2",
"version": "0.4.0",
"description": "A fast and tolerant wxml parser",
"type": "commonjs",
"main": "lib/index.js",
Expand Down

0 comments on commit 84ce5e6

Please sign in to comment.