|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v1.1.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.3) (2016-04-19) |
| 4 | +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.2...v1.1.3) |
| 5 | + |
| 6 | +**Fixed bugs:** |
| 7 | + |
| 8 | +- Warning: SyntaxError: Unexpected end of input [\#99](https://github.com/AtomLinter/linter-htmlhint/issues/99) |
| 9 | + |
| 10 | +**Closed issues:** |
| 11 | + |
| 12 | +- This message keep showing even when there's no error with my code [\#73](https://github.com/AtomLinter/linter-htmlhint/issues/73) |
| 13 | + |
| 14 | +**Merged pull requests:** |
| 15 | + |
| 16 | +- Update eslint-plugin-react to version 5.0.1 🚀 [\#101](https://github.com/AtomLinter/linter-htmlhint/pull/101) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 17 | + |
| 18 | +## [v1.1.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.2) (2016-04-12) |
| 19 | +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.1...v1.1.2) |
| 20 | + |
| 21 | +**Closed issues:** |
| 22 | + |
| 23 | +- Add a CHANGELOG.md [\#96](https://github.com/AtomLinter/linter-htmlhint/issues/96) |
| 24 | + |
| 25 | +**Merged pull requests:** |
| 26 | + |
| 27 | +- Update eslint-config-airbnb to version 7.0.0 🚀 [\#98](https://github.com/AtomLinter/linter-htmlhint/pull/98) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 28 | + |
3 | 29 | ## [v1.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.1) (2016-03-27)
|
4 | 30 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.0...v1.1.1)
|
5 | 31 |
|
|
17 | 43 | **Merged pull requests:**
|
18 | 44 |
|
19 | 45 | - Update deps [\#91](https://github.com/AtomLinter/linter-htmlhint/pull/91) ([1000ch](https://github.com/1000ch))
|
| 46 | +- Revert code styles [\#86](https://github.com/AtomLinter/linter-htmlhint/pull/86) ([1000ch](https://github.com/1000ch)) |
20 | 47 |
|
21 | 48 | ## [v1.0.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.3) (2016-02-22)
|
22 | 49 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.2...v1.0.3)
|
23 | 50 |
|
| 51 | +**Implemented enhancements:** |
| 52 | + |
| 53 | +- improve startup time [\#75](https://github.com/AtomLinter/linter-htmlhint/pull/75) ([dirk-thomas](https://github.com/dirk-thomas)) |
| 54 | + |
24 | 55 | **Merged pull requests:**
|
25 | 56 |
|
| 57 | +- Fix lint errors [\#84](https://github.com/AtomLinter/linter-htmlhint/pull/84) ([1000ch](https://github.com/1000ch)) |
26 | 58 | - Update eslint-config-airbnb to version 6.0.0 🚀 [\#83](https://github.com/AtomLinter/linter-htmlhint/pull/83) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
| 59 | +- Update eslint to version 2.2.0 🚀 [\#81](https://github.com/AtomLinter/linter-htmlhint/pull/81) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 60 | +- Update babel-eslint to version 5.0.0 🚀 [\#80](https://github.com/AtomLinter/linter-htmlhint/pull/80) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 61 | +- Update atom-package-deps to version 4.0.1 🚀 [\#79](https://github.com/AtomLinter/linter-htmlhint/pull/79) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 62 | +- Update eslint-config-airbnb to version 5.0.0 🚀 [\#74](https://github.com/AtomLinter/linter-htmlhint/pull/74) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
27 | 63 | - Update eslint-config-airbnb to version 4.0.0 🚀 [\#71](https://github.com/AtomLinter/linter-htmlhint/pull/71) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
28 | 64 |
|
29 | 65 | ## [v1.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.2) (2016-01-22)
|
30 | 66 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.1...v1.0.2)
|
31 | 67 |
|
| 68 | +**Merged pull requests:** |
| 69 | + |
| 70 | +- Wrong path to htmlhint [\#69](https://github.com/AtomLinter/linter-htmlhint/pull/69) ([AnWeber](https://github.com/AnWeber)) |
| 71 | + |
32 | 72 | ## [v1.0.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.1) (2016-01-22)
|
33 | 73 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.0...v1.0.1)
|
34 | 74 |
|
35 | 75 | **Fixed bugs:**
|
36 | 76 |
|
37 | 77 | - syntax error on document save [\#65](https://github.com/AtomLinter/linter-htmlhint/issues/65)
|
38 | 78 |
|
| 79 | +**Merged pull requests:** |
| 80 | + |
| 81 | +- Use exec instead of execNode [\#68](https://github.com/AtomLinter/linter-htmlhint/pull/68) ([1000ch](https://github.com/1000ch)) |
| 82 | + |
39 | 83 | ## [v1.0.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.0) (2016-01-17)
|
40 | 84 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.3.0...v1.0.0)
|
41 | 85 |
|
|
45 | 89 | - .htmllintrc configuration doesn't work [\#54](https://github.com/AtomLinter/linter-htmlhint/issues/54)
|
46 | 90 | - Install `linter` automatically. [\#32](https://github.com/AtomLinter/linter-htmlhint/issues/32)
|
47 | 91 |
|
| 92 | +**Merged pull requests:** |
| 93 | + |
| 94 | +- Add spec [\#67](https://github.com/AtomLinter/linter-htmlhint/pull/67) ([1000ch](https://github.com/1000ch)) |
| 95 | + |
48 | 96 | ## [v0.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v0.3.0) (2016-01-16)
|
49 | 97 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.2.2...v0.3.0)
|
50 | 98 |
|
| 99 | +**Merged pull requests:** |
| 100 | + |
| 101 | +- rewrite with ES2015 [\#63](https://github.com/AtomLinter/linter-htmlhint/pull/63) ([1000ch](https://github.com/1000ch)) |
| 102 | +- [email protected] untested ⚠️ [\#62 ](https://github.com/AtomLinter/linter-htmlhint/pull/62) ( [greenkeeperio-bot ](https://github.com/greenkeeperio-bot)) |
| 103 | +- Update atom-linter to version 4.3.0 🚀 [\#61](https://github.com/AtomLinter/linter-htmlhint/pull/61) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 104 | + |
51 | 105 | ## [v0.2.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.2.2) (2015-12-30)
|
52 | 106 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.1...v0.2.2)
|
53 | 107 |
|
54 | 108 | **Closed issues:**
|
55 | 109 |
|
56 | 110 | - Broken for XHTML5. [\#58](https://github.com/AtomLinter/linter-htmlhint/issues/58)
|
57 | 111 | - "Doctype must be declared at first" in Web Components / Polymer [\#51](https://github.com/AtomLinter/linter-htmlhint/issues/51)
|
| 112 | +- Unexpected end of file [\#50](https://github.com/AtomLinter/linter-htmlhint/issues/50) |
58 | 113 | - Should not lint .vue files [\#49](https://github.com/AtomLinter/linter-htmlhint/issues/49)
|
59 | 114 | - .htmlhintrc parsing issue [\#48](https://github.com/AtomLinter/linter-htmlhint/issues/48)
|
| 115 | +- Failed to activate the linter-htmlhint package [\#46](https://github.com/AtomLinter/linter-htmlhint/issues/46) |
60 | 116 | - Linting produces false positives with .erb files [\#44](https://github.com/AtomLinter/linter-htmlhint/issues/44)
|
| 117 | +- Automatically parsing PHP files =\> Error [\#42](https://github.com/AtomLinter/linter-htmlhint/issues/42) |
| 118 | +- Error: Unexpected end of input [\#41](https://github.com/AtomLinter/linter-htmlhint/issues/41) |
| 119 | + |
| 120 | +**Merged pull requests:** |
| 121 | + |
| 122 | +- Update atom-linter to version 4.2.0 🚀 [\#60](https://github.com/AtomLinter/linter-htmlhint/pull/60) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 123 | +- Update atom-linter to version 4.1.1 🚀 [\#57](https://github.com/AtomLinter/linter-htmlhint/pull/57) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
61 | 124 |
|
62 | 125 | ## [0.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.2.1) (2015-10-27)
|
63 | 126 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.0...0.2.1)
|
64 | 127 |
|
65 | 128 | **Closed issues:**
|
66 | 129 |
|
| 130 | +- linter-htmlhint comes up while editing a PHP file [\#43](https://github.com/AtomLinter/linter-htmlhint/issues/43) |
67 | 131 | - Linter html markup inside \*.php file [\#35](https://github.com/AtomLinter/linter-htmlhint/issues/35)
|
68 | 132 | - validate on save only, not on the fly [\#34](https://github.com/AtomLinter/linter-htmlhint/issues/34)
|
69 | 133 | - Request: scan hierarchically for .htmlhintrc [\#15](https://github.com/AtomLinter/linter-htmlhint/issues/15)
|
|
77 | 141 | - Object.activate is deprecated. [\#31](https://github.com/AtomLinter/linter-htmlhint/issues/31)
|
78 | 142 | - LinterShellcheck.Linter is deprecated. [\#29](https://github.com/AtomLinter/linter-htmlhint/issues/29)
|
79 | 143 | - LinterHtmlhint.Linter is deprecated. [\#28](https://github.com/AtomLinter/linter-htmlhint/issues/28)
|
| 144 | +- Object.activate is deprecated. [\#27](https://github.com/AtomLinter/linter-htmlhint/issues/27) |
| 145 | + |
| 146 | +**Merged pull requests:** |
| 147 | + |
| 148 | +- Get json instead of text from htmlhint [\#40](https://github.com/AtomLinter/linter-htmlhint/pull/40) ([prosf](https://github.com/prosf)) |
| 149 | +- Added support for handlebars [\#37](https://github.com/AtomLinter/linter-htmlhint/pull/37) ([kayone](https://github.com/kayone)) |
80 | 150 |
|
81 | 151 | ## [0.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.1.1) (2015-08-09)
|
82 | 152 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.1.0...0.1.1)
|
|
86 | 156 |
|
87 | 157 | **Closed issues:**
|
88 | 158 |
|
89 |
| -- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26) |
90 | 159 | - Upcoming linter changes [\#25](https://github.com/AtomLinter/linter-htmlhint/issues/25)
|
91 | 160 |
|
92 | 161 | ## [0.0.17](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.17) (2015-07-01)
|
93 | 162 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.16...0.0.17)
|
94 | 163 |
|
95 | 164 | **Closed issues:**
|
96 | 165 |
|
| 166 | +- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26) |
97 | 167 | - Uncaught TypeError: undefined is not a function [\#24](https://github.com/AtomLinter/linter-htmlhint/issues/24)
|
98 | 168 | - Config.unobserve is deprecated. [\#23](https://github.com/AtomLinter/linter-htmlhint/issues/23)
|
99 | 169 | - Package.getActivationCommands is deprecated. [\#21](https://github.com/AtomLinter/linter-htmlhint/issues/21)
|
100 | 170 | - Package.activateConfig is deprecated. [\#20](https://github.com/AtomLinter/linter-htmlhint/issues/20)
|
101 | 171 | - Package.activateConfig is deprecated. [\#16](https://github.com/AtomLinter/linter-htmlhint/issues/16)
|
| 172 | +- Package.getActivationCommands is deprecated. [\#13](https://github.com/AtomLinter/linter-htmlhint/issues/13) |
102 | 173 |
|
103 | 174 | ## [v0.0.16](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.16) (2015-05-21)
|
104 | 175 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.15...v0.0.16)
|
|
107 | 178 |
|
108 | 179 | - Config.unobserve is deprecated. [\#18](https://github.com/AtomLinter/linter-htmlhint/issues/18)
|
109 | 180 |
|
| 181 | +**Merged pull requests:** |
| 182 | + |
| 183 | +- Fix Config.unobserve deprecation [\#22](https://github.com/AtomLinter/linter-htmlhint/pull/22) ([CarlRosell](https://github.com/CarlRosell)) |
| 184 | + |
110 | 185 | ## [0.0.15](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.15) (2015-05-04)
|
111 | 186 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.15...0.0.15)
|
112 | 187 |
|
|
115 | 190 |
|
116 | 191 | **Closed issues:**
|
117 | 192 |
|
| 193 | +- Package.activateConfig is deprecated. [\#17](https://github.com/AtomLinter/linter-htmlhint/issues/17) |
118 | 194 | - Package.activateConfig is deprecated. [\#12](https://github.com/AtomLinter/linter-htmlhint/issues/12)
|
119 | 195 |
|
| 196 | +**Merged pull requests:** |
| 197 | + |
| 198 | +- This should fix \#12/\#16 and \#13, i. e. "Package.activateConfig is deprec... [\#19](https://github.com/AtomLinter/linter-htmlhint/pull/19) ([d4k0](https://github.com/d4k0)) |
| 199 | + |
120 | 200 | ## [v0.0.13](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.13) (2015-04-14)
|
121 | 201 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.12...v0.0.13)
|
122 | 202 |
|
123 | 203 | **Closed issues:**
|
124 | 204 |
|
125 | 205 | - New Release to Fix Crashing Bug in 0.10 [\#11](https://github.com/AtomLinter/linter-htmlhint/issues/11)
|
126 | 206 |
|
| 207 | +**Merged pull requests:** |
| 208 | + |
| 209 | +- Changed empty string default path to `@cwd`. While the empty path fixed... [\#14](https://github.com/AtomLinter/linter-htmlhint/pull/14) ([johnwebbcole](https://github.com/johnwebbcole)) |
| 210 | + |
127 | 211 | ## [v0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.12) (2015-04-01)
|
128 | 212 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.12...v0.0.12)
|
129 | 213 |
|
130 | 214 | ## [0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.12) (2015-04-01)
|
131 | 215 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...0.0.12)
|
132 | 216 |
|
| 217 | +**Merged pull requests:** |
| 218 | + |
| 219 | +- closes \#9 cannot read property split of `undefined` [\#10](https://github.com/AtomLinter/linter-htmlhint/pull/10) ([basarat](https://github.com/basarat)) |
| 220 | + |
133 | 221 | ## [v0.0.10](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.10) (2015-03-29)
|
134 | 222 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.9...v0.0.10)
|
135 | 223 |
|
| 224 | +**Closed issues:** |
| 225 | + |
| 226 | +- Uncaught TypeError: Cannot read property 'split' of undefined [\#9](https://github.com/AtomLinter/linter-htmlhint/issues/9) |
| 227 | + |
136 | 228 | ## [v0.0.9](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.9) (2015-03-24)
|
137 | 229 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.8...v0.0.9)
|
138 | 230 |
|
| 231 | +**Closed issues:** |
| 232 | + |
| 233 | +- Linter say \< \> must be escaped [\#4](https://github.com/AtomLinter/linter-htmlhint/issues/4) |
| 234 | +- Support for templating languages [\#3](https://github.com/AtomLinter/linter-htmlhint/issues/3) |
| 235 | +- can't publish it [\#2](https://github.com/AtomLinter/linter-htmlhint/issues/2) |
| 236 | + |
| 237 | +**Merged pull requests:** |
| 238 | + |
| 239 | +- Revert "Revert "Allow customizable path and filename for .htmlhintrc"" [\#8](https://github.com/AtomLinter/linter-htmlhint/pull/8) ([hd-deman](https://github.com/hd-deman)) |
| 240 | +- Revert "Allow customizable path and filename for .htmlhintrc" [\#7](https://github.com/AtomLinter/linter-htmlhint/pull/7) ([hd-deman](https://github.com/hd-deman)) |
| 241 | +- Allow customizable path and filename for .htmlhintrc [\#6](https://github.com/AtomLinter/linter-htmlhint/pull/6) ([jacobsmith](https://github.com/jacobsmith)) |
| 242 | + |
139 | 243 | ## [v0.0.8](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.8) (2014-09-06)
|
140 | 244 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.6...v0.0.8)
|
141 | 245 |
|
|
152 | 256 | [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.2...v0.0.3)
|
153 | 257 |
|
154 | 258 | ## [v0.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.2) (2014-09-06)
|
| 259 | +**Merged pull requests:** |
| 260 | + |
| 261 | +- A linter-htmlhint created from linter-jshint [\#1](https://github.com/AtomLinter/linter-htmlhint/pull/1) ([johnwebbcole](https://github.com/johnwebbcole)) |
| 262 | + |
155 | 263 |
|
156 | 264 |
|
157 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 265 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments