Skip to content

Latest commit

 

History

History
276 lines (177 loc) · 7.81 KB

CHANGELOG.md

File metadata and controls

276 lines (177 loc) · 7.81 KB

v0.10.0

New features

  • New status bar summary view (#277)

Bug fixes

  • Fix error during Atom startup (#329)

v0.9.1

Bug fixes

  • Fix usage of deprecated Space Pen API (#318)

v0.9.0

New features

  • Upgraded inline view (#274)
  • More subtle error highlighting (#275)

Bug fixes

  • Fix TextEditor destroyed error (#279)
  • More deprecation fixes

v0.8

New features

  • Easier to understand config screen (#266)

New linters

  • flow, bootlint

Bug fixes

  • Fix line undefined error (#257)
  • Shadow DOM compatibility

v0.7.4

Bug fixes

  • Escape linter messages (#231)
  • Fix error when closing tab (#253)
  • Get rid of some uses of deprecated Atom APIs

New features

  • Provide file as errorStream (See #255)

v0.7.3

Bug fixes

  • Removed dependency on copy-paste module, hopefully fixing Windows installation problems. See #223, #210, and #186.

v0.7.2

Bug fixes

  • Fix error when message is on final line of file (See #165)

v0.7.1

Bug fixes

  • Fix ENOTEMPTY error (See #218)
  • Minor tweaks to inline view (See #215)

v0.7.0

New features

  • Option to display linter messages inline with code (See #195)

Bug fixes

  • Clean up temporary directories (See #212)

v0.6.1

Bug fixes

  • Fix keyboard shortcuts not working on lines containing lint messages (See #84, #194)

v0.6.0

New features

  • Option to always show all messages in status bar (See #196)

New linters

  • htmlhint, pylama, squirrel, CoDscript

v0.5.18

Bug Fixes

v0.5.17

Bug Fixes

  • Fix regression for multiple linters in one file (See #193, #194)

v0.5.16

Bug Fixes

v0.5.15

New Features

  • Allow executablePath to be a path to an actual executable. Fixes some spawn ENOTDIR errors (See #190, #102, #95)

v0.5.14

Bug Fixes

  • Fix spawn ENOENT errors in projects that have package.json files (See #119, #179)

v0.5.12

Bug Fixes

  • Fix "multiple linters on the same file" problem for real

v0.5.11

New Linters

v0.5.8

Bug Fixes

  • Fix for multiple linters on the same file (#139)

New Linters

v0.5.7

Bug Fixes

  • Fix linters not working on Windows (#148, #112)
  • Also fix #157

v0.5.6

Bug Fixes

  • Resolve too many linter warnings cover screen bug (#132)

v0.5.3

New Linters

v0.5.2

Bug Fixes

  • Only widen the gutter when showGutter is enabled (#137)
  • Delete some unused imports (#154)

v0.5.1

New Features

  • Add keybinding to trigger linting manually (#146)

v0.5.0

Bug Fixes

New Features

  • Add @formatMessage to help any linter to customize message. (#120)
  • Use decorations API to display gutter markers (#147)
  • Better way to assemble path (#142)

v0.4.11

Bug Fixes

  • Fix getBufferPosition bug (#99)
  • Don't block UI more than 5s
  • Fix bug when running specs
  • Fix bug when full line error (#103)

v0.4.10


Bug Fixes

  • Fix bug when linter provides 0 length range
  • Fix a bug when special characters appeared in command (#81)
  • Update temp package

v0.4.9


New Features

  • Show error line and column if available in the status bar
  • Lint on focus (#77)
  • Clicking error message copies it to clipboard (#78)

Bug Fixes

  • Fix the error range construction and line reporting for line zero errors (#35)
  • Fix modify interval config (#64)
  • Close status bar on file close (#74)
  • Fix double error reporting in status bar (#79)

New Linters

v0.4.8 (May 26, 2014)


Bug Fixes

  • Lint on save wasn't triggered with save menu shortcut (#40)
  • Not displaying results if cursor on EOF (#50)
  • Previous highlights weren't cleared

Performance Improvements

  • Wait 1000ms between two lint on changes (#32)

New Linters