- Remove support for legacy linter APIs
- Add a button to open developer console on Linter error messages
- Include
description
in message key (when string rather than promise) - Fix a bug where linter messages (file-scoped) would disappear when same buffer is opened in two editors and one of them is closed
linter:debug
overhaul with more debug information- Add
linterName
support to messages API v2 (Thanks @hansonw from Facebook)
- Hotfix release for a regression introduced in last version (sorry everyone)
- Add
disabledProviders
config that tracks the list of disabled linter providers - Enhance linter provider error message to include opening instructions for dev tools
- Hotfix release for a regression introduced in last version
- Unset no longer available v1 configs
- Make
linter.name
optional for v1 again - Do not show Linter v2 for greeter for new installations
- Fix a bug where disabling and reenabling
linter-ui-default
would not add previously existent issues to the UI
- Add support for Legacy Indie Providers v1
- Move docs to GitHub pages, docs can now be found at
steelbrain.me/linter
- Rewrite entire package
- Add support for Linter Messages v2
- Add support for Indie Providers v2
- Drop support for Indie Providers v1
See the CHANGELOG for Pre v2.0 at v1 CHANGELOG