diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..f66920e --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,3 @@ +unreleased=true +future-release=v1.4.0 +exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce diff --git a/.gitignore b/.gitignore index 944699b..fd4f2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ node_modules .DS_Store -.github_changelog_generator diff --git a/CHANGELOG.md b/CHANGELOG.md index 5680957..4a577e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log +## [v1.4.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.4.0) (2017-10-28) + +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.4...v1.4.0) + +**Implemented enhancements:** + +- Templates with PHP [\#168](https://github.com/AtomLinter/linter-htmlhint/issues/168) +- Only modify PHP files [\#169](https://github.com/AtomLinter/linter-htmlhint/pull/169) ([Arcanemagus](https://github.com/Arcanemagus)) +- Add experimental PHP support [\#167](https://github.com/AtomLinter/linter-htmlhint/pull/167) ([jakewtaylor](https://github.com/jakewtaylor)) + ## [v1.3.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.4) (2017-09-22) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.3...v1.3.4) **Implemented enhancements:** @@ -19,6 +30,7 @@ - Update Travis CI configuration [\#161](https://github.com/AtomLinter/linter-htmlhint/pull/161) ([Arcanemagus](https://github.com/Arcanemagus)) ## [v1.3.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.3) (2017-03-30) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.2...v1.3.3) **Fixed bugs:** @@ -26,6 +38,7 @@ - Don't lint html.erb and html.ruby scopes [\#154](https://github.com/AtomLinter/linter-htmlhint/pull/154) ([ricardograca](https://github.com/ricardograca)) ## [v1.3.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.2) (2017-02-23) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.1...v1.3.2) **Implemented enhancements:** @@ -35,6 +48,7 @@ - Update tiny-promisify to version 1.0.0 🚀 [\#147](https://github.com/AtomLinter/linter-htmlhint/pull/147) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) ## [v1.3.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.1) (2016-10-17) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.3.0...v1.3.1) **Implemented enhancements:** @@ -54,6 +68,7 @@ - Update CI configuration [\#144](https://github.com/AtomLinter/linter-htmlhint/pull/144) ([Arcanemagus](https://github.com/Arcanemagus)) ## [v1.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.3.0) (2016-07-26) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.2.1...v1.3.0) **Implemented enhancements:** @@ -74,6 +89,7 @@ - Remove Handlebars support [\#116](https://github.com/AtomLinter/linter-htmlhint/pull/116) ([Arcanemagus](https://github.com/Arcanemagus)) ## [v1.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.1) (2016-06-17) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.2.0...v1.2.1) **Implemented enhancements:** @@ -81,6 +97,7 @@ - Update htmlhint to v0.9.13 [\#118](https://github.com/AtomLinter/linter-htmlhint/pull/118) ([Arcanemagus](https://github.com/Arcanemagus)) ## [v1.2.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.2.0) (2016-06-13) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.4...v1.2.0) **Implemented enhancements:** @@ -92,9 +109,11 @@ - 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)) ## [v1.1.4](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.4) (2016-04-21) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.3...v1.1.4) ## [v1.1.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.3) (2016-04-19) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.2...v1.1.3) **Implemented enhancements:** @@ -106,6 +125,7 @@ - Warning: SyntaxError: Unexpected end of input [\#99](https://github.com/AtomLinter/linter-htmlhint/issues/99) ## [v1.1.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.2) (2016-04-12) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.1...v1.1.2) **Implemented enhancements:** @@ -114,9 +134,11 @@ - 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)) ## [v1.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.1) (2016-03-27) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.1.0...v1.1.1) ## [v1.1.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.1.0) (2016-03-13) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.3...v1.1.0) **Implemented enhancements:** @@ -130,6 +152,7 @@ - SyntaxError: Unexpected end of input on large files [\#72](https://github.com/AtomLinter/linter-htmlhint/issues/72) ## [v1.0.3](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.3) (2016-02-22) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.2...v1.0.3) **Implemented enhancements:** @@ -144,6 +167,7 @@ - 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)) ## [v1.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.2) (2016-01-22) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.1...v1.0.2) **Fixed bugs:** @@ -151,6 +175,7 @@ - Wrong path to htmlhint [\#69](https://github.com/AtomLinter/linter-htmlhint/pull/69) ([AnWeber](https://github.com/AnWeber)) ## [v1.0.1](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.1) (2016-01-22) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v1.0.0...v1.0.1) **Fixed bugs:** @@ -159,6 +184,7 @@ - Use exec instead of execNode [\#68](https://github.com/AtomLinter/linter-htmlhint/pull/68) ([1000ch](https://github.com/1000ch)) ## [v1.0.0](https://github.com/AtomLinter/linter-htmlhint/tree/v1.0.0) (2016-01-17) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.3.0...v1.0.0) **Implemented enhancements:** @@ -168,6 +194,7 @@ - Add spec [\#67](https://github.com/AtomLinter/linter-htmlhint/pull/67) ([1000ch](https://github.com/1000ch)) ## [v0.3.0](https://github.com/AtomLinter/linter-htmlhint/tree/v0.3.0) (2016-01-16) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.2.2...v0.3.0) **Implemented enhancements:** @@ -177,6 +204,7 @@ - Update atom-linter to version 4.3.0 🚀 [\#61](https://github.com/AtomLinter/linter-htmlhint/pull/61) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) ## [v0.2.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.2.2) (2015-12-30) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.1...v0.2.2) **Implemented enhancements:** @@ -190,9 +218,11 @@ - Error: Unexpected end of input [\#41](https://github.com/AtomLinter/linter-htmlhint/issues/41) ## [0.2.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.2.1) (2015-10-27) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.2.0...0.2.1) ## [0.2.0](https://github.com/AtomLinter/linter-htmlhint/tree/0.2.0) (2015-10-23) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.1.1...0.2.0) **Implemented enhancements:** @@ -205,24 +235,28 @@ - Get json instead of text from htmlhint [\#40](https://github.com/AtomLinter/linter-htmlhint/pull/40) ([prosf](https://github.com/prosf)) ## [0.1.1](https://github.com/AtomLinter/linter-htmlhint/tree/0.1.1) (2015-08-09) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.1.0...0.1.1) ## [0.1.0](https://github.com/AtomLinter/linter-htmlhint/tree/0.1.0) (2015-07-23) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/0.0.17...0.1.0) **Fixed bugs:** +- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26) - Upcoming linter changes [\#25](https://github.com/AtomLinter/linter-htmlhint/issues/25) ## [0.0.17](https://github.com/AtomLinter/linter-htmlhint/tree/0.0.17) (2015-07-01) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.16...0.0.17) **Fixed bugs:** -- Not working? [\#26](https://github.com/AtomLinter/linter-htmlhint/issues/26) - Package.getActivationCommands is deprecated. [\#13](https://github.com/AtomLinter/linter-htmlhint/issues/13) ## [v0.0.16](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.16) (2015-05-21) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.15...v0.0.16) **Fixed bugs:** @@ -231,6 +265,7 @@ - Fix Config.unobserve deprecation [\#22](https://github.com/AtomLinter/linter-htmlhint/pull/22) ([CarlRosell](https://github.com/CarlRosell)) ## [v0.0.15](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.15) (2015-05-04) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.13...v0.0.15) **Fixed bugs:** @@ -239,6 +274,7 @@ - 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)) ## [v0.0.13](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.13) (2015-04-14) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.12...v0.0.13) **Fixed bugs:** @@ -247,20 +283,20 @@ - 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)) ## [v0.0.12](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.12) (2015-04-01) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.10...v0.0.12) **Fixed bugs:** +- Uncaught TypeError: Cannot read property 'split' of undefined [\#9](https://github.com/AtomLinter/linter-htmlhint/issues/9) - closes \#9 cannot read property split of `undefined` [\#10](https://github.com/AtomLinter/linter-htmlhint/pull/10) ([basarat](https://github.com/basarat)) ## [v0.0.10](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.10) (2015-03-29) -[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.9...v0.0.10) -**Fixed bugs:** - -- Uncaught TypeError: Cannot read property 'split' of undefined [\#9](https://github.com/AtomLinter/linter-htmlhint/issues/9) +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.9...v0.0.10) ## [v0.0.9](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.9) (2015-03-24) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.8...v0.0.9) **Implemented enhancements:** @@ -273,21 +309,29 @@ - Revert "Allow customizable path and filename for .htmlhintrc" [\#7](https://github.com/AtomLinter/linter-htmlhint/pull/7) ([hd-deman](https://github.com/hd-deman)) ## [v0.0.8](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.8) (2014-09-06) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.6...v0.0.8) ## [v0.0.6](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.6) (2014-09-06) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.5...v0.0.6) ## [v0.0.5](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.5) (2014-09-06) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.4...v0.0.5) ## [v0.0.4](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.4) (2014-09-06) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.3...v0.0.4) ## [v0.0.3](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.3) (2014-09-06) + [Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/v0.0.2...v0.0.3) ## [v0.0.2](https://github.com/AtomLinter/linter-htmlhint/tree/v0.0.2) (2014-09-06) + +[Full Changelog](https://github.com/AtomLinter/linter-htmlhint/compare/2e90445e75b8fc90eb56f9b17f05eac2200bb770...v0.0.2) + **Implemented enhancements:** - A linter-htmlhint created from linter-jshint [\#1](https://github.com/AtomLinter/linter-htmlhint/pull/1) ([johnwebbcole](https://github.com/johnwebbcole)) diff --git a/package.json b/package.json index 23a7fa8..538e6a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linter-htmlhint", - "version": "1.3.4", + "version": "1.4.0", "private": true, "description": "A plugin for Atom Linter providing an interface to HTMLHint.", "main": "lib/index.js",