Skip to content

Commit

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

## [Unreleased]

## [0.7.4] - 2022-07-30
### Added
- Add rule `event-binding-style`
### Changed
- Deprecated rule `colon-style-event-binding`

## [0.7.3] - 2022-07-14
### Added
- Add rule `forbid-attributes`
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": "eslint-plugin-wxml",
"version": "0.7.3",
"version": "0.7.4",
"description": "eslint plugin for wxml",
"main": "lib/index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sidebarDepth: 0
| | | |
| [Deprecated] [wxml/colon-style-event-binding](./colon-style-event-binding.md) | use colon(`:`) style event binding | :star: | |
| [wxml/empty-tag-self-closing](./empty-tag-self-closing.md) | empty tag must be self closing | :star: :star: :star: | |
| [wxml/event-binding-style](./event-binding-style.md) | empty tag must be self closing | :star: :star: :star: | |
| [wxml/event-binding-style](./event-binding-style.md) | using same event binding style | :star: :star: :star: | |
| [wxml/forbid-tags](./forbid-tags.md) | disable using special tag in projet | :star: :star: :star: | |
| [wxml/max-depth](./max-depth.md) | set maximum wxml tree depth | :star: :star: | |
| [wxml/max-len](./max-len.md) | set maximum length of single line code | :star: :star: | |
Expand Down

1 comment on commit bd16837

@vercel
Copy link

@vercel vercel bot commented on bd16837 Jul 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.