Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1021 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1021 Bytes

Revision history for static-ls

0.2.0 -- 2024-02-04

  • Add support for arguments

    • Support user specified hiedb file via argument
    • Support user specified hiefiles path via argument
    • Support user specified hifiles path via argument
    • Support user specified src base directories
    • Add version command
    • Add help command
  • Bugfixes

    • Correctly terminate hie file read attempt on bad version header
    • Generate static information for tests rather than relying on hard-coded information
  • Support reading interface files for haddock comments (josephsumabat#30)

  • Support goto typedef (josephsumabat#31)

  • Support workspace symbol (josephsumabat#18)

0.1.0 -- 2023-04-13

  • Initial release supporting
    • find references globally when hie files and hiedb are available
    • type on hover when hie files are available
    • find definition locally and globally when hie files and hiedb are available