Skip to content

Releases: steelbrain/linter

v3.4.0

18 Jun 03:44
Compare
Choose a tag to compare
  • feat: allow solutions to be an async callback
  • fix: add a warning when a provider is on the list of disabled providers
  • Update dependencies
  • other bug fixes

v3.3.1

24 Mar 10:26
Compare
Choose a tag to compare
  • fix: update dependencies #1729
    fix: the issue with atom-package-deps not installing the linter dependency #1729
  • minor optimizations #1729

v3.3.0

27 Jan 06:52
Compare
Choose a tag to compare
  • Fix subfolder git detection (#1715):
    if you add a project folder which is not a git repo but it contains folders which are git repos, then the repository detection now works correctly. The repositoryForDirectory function in atom.project is able to detect the repository for any Directory, even if it is in a subfolder.
    It is an async function, so some changes have to be made in up the call chain

v3.2.3

05 Jan 01:38
Compare
Choose a tag to compare
  • Minor optimizations

v3.2.2

05 Jan 01:11
Compare
Choose a tag to compare
  • Use class props and merge subscriptions.add (#1720)

v3.2.1

04 Jan 23:35
Compare
Choose a tag to compare
  • Use strict-null check in TypeScript and fix some bugs (#1719)

v3.2.0

04 Jan 21:36
Compare
Choose a tag to compare
  • Convert the codebase to TypeScript (#1718)

v3.1.1

02 Oct 10:45
Compare
Choose a tag to compare
  • Minor optimizations

v3.1.0

26 Sep 09:43
Compare
Choose a tag to compare

Now linter loads 13 times faster! (#1695)

v3.0.0

26 Sep 09:19
Compare
Choose a tag to compare
  • improve performance (#1706)
  • rewrite diff check algorithm (#1706)
  • fix linter fixes (#1706)

In case you maintain a linter-ui packages (e.g. linter-ui-default, linter-minimap), see this guide for upgrading: https://github.com/steelbrain/linter/blob/master/docs/guides/upgrading-to-linter-v3.md