-
-
Notifications
You must be signed in to change notification settings - Fork 430
Comparing changes
Open a pull request
base repository: htmlhint/HTMLHint
base: v0.12.2
head repository: htmlhint/HTMLHint
compare: v0.13.0
- 14 commits
- 304 files changed
- 7 contributors
Commits on May 18, 2020
-
feat: Add tags checking rule - allows specify rules for any tag and v…
…alidate that (#384) * adding tags check rule * fix missing commas * add polifil for old JS engines * add polifil for old JS engines * fix missing commas * fix indexOf * incrace code covarage * incrace code covarage * review fix * fix formating * fixing issues Co-authored-by: a.obitskyi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 475aaca - Browse repository at this point
Copy the full SHA 475aacaView commit details -
feat: added attr-no-unnecessary-whitespace rule (#385)
* Added attr-no-unnecessary-whitespace rule * add tests * remove console.log statement * fix: merge conflicts Co-authored-by: pcfutures <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03bfd4f - Browse repository at this point
Copy the full SHA 03bfd4fView commit details -
test: add tests for HTML entities (#386)
* Add test for & * Add a test to make sure well formed entities are not flagged * fix: char escape with & Co-authored-by: Ricardo Banffy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ad7cff - Browse repository at this point
Copy the full SHA 8ad7cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd40fb - Browse repository at this point
Copy the full SHA 5bd40fbView commit details -
fix: add prettier and eslint (#388)
* add eslintrc * eslint and prettier all files * fix: replace by npm script * fix: prettify more files * fixes based on review
Configuration menu - View commit details
-
Copy full SHA for aba3249 - Browse repository at this point
Copy the full SHA aba3249View commit details -
Configuration menu - View commit details
-
Copy full SHA for e640e45 - Browse repository at this point
Copy the full SHA e640e45View commit details -
chore: improve code readability (#390)
* chore: improve readability within bin * chore: improve readability in src base * chore: improve readability in src/rules
Configuration menu - View commit details
-
Copy full SHA for 1aacc36 - Browse repository at this point
Copy the full SHA 1aacc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fddad0 - Browse repository at this point
Copy the full SHA 9fddad0View commit details -
chore: add lint rule one-var:never (#392)
* chore: add lint rule one-var:never * chore: apply one-var * chore: run prettier
Configuration menu - View commit details
-
Copy full SHA for 771376d - Browse repository at this point
Copy the full SHA 771376dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f6700 - Browse repository at this point
Copy the full SHA 86f6700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b0af2 - Browse repository at this point
Copy the full SHA 30b0af2View commit details -
feat: new website for htmlhint.com (#395)
* docs: new website for docs * fixes
Configuration menu - View commit details
-
Copy full SHA for 5d0d95f - Browse repository at this point
Copy the full SHA 5d0d95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 616f9cd - Browse repository at this point
Copy the full SHA 616f9cdView commit details -
chore(release): 0.13.0 [skip ci]
# [0.13.0](v0.12.2...v0.13.0) (2020-05-18) ### Bug Fixes * add prettier and eslint ([#388](#388)) ([aba3249](aba3249)) * add semantic release test ([#399](#399)) ([616f9cd](616f9cd)) * ignore PULL_REQUEST_TEMPLATE.md ([30b0af2](30b0af2)) * use yml in semantic.yml ([86f6700](86f6700)) ### Features * Add tags checking rule - allows specify rules for any tag and validate that ([#384](#384)) ([475aaca](475aaca)) * added attr-no-unnecessary-whitespace rule ([#385](#385)) ([03bfd4f](03bfd4f)) * new rule: input-requires-label - All inputs require a label ([#159](#159)) ([5bd40fb](5bd40fb)) * new website for htmlhint.com ([#395](#395)) ([5d0d95f](5d0d95f))
Configuration menu - View commit details
-
Copy full SHA for b667d57 - Browse repository at this point
Copy the full SHA b667d57View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.2...v0.13.0