Skip to content

Commit

Permalink
v0.2.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Oct 22, 2021
1 parent 1acb326 commit 4c081a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2021-10-22
### Added
- Add new ast type `WXInterpolation`
- Add new script `npm run puretest` for better debugging
- Add new property `name` for `WXStartTag`

### Fixed
- Fix `WXScript` parse error

## [0.1.1] - 2021-10-20
### Added
- Add `errors` visitor key for `parseForESLint`
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.1.1",
"version": "0.2.0",
"description": "A fast and tolerant wxml parser",
"type": "commonjs",
"main": "lib/index.js",
Expand Down

0 comments on commit 4c081a4

Please sign in to comment.