Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.3 KB

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