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 6
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
844dc26
commit 5e75060
Showing
2 changed files
with
19 additions
and
7 deletions.
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 |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# Changelog | ||
|
||
## 2.0.0 | ||
|
||
* Rewrite to handle Linter v2, now works as a Linter "UI" instead of hooking | ||
into the Linter internals, which should make it forwards compatible. | ||
* Also updates some conventions with regards to the Minimap consumer | ||
* Add specs and CI to ensure things stay working | ||
|
||
## 1.0.0 | ||
* (fix) Plugin activation/deactivation | ||
* (feat) Support for info markers | ||
* (feat) Marker style configuration | ||
|
||
* (fix) Plugin activation/deactivation | ||
* (feat) Support for info markers | ||
* (feat) Marker style configuration | ||
|
||
## 0.1.0 - First Release | ||
* Every feature added | ||
* Every bug fixed | ||
* TODO: tests | ||
|
||
* Every feature added | ||
* Every bug fixed | ||
* TODO: tests |
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