This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8dead5
commit 0accb31
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/AtomLinter/atom-linter-pug/compare/v1.3.1...v2.0.0) (2018-01-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **package:** update atom-linter to version 10.0.0 ([#13](https://github.com/AtomLinter/atom-linter-pug/issues/13)) ([d23391a](https://github.com/AtomLinter/atom-linter-pug/commit/d23391a)) | ||
* slight grammar fix in warning message ([5702ee3](https://github.com/AtomLinter/atom-linter-pug/commit/5702ee3)) | ||
|
||
|
||
### Features | ||
|
||
* update to Linter v2 API ([2d9798a](https://github.com/AtomLinter/atom-linter-pug/commit/2d9798a)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* decaffeinate the provider and defer dependencies ([3f607fc](https://github.com/AtomLinter/atom-linter-pug/commit/3f607fc)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* The `executablePath` setting has been removed and is no longer | ||
available. `linter-pug` will now use your project's local `pug-lint` | ||
when one can be found using the standard `require.resolve` | ||
implementation. If one can't be found local to your project then the | ||
bundled one will be used as a fallback. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters