File tree Expand file tree Collapse file tree 4 files changed +506
-4
lines changed Expand file tree Collapse file tree 4 files changed +506
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 1.0.0] - 2017-03-16
5
+ ### Added
6
+ - Check for valid elements and attributes
7
+
4
8
## [ 0.0.1] - 2017-03-14
5
9
### Added
6
10
- Tests (Travis-CI and Codecov)
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ outputs:
148
148
```
149
149
150
150
#### [ TODO] Checklist:
151
- - [ ] Exists the attribute for the element?
151
+ - [x ] Exists the attribute for the element? (Find a better implementation of that!)
152
152
- [ ] Is the given attribute value allowed for the specified attribute?
153
153
- [ ] Is the element allowed in the current element?
154
154
- [ ] Check the document for bad practices. For example duplicate id references.
You can’t perform that action at this time.
0 commit comments