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

Commit 648715b

Browse files
committed
Update changelog
1 parent d654311 commit 648715b

File tree

1 file changed

+110
-2
lines changed

1 file changed

+110
-2
lines changed

CHANGELOG.md

Lines changed: 110 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Change Log
22

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+
329
## [v1.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.1) (2016-03-27)
430
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.0...v1.1.1)
531

@@ -17,25 +43,43 @@
1743
**Merged pull requests:**
1844

1945
- 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))
2047

2148
## [v1.0.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.3) (2016-02-22)
2249
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.2...v1.0.3)
2350

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+
2455
**Merged pull requests:**
2556

57+
- Fix lint errors [\#84](https://github.com/AtomLinter/linter-htmlhint/pull/84) ([1000ch](https://github.com/1000ch))
2658
- 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))
2763
- 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))
2864

2965
## [v1.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.2) (2016-01-22)
3066
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.1...v1.0.2)
3167

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+
3272
## [v1.0.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.1) (2016-01-22)
3373
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.0...v1.0.1)
3474

3575
**Fixed bugs:**
3676

3777
- syntax error on document save [\#65](https://github.com/AtomLinter/linter-htmlhint/issues/65)
3878

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+
3983
## [v1.0.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.0) (2016-01-17)
4084
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.3.0...v1.0.0)
4185

@@ -45,25 +89,45 @@
4589
- .htmllintrc configuration doesn't work [\#54](https://github.com/AtomLinter/linter-htmlhint/issues/54)
4690
- Install `linter` automatically. [\#32](https://github.com/AtomLinter/linter-htmlhint/issues/32)
4791

92+
**Merged pull requests:**
93+
94+
- Add spec [\#67](https://github.com/AtomLinter/linter-htmlhint/pull/67) ([1000ch](https://github.com/1000ch))
95+
4896
## [v0.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v0.3.0) (2016-01-16)
4997
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.2.2...v0.3.0)
5098

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+
51105
## [v0.2.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.2.2) (2015-12-30)
52106
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.1...v0.2.2)
53107

54108
**Closed issues:**
55109

56110
- Broken for XHTML5. [\#58](https://github.com/AtomLinter/linter-htmlhint/issues/58)
57111
- "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)
58113
- Should not lint .vue files [\#49](https://github.com/AtomLinter/linter-htmlhint/issues/49)
59114
- .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)
60116
- 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))
61124

62125
## [0.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.2.1) (2015-10-27)
63126
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.0...0.2.1)
64127

65128
**Closed issues:**
66129

130+
- linter-htmlhint comes up while editing a PHP file [\#43](https://github.com/AtomLinter/linter-htmlhint/issues/43)
67131
- Linter html markup inside \*.php file [\#35](https://github.com/AtomLinter/linter-htmlhint/issues/35)
68132
- validate on save only, not on the fly [\#34](https://github.com/AtomLinter/linter-htmlhint/issues/34)
69133
- Request: scan hierarchically for .htmlhintrc [\#15](https://github.com/AtomLinter/linter-htmlhint/issues/15)
@@ -77,6 +141,12 @@
77141
- Object.activate is deprecated. [\#31](https://github.com/AtomLinter/linter-htmlhint/issues/31)
78142
- LinterShellcheck.Linter is deprecated. [\#29](https://github.com/AtomLinter/linter-htmlhint/issues/29)
79143
- 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))
80150

81151
## [0.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.1.1) (2015-08-09)
82152
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.1.0...0.1.1)
@@ -86,19 +156,20 @@
86156

87157
**Closed issues:**
88158

89-
- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26)
90159
- Upcoming linter changes [\#25](https://github.com/AtomLinter/linter-htmlhint/issues/25)
91160

92161
## [0.0.17](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.17) (2015-07-01)
93162
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.16...0.0.17)
94163

95164
**Closed issues:**
96165

166+
- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26)
97167
- Uncaught TypeError: undefined is not a function [\#24](https://github.com/AtomLinter/linter-htmlhint/issues/24)
98168
- Config.unobserve is deprecated. [\#23](https://github.com/AtomLinter/linter-htmlhint/issues/23)
99169
- Package.getActivationCommands is deprecated. [\#21](https://github.com/AtomLinter/linter-htmlhint/issues/21)
100170
- Package.activateConfig is deprecated. [\#20](https://github.com/AtomLinter/linter-htmlhint/issues/20)
101171
- 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)
102173

103174
## [v0.0.16](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.16) (2015-05-21)
104175
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.15...v0.0.16)
@@ -107,6 +178,10 @@
107178

108179
- Config.unobserve is deprecated. [\#18](https://github.com/AtomLinter/linter-htmlhint/issues/18)
109180

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+
110185
## [0.0.15](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.15) (2015-05-04)
111186
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.15...0.0.15)
112187

@@ -115,27 +190,56 @@
115190

116191
**Closed issues:**
117192

193+
- Package.activateConfig is deprecated. [\#17](https://github.com/AtomLinter/linter-htmlhint/issues/17)
118194
- Package.activateConfig is deprecated. [\#12](https://github.com/AtomLinter/linter-htmlhint/issues/12)
119195

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+
120200
## [v0.0.13](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.13) (2015-04-14)
121201
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.12...v0.0.13)
122202

123203
**Closed issues:**
124204

125205
- New Release to Fix Crashing Bug in 0.10 [\#11](https://github.com/AtomLinter/linter-htmlhint/issues/11)
126206

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+
127211
## [v0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.12) (2015-04-01)
128212
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.12...v0.0.12)
129213

130214
## [0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.12) (2015-04-01)
131215
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...0.0.12)
132216

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+
133221
## [v0.0.10](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.10) (2015-03-29)
134222
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.9...v0.0.10)
135223

224+
**Closed issues:**
225+
226+
- Uncaught TypeError: Cannot read property 'split' of undefined [\#9](https://github.com/AtomLinter/linter-htmlhint/issues/9)
227+
136228
## [v0.0.9](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.9) (2015-03-24)
137229
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.8...v0.0.9)
138230

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+
139243
## [v0.0.8](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.8) (2014-09-06)
140244
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.6...v0.0.8)
141245

@@ -152,6 +256,10 @@
152256
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.2...v0.0.3)
153257

154258
## [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+
155263

156264

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

Comments
 (0)