Skip to content

Commit

Permalink
Prepare 1.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsumabat committed Sep 25, 2024
1 parent 1c9745d commit 3d45795
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Revision history for static-ls

## 1.0.0 -- 2024-09-24
* Re-architect to use tree-sitter and in memory representation of file system
* New features:
* Auto-import code action
* Auto-completion
* Fly-imports on auto-completion
* Rename
* support for persistent files
* Diagnostics
* Go-to implementation
* Show all types for go to type def when ambiguous
* Use lexed diffing algorithm for position resolution on stale hiefiles

## 0.2.0 -- 2024-02-04

* Add support for arguments
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ category: Development
maintainer: [email protected]
github: josephsumabat/static-ls
license: MIT
version: 0.1.2
version: 1.0.0
build-type: Simple
extra-doc-files:
- README.md
Expand Down
4 changes: 2 additions & 2 deletions static-ls.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: static-ls
version: 0.1.2
version: 1.0.0
synopsis: See README on Github for more information
description: static-ls ("static language server") reads static project information to provide IDE functionality through the language server protocol. static-ls will not generate this information on its own and instead will rely on the user to generate this information via separate programs
category: Development
Expand Down

0 comments on commit 3d45795

Please sign in to comment.