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

Add a CHANGELOG.md #54

Merged
merged 1 commit into from
Oct 7, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<a name="1.1.0"></a>
# [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

<a name="1.0.7"></a>
## [1.0.7](https://github.com/AtomLinter/linter-csslint/compare/v1.0.6...v1.0.7) (2015-10-01)
* Specify the linter name

<a name="1.0.6"></a>
## [1.0.6](https://github.com/AtomLinter/linter-csslint/compare/v1.0.5...v1.0.6) (2015-09-25)
* Automatically install `linter`

<a name="1.0.3"></a>
## [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

<a name="1.0.2"></a>
## [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

<a name="1.0.1"></a>
## [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

<a name="1.0.0"></a>
# [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

<a name="0.0.14"></a>
## [0.0.14](https://github.com/AtomLinter/linter-csslint/compare/v0.0.13...v0.0.14) (2015-06-27)
* Remove `isNodeExecutable`

<a name="0.0.13"></a>
## [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`

<a name="0.0.12"></a>
## [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

<a name="0.0.11"></a>
## [0.0.11](https://github.com/AtomLinter/linter-csslint/compare/v0.0.10...v0.0.11) (2014-08-13)
* Add donation link

<a name="0.0.10"></a>
## [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`

<a name="0.0.9"></a>
## [0.0.9](https://github.com/AtomLinter/linter-csslint/compare/v0.0.8...v0.0.9) (2014-05-10)
* Fix path (again)

<a name="0.0.8"></a>
## [0.0.8](https://github.com/AtomLinter/linter-csslint/compare/v0.0.7...v0.0.8) (2014-05-10)
* Extend constructor

<a name="0.0.7"></a>
## [0.0.7](https://github.com/AtomLinter/linter-csslint/compare/v0.0.6...v0.0.7) (2014-05-10)
* Log to console on activation

<a name="0.0.6"></a>
## [0.0.6](https://github.com/AtomLinter/linter-csslint/compare/v0.0.5...v0.0.6) (2014-05-10)
* Remove `activationEvents`

<a name="0.0.4"></a>
## [0.0.4](https://github.com/AtomLinter/linter-csslint/compare/v0.0.3...v0.0.4) (2014-05-08)
* Fix executable path

<a name="0.0.3"></a>
## [0.0.3](https://github.com/AtomLinter/linter-csslint/compare/v0.0.2...v0.0.3) (2014-05-08)
* Update package description

<a name="0.0.2"></a>
## [0.0.2](https://github.com/AtomLinter/linter-csslint/compare/v0.0.1...v0.0.2) (2014-05-08)
* Bugfix

<a name="0.0.1"></a>
## 0.0.1 (2014-05-07)
* Initial version