Releases: steelbrain/atom-linter
Releases · steelbrain/atom-linter
v10.0.0
v9.0.1
- Make
execandexecNodebehave the way they were supposed and documented to be by restoring their 10 seconds default timeout
v9.0.0
- Rename
rangeFromLineNumbertogenerateRange - Return Range-compatible Array instead of Range in generateRange
- Show line number in col too big error messages
- Handle
ENOENTproperly and show a nice message - Bump
sb-execto v3.0.3 to include fix for an inconsistent behavior on windows bug (See steelbrain/exec#48) - Bump
sb-execto 3.1.0 to includekill()support for spawned processes
v8.0.0
- Upgrade from
sb-exec@2.xtosb-exec@3.xto include compatibility fixes for npm path and general fixes for Windows
v7.0.0
- Return
Ranges fromrangeFromLineNumber - Make
rangeFromLineNumberreturn entire line if no colStart is provided. (API breaking change)
v6.0.0
- Update
rangeFromLineNumberto return a range that wraps a word not an entire line. (API breaking change)
v5.0.2
- Bump patch version of
sb-execto include support for non-stringish parameters
v5.0.1
- Bump patch version of
sb-execto includeignoreExitCodeoption
v5.0.0
- Bump major version of
sb-exec, it contains fixes for windows and improved handling of error codes. This change shouldn't break most of the dependents, but if it does, they can be fixed by settingallowEmptyStderrtotrueinexec*methods
v4.7.0
- Use
sb-execfor process execution, this should include a bugfix for Atom v1.7.0