Skip to content

Releases: SublimeLinter/SublimeLinter-annotations

1.5.3

17 Jul 14:19
Compare
Choose a tag to compare
  • Hotifx: not everything is an error

1.5.2

17 Jul 12:08
2311ab9
Compare
Choose a tag to compare
  • Hotfix: error types were pluralized. (#42 #43)

1.5.1

16 Jul 21:41
1a77b8a
Compare
Choose a tag to compare

Fix: Allow setting errors, warnings, or infos to null or the empty [].

1.5.0

16 Jul 18:51
e4686c8
Compare
Choose a tag to compare

Added mark_message setting to control if the message (and not only the tag, for example "FIXME", should be highlighted.

Also ships a rewrite of the whole plugin. 🚢

1.4.0

04 Feb 22:38
7b98073
Compare
Choose a tag to compare

@tukusejssirs added a new error or diagnostics "type". So we now have "errors", "warnings", and (new) "infos".

1.3.3: Fix deprecated function warning (#26)

23 Jul 07:59
1be097b
Compare
Choose a tag to compare

Empty selector

14 May 10:17
e32bef5
Compare
Choose a tag to compare
Merge pull request #23 from SublimeLinter/empty-selector

Use empty string as selector

Remove last bits from SL3

04 May 07:37
b952d46
Compare
Choose a tag to compare
Merge pull request #22 from SublimeLinter/more-cleanup

Remove last SL3 bits

Revamped

23 Mar 11:21
7c5854d
Compare
Choose a tag to compare
  • Export error['code'] like 'TODO' etc.
  • Remove calls to build_options so we can remove that from SL core 😋
  • Generally faster, bc it runs in one thread
  • Cleanup message (Strip ws and trailing punctuation)

Thanks to @FichteFoll 👏

v1.2.3

06 Feb 12:20
Compare
Choose a tag to compare
correct import