Atom Minimap Linter Versions Save

Atom package to display linter markers on minimap

v2.2.2

3 years ago
  • 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 for minimap providers (#86)
  • Many dependency updates

v2.2.1

5 years ago
  • Fixed TypeError when changing settings (#47)

v2.2.0

5 years ago
  • Allow severity-based marker setting (#38)

v2.1.3

6 years ago
  • Clarify the README a bit

v2.1.2

6 years ago

v2.1.1

6 years ago
  • Better validation of messages (#26)

v2.1.0

6 years ago
  • Add support for diagnostics-store messages (atom-ide-ui) (#23)
  • Fix a bug where messages could get "stuck" (#24)

v2.0.2

6 years ago
  • Guard against minimap losing its association with a TextEditor.

v2.0.0

6 years ago
  • 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

v2.0.1

6 years ago
  • Fixed a bug with multiple Editors open to the same file not showing the correct highlighting.