- Add an activation hook to delay package loading till Atom is ready (#80)
- Fix messages not being updated properly (#82)
- Add
minimap-plus
to the options forminimap
providers (#86) - Many dependency updates
- Fixed TypeError when changing settings (#47)
- Allow severity-based marker setting (#38)
- Clarify the README a bit
- Update message format for
[email protected]
(#30)
- Better validation of messages (#26)
- Add support for
diagnostics-store
messages (atom-ide-ui
) (#23) - Fix a bug where messages could get "stuck" (#24)
- Guard against minimap losing its association with a
TextEditor
.
- Fixed a bug with multiple Editors open to the same file not showing the correct highlighting.
- 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
- (fix) Plugin activation/deactivation
- (feat) Support for info markers
- (feat) Marker style configuration
- Every feature added
- Every bug fixed
- TODO: tests