Skip to content

Releases: steelbrain/atom-linter

v10.0.0

14 Apr 17:22

Choose a tag to compare

  • Add uniqueKey support to exec options
  • exec: Breaking: Rename throwOnStdErr to `throwOnStderr
  • exec: Support Buffers in options.stdin
  • exec: Kill all subprocesses properly on windows

v9.0.1

01 Mar 18:02

Choose a tag to compare

  • Make exec and execNode behave the way they were supposed and documented to be by restoring their 10 seconds default timeout

v9.0.0

13 Feb 23:52
v9.0.0
aa99eff

Choose a tag to compare

  • Rename rangeFromLineNumber to generateRange
  • Return Range-compatible Array instead of Range in generateRange
  • Show line number in col too big error messages
  • Handle ENOENT properly and show a nice message
  • Bump sb-exec to v3.0.3 to include fix for an inconsistent behavior on windows bug (See steelbrain/exec#48)
  • Bump sb-exec to 3.1.0 to include kill() support for spawned processes

v8.0.0

22 Sep 09:37

Choose a tag to compare

  • Upgrade from sb-exec@2.x to sb-exec@3.x to include compatibility fixes for npm path and general fixes for Windows

v7.0.0

22 Sep 09:37

Choose a tag to compare

  • Return Ranges from rangeFromLineNumber
  • Make rangeFromLineNumber return entire line if no colStart is provided. (API breaking change)

v6.0.0

23 Jun 17:00

Choose a tag to compare

  • Update rangeFromLineNumber to return a range that wraps a word not an entire line. (API breaking change)

v5.0.2

23 Jun 17:00

Choose a tag to compare

  • Bump patch version of sb-exec to include support for non-stringish parameters

v5.0.1

08 May 20:29

Choose a tag to compare

  • Bump patch version of sb-exec to include ignoreExitCode option

v5.0.0

08 May 19:06

Choose a tag to compare

  • 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 setting allowEmptyStderr to true in exec* methods

v4.7.0

15 Apr 02:15

Choose a tag to compare

  • Use sb-exec for process execution, this should include a bugfix for Atom v1.7.0