Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.76 KB

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