From ea77aa8b416650d6dc35f02fe14872d05b6a19aa Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Wed, 7 Oct 2015 10:21:49 -0700 Subject: [PATCH] Add a CHANGELOG.md --- CHANGELOG.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aba712b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,82 @@ + +# [1.1.0](https://github.com/AtomLinter/linter-csslint/compare/v1.0.7...v1.1.0) (2015-10-07) +* Specify the current directory to the run environment + + +## [1.0.7](https://github.com/AtomLinter/linter-csslint/compare/v1.0.6...v1.0.7) (2015-10-01) +* Specify the linter name + + +## [1.0.6](https://github.com/AtomLinter/linter-csslint/compare/v1.0.5...v1.0.6) (2015-09-25) +* Automatically install `linter` + + +## [1.0.3](https://github.com/AtomLinter/linter-csslint/compare/v1.0.2...v1.0.3) (2015-08-07) +* Set defaults for all message parameters + + +## [1.0.2](https://github.com/AtomLinter/linter-csslint/compare/v1.0.1...v1.0.2) (2015-08-06) +* Handle error messages with no line specified + + +## [1.0.1](https://github.com/AtomLinter/linter-csslint/compare/v1.0.0...v1.0.1) (2015-08-06) +* Attempt to fix installation issues with the custom `csslint` fork + + +# [1.0.0](https://github.com/AtomLinter/linter-csslint/compare/v0.0.14...v1.0.0) (2015-08-05) +* Complete re-write for the new `linter` API + + +## [0.0.14](https://github.com/AtomLinter/linter-csslint/compare/v0.0.13...v0.0.14) (2015-06-27) +* Remove `isNodeExecutable` + + +## [0.0.13](https://github.com/AtomLinter/linter-csslint/compare/v0.0.12...v0.0.13) (2015-05-21) +* Remove empty `activationCommands` +* Dispose of config subscriptions instead of using `atom.config.unobserve` + + +## [0.0.12](https://github.com/AtomLinter/linter-csslint/compare/v0.0.11...v0.0.12) (2015-05-01) +* Use `activationCommands` instead of `activationEvents` +* Update `config` schema + + +## [0.0.11](https://github.com/AtomLinter/linter-csslint/compare/v0.0.10...v0.0.11) (2014-08-13) +* Add donation link + + +## [0.0.10](https://github.com/AtomLinter/linter-csslint/compare/v0.0.9...v0.0.10) (2014-06-15) +* Fix README.md typo +* Specify `isNodeExecutable` + + +## [0.0.9](https://github.com/AtomLinter/linter-csslint/compare/v0.0.8...v0.0.9) (2014-05-10) +* Fix path (again) + + +## [0.0.8](https://github.com/AtomLinter/linter-csslint/compare/v0.0.7...v0.0.8) (2014-05-10) +* Extend constructor + + +## [0.0.7](https://github.com/AtomLinter/linter-csslint/compare/v0.0.6...v0.0.7) (2014-05-10) +* Log to console on activation + + +## [0.0.6](https://github.com/AtomLinter/linter-csslint/compare/v0.0.5...v0.0.6) (2014-05-10) +* Remove `activationEvents` + + +## [0.0.4](https://github.com/AtomLinter/linter-csslint/compare/v0.0.3...v0.0.4) (2014-05-08) +* Fix executable path + + +## [0.0.3](https://github.com/AtomLinter/linter-csslint/compare/v0.0.2...v0.0.3) (2014-05-08) +* Update package description + + +## [0.0.2](https://github.com/AtomLinter/linter-csslint/compare/v0.0.1...v0.0.2) (2014-05-08) +* Bugfix + + +## 0.0.1 (2014-05-07) +* Initial version