Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Releases: AtomLinter/atom-minimap-linter

v2.2.2

25 Oct 01:27
v2.2.2
6e23012

Choose a tag to compare

  • 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

26 Oct 16:57
v2.2.1
0ad6d75

Choose a tag to compare

  • Fixed TypeError when changing settings (#47)

v2.2.0

21 Sep 16:58
v2.2.0
f86ebc4

Choose a tag to compare

  • Allow severity-based marker setting (#38)

v2.1.3

25 Oct 16:01
v2.1.3
709493b

Choose a tag to compare

  • Clarify the README a bit

v2.1.2

24 Oct 18:21
v2.1.2
c80dad7

Choose a tag to compare

  • Update message format for atom-ide-ui@0.5.2 (#30)

v2.1.1

22 Sep 18:18
v2.1.1
aa048e8

Choose a tag to compare

  • Better validation of messages (#26)

v2.1.0

18 Sep 22:38
v2.1.0
5d18982

Choose a tag to compare

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

v2.0.2

14 Jul 16:20
v2.0.2
02e9ae0

Choose a tag to compare

  • Guard against minimap losing its association with a TextEditor.

v2.0.1

13 Jul 21:35
v2.0.1
1707dbd

Choose a tag to compare

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

v2.0.0

13 Jul 21:36
v2.0.0
5e75060

Choose a tag to compare

  • 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