This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Releases: AtomLinter/atom-minimap-linter
Releases · AtomLinter/atom-minimap-linter
v2.2.2
v2.2.1
v2.2.0
v2.1.3
- Clarify the README a bit
v2.1.2
- Update message format for
[email protected]
(#30)
v2.1.1
v2.1.0
v2.0.2
- Guard against minimap losing its association with a
TextEditor
.
v2.0.1
- Fixed a bug with multiple Editors open to the same file not showing the
correct highlighting.
v2.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