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

Commit 19b0e5a

Browse files
committed
Prepare v1.4.0 release
1 parent aebf50e commit 19b0e5a

File tree

4 files changed

+53
-7
lines changed

4 files changed

+53
-7
lines changed

.github_changelog_generator

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
unreleased=true
2+
future-release=v1.4.0
3+
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
22
.DS_Store
3-
.github_changelog_generator

CHANGELOG.md

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

3+
## [v1.4.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.4.0) (2017-10-28)
4+
5+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.4...v1.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Templates with PHP [\#168](https://github.com/AtomLinter/linter-htmlhint/issues/168)
10+
- Only modify PHP files [\#169](https://github.com/AtomLinter/linter-htmlhint/pull/169) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Add experimental PHP support [\#167](https://github.com/AtomLinter/linter-htmlhint/pull/167) ([jakewtaylor](https://github.com/jakewtaylor))
12+
313
## [v1.3.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.4) (2017-09-22)
14+
415
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.3...v1.3.4)
516

617
**Implemented enhancements:**
@@ -19,13 +30,15 @@
1930
- Update Travis CI configuration [\#161](https://github.com/AtomLinter/linter-htmlhint/pull/161) ([Arcanemagus](https://github.com/Arcanemagus))
2031

2132
## [v1.3.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.3) (2017-03-30)
33+
2234
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.2...v1.3.3)
2335

2436
**Fixed bugs:**
2537

2638
- Don't lint html.erb and html.ruby scopes [\#154](https://github.com/AtomLinter/linter-htmlhint/pull/154) ([ricardograca](https://github.com/ricardograca))
2739

2840
## [v1.3.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.2) (2017-02-23)
41+
2942
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.1...v1.3.2)
3043

3144
**Implemented enhancements:**
@@ -35,6 +48,7 @@
3548
- Update tiny-promisify to version 1.0.0 🚀 [\#147](https://github.com/AtomLinter/linter-htmlhint/pull/147) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
3649

3750
## [v1.3.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.1) (2016-10-17)
51+
3852
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.0...v1.3.1)
3953

4054
**Implemented enhancements:**
@@ -54,6 +68,7 @@
5468
- Update CI configuration [\#144](https://github.com/AtomLinter/linter-htmlhint/pull/144) ([Arcanemagus](https://github.com/Arcanemagus))
5569

5670
## [v1.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.0) (2016-07-26)
71+
5772
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.2.1...v1.3.0)
5873

5974
**Implemented enhancements:**
@@ -74,13 +89,15 @@
7489
- Remove Handlebars support [\#116](https://github.com/AtomLinter/linter-htmlhint/pull/116) ([Arcanemagus](https://github.com/Arcanemagus))
7590

7691
## [v1.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.1) (2016-06-17)
92+
7793
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.2.0...v1.2.1)
7894

7995
**Implemented enhancements:**
8096

8197
- Update htmlhint to v0.9.13 [\#118](https://github.com/AtomLinter/linter-htmlhint/pull/118) ([Arcanemagus](https://github.com/Arcanemagus))
8298

8399
## [v1.2.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.0) (2016-06-13)
100+
84101
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.4...v1.2.0)
85102

86103
**Implemented enhancements:**
@@ -92,9 +109,11 @@
92109
- Update eslint-config-airbnb-base to version 2.0.0 🚀 [\#106](https://github.com/AtomLinter/linter-htmlhint/pull/106) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
93110

94111
## [v1.1.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.4) (2016-04-21)
112+
95113
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.3...v1.1.4)
96114

97115
## [v1.1.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.3) (2016-04-19)
116+
98117
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.2...v1.1.3)
99118

100119
**Implemented enhancements:**
@@ -106,6 +125,7 @@
106125
- Warning: SyntaxError: Unexpected end of input [\#99](https://github.com/AtomLinter/linter-htmlhint/issues/99)
107126

108127
## [v1.1.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.2) (2016-04-12)
128+
109129
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.1...v1.1.2)
110130

111131
**Implemented enhancements:**
@@ -114,9 +134,11 @@
114134
- 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))
115135

116136
## [v1.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.1) (2016-03-27)
137+
117138
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.0...v1.1.1)
118139

119140
## [v1.1.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.0) (2016-03-13)
141+
120142
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.3...v1.1.0)
121143

122144
**Implemented enhancements:**
@@ -130,6 +152,7 @@
130152
- SyntaxError: Unexpected end of input on large files [\#72](https://github.com/AtomLinter/linter-htmlhint/issues/72)
131153

132154
## [v1.0.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.3) (2016-02-22)
155+
133156
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.2...v1.0.3)
134157

135158
**Implemented enhancements:**
@@ -144,13 +167,15 @@
144167
- 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))
145168

146169
## [v1.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.2) (2016-01-22)
170+
147171
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.1...v1.0.2)
148172

149173
**Fixed bugs:**
150174

151175
- Wrong path to htmlhint [\#69](https://github.com/AtomLinter/linter-htmlhint/pull/69) ([AnWeber](https://github.com/AnWeber))
152176

153177
## [v1.0.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.1) (2016-01-22)
178+
154179
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.0...v1.0.1)
155180

156181
**Fixed bugs:**
@@ -159,6 +184,7 @@
159184
- Use exec instead of execNode [\#68](https://github.com/AtomLinter/linter-htmlhint/pull/68) ([1000ch](https://github.com/1000ch))
160185

161186
## [v1.0.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.0) (2016-01-17)
187+
162188
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.3.0...v1.0.0)
163189

164190
**Implemented enhancements:**
@@ -168,6 +194,7 @@
168194
- Add spec [\#67](https://github.com/AtomLinter/linter-htmlhint/pull/67) ([1000ch](https://github.com/1000ch))
169195

170196
## [v0.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v0.3.0) (2016-01-16)
197+
171198
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.2.2...v0.3.0)
172199

173200
**Implemented enhancements:**
@@ -177,6 +204,7 @@
177204
- Update atom-linter to version 4.3.0 🚀 [\#61](https://github.com/AtomLinter/linter-htmlhint/pull/61) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
178205

179206
## [v0.2.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.2.2) (2015-12-30)
207+
180208
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.1...v0.2.2)
181209

182210
**Implemented enhancements:**
@@ -190,9 +218,11 @@
190218
- Error: Unexpected end of input [\#41](https://github.com/AtomLinter/linter-htmlhint/issues/41)
191219

192220
## [0.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.2.1) (2015-10-27)
221+
193222
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.0...0.2.1)
194223

195224
## [0.2.0](https://github.com/AtomLinter/linter-htmlhint/tree/0.2.0) (2015-10-23)
225+
196226
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.1.1...0.2.0)
197227

198228
**Implemented enhancements:**
@@ -205,24 +235,28 @@
205235
- Get json instead of text from htmlhint [\#40](https://github.com/AtomLinter/linter-htmlhint/pull/40) ([prosf](https://github.com/prosf))
206236

207237
## [0.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.1.1) (2015-08-09)
238+
208239
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.1.0...0.1.1)
209240

210241
## [0.1.0](https://github.com/AtomLinter/linter-htmlhint/tree/0.1.0) (2015-07-23)
242+
211243
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.17...0.1.0)
212244

213245
**Fixed bugs:**
214246

247+
- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26)
215248
- Upcoming linter changes [\#25](https://github.com/AtomLinter/linter-htmlhint/issues/25)
216249

217250
## [0.0.17](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.17) (2015-07-01)
251+
218252
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.16...0.0.17)
219253

220254
**Fixed bugs:**
221255

222-
- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26)
223256
- Package.getActivationCommands is deprecated. [\#13](https://github.com/AtomLinter/linter-htmlhint/issues/13)
224257

225258
## [v0.0.16](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.16) (2015-05-21)
259+
226260
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.15...v0.0.16)
227261

228262
**Fixed bugs:**
@@ -231,6 +265,7 @@
231265
- Fix Config.unobserve deprecation [\#22](https://github.com/AtomLinter/linter-htmlhint/pull/22) ([CarlRosell](https://github.com/CarlRosell))
232266

233267
## [v0.0.15](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.15) (2015-05-04)
268+
234269
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.13...v0.0.15)
235270

236271
**Fixed bugs:**
@@ -239,6 +274,7 @@
239274
- 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))
240275

241276
## [v0.0.13](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.13) (2015-04-14)
277+
242278
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.12...v0.0.13)
243279

244280
**Fixed bugs:**
@@ -247,20 +283,20 @@
247283
- 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))
248284

249285
## [v0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.12) (2015-04-01)
286+
250287
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...v0.0.12)
251288

252289
**Fixed bugs:**
253290

291+
- Uncaught TypeError: Cannot read property 'split' of undefined [\#9](https://github.com/AtomLinter/linter-htmlhint/issues/9)
254292
- closes \#9 cannot read property split of `undefined` [\#10](https://github.com/AtomLinter/linter-htmlhint/pull/10) ([basarat](https://github.com/basarat))
255293

256294
## [v0.0.10](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.10) (2015-03-29)
257-
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.9...v0.0.10)
258295

259-
**Fixed bugs:**
260-
261-
- Uncaught TypeError: Cannot read property 'split' of undefined [\#9](https://github.com/AtomLinter/linter-htmlhint/issues/9)
296+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.9...v0.0.10)
262297

263298
## [v0.0.9](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.9) (2015-03-24)
299+
264300
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.8...v0.0.9)
265301

266302
**Implemented enhancements:**
@@ -273,21 +309,29 @@
273309
- Revert "Allow customizable path and filename for .htmlhintrc" [\#7](https://github.com/AtomLinter/linter-htmlhint/pull/7) ([hd-deman](https://github.com/hd-deman))
274310

275311
## [v0.0.8](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.8) (2014-09-06)
312+
276313
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.6...v0.0.8)
277314

278315
## [v0.0.6](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.6) (2014-09-06)
316+
279317
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.5...v0.0.6)
280318

281319
## [v0.0.5](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.5) (2014-09-06)
320+
282321
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.4...v0.0.5)
283322

284323
## [v0.0.4](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.4) (2014-09-06)
324+
285325
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.3...v0.0.4)
286326

287327
## [v0.0.3](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.3) (2014-09-06)
328+
288329
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.2...v0.0.3)
289330

290331
## [v0.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.2) (2014-09-06)
332+
333+
[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/2e90445e75b8fc90eb56f9b17f05eac2200bb770...v0.0.2)
334+
291335
**Implemented enhancements:**
292336

293337
- A linter-htmlhint created from linter-jshint [\#1](https://github.com/AtomLinter/linter-htmlhint/pull/1) ([johnwebbcole](https://github.com/johnwebbcole))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linter-htmlhint",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"private": true,
55
"description": "A plugin for Atom Linter providing an interface to HTMLHint.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)