Releases: steelbrain/linter
Releases · steelbrain/linter
v3.4.0
v3.3.1
v3.3.0
- 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. TherepositoryForDirectory
function inatom.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
v3.2.2
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.0
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