Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Releases: AtomLinter/linter-htmlhint

v1.0.0

17 Jun 17:36
Compare
Choose a tag to compare

Closed issues:

  • Implement specs #64
  • .htmllintrc configuration doesn't work #54
  • Install linter automatically. #32

Merged pull requests:

v0.3.0

17 Jun 17:37
Compare
Choose a tag to compare

Merged pull requests:

Update dependencies

30 Dec 20:00
Compare
Choose a tag to compare
v0.2.2

Prepare 0.2.2 release

Fix for #41, #42 and #43 Removing PHP from supported grammarScopes

27 Oct 02:17
Compare
Choose a tag to compare

This removes text.html.php from the provider grammarScopes. This should fix #41, #42 and #43.

Use new htmlhint json output.

23 Oct 03:13
Compare
Choose a tag to compare

htmlhint 0.9.12 has a json output flag. This simplifies the parsing of the output for linter.

Adds filePath so linter knows if your on the current file or not.

09 Aug 19:43
Compare
Choose a tag to compare

Pushing the new version this weekend, I noticed that tool tips weren't working on errors. I think this was because linter didn't know that the current file was indeed the current file. Adding filePath to the return object seemed to take care of it.

I also added a blurb about the .htmlhintrc file.

Update to new linter standard.

08 Aug 20:37
Compare
Choose a tag to compare

Fixes #26, adds type to messages.

01 Jul 22:10
Compare
Choose a tag to compare

This adds the other text.html types (like text.html.angular) to the syntax supported. I'm assuming that we want to use htmlhint on all of these. If not, open a request.

Also, using the color code (yellow or red) to determine the match type and set those, so you get Errors and Warnings now.

v0.0.16

17 Jun 17:37
Compare
Choose a tag to compare

Closed issues:

  • Config.unobserve is deprecated. #18

Merged pull requests:

fixes for #12, #13 and #16

17 Jun 17:28
Compare
Choose a tag to compare

Merging in @d4k0's changes to fix #12, #13, #16, #20 and #21