All Versions
36
Latest Version
Avg Release Cycle
36 days
Latest Release
1535 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0.1
November 03, 2020 -
v1.0.0.0
October 15, 2020 -
v0.23.0.0 Changes
October 05, 2020- โ Add runWith for transporots other than stdio (@paulyoung)
- ๐ Fix race condition in event captures (@bgamari)
- ๐ Tweak the sectionSeparator (@alanz)
- โ Add hashWithSaltInstances (@ndmitchell)
- ๐ Fix CompletionItem.tags not being optional (@bubba)
- Avoid unnecessary normalisation in Binary instance for
NormalizedFilePath (@cocreature) - ๐ Fix ordering of TH splices (@fendor)
-
v0.22.0.0 Changes
May 04, 2020- ResponseMessage results are now an Either type (@greenhat)
- ๐ Support for GHC 8.10.1
-
v0.21.0.0 Changes
March 21, 2020- Stop getCompletionPrefix from crashing if beforePos is empty
- โ Add DidChangeWatchedFilesRegistrationOptions
- โ Add NormalizedFilePath from ghcide
- โ Add diagnostic and completion tags
- ๐ Fix language server example
- Correctly fix the problem with '$/' notifications
- โ Add azure ci
-
v0.20.0.1 Changes
February 06, 2020- ๐ Fix Haddock generation syntax error
-
v0.20.0.0 Changes
February 04, 2020- ๐ฎ Force utf8 encoding when writing vfs temp files
- ๐ฒ Don't log errors for '$/' notifications (@jinwoo)
- ๐ฎ Force utf8 encoding when writing vfs temp files (@jneira)
- Store a hash in a NormalizedUri (@mpickering)
- ๐ Move "Semigroup WorkspaceEdit" instance (@sheaf)
- ๐ Fix vfs line endings (@jneira)
-
v0.19.0.0 Changes
December 14, 2019- ๐ Fix vfs line endings (@jneira)
- ๐ Fix typo in .cabal (@turion)
- Normalize file paths before converting to Uri's (@jneira)
- ๐ Fixes to persistVirtualFile (@mpickering)
-
v0.18.0.0 Changes
November 17, 2019- Explain the use of NonEmpty in documentOnTypeFormattingTriggerCharacters (@bubba)
- ๐ Fix response type for CodeLensResolve, add the ContentModified error code (@SquidDev)
- ๐ Virtual file fixes, removing race conditions and other cleanups (@mpickering)
- โ Add missing fmClientPrepareRenameRequest to MessageFuncs export (@alanz)
- ๐ Make explicit GHC 8.6.5 stack file (@alanz)
- Rework Core.Options and infer all server capabilities from handlers (@bubba)
- Generate lenses for WorkDoneProgress data types (@alanz)
-
v0.17.0.0 Changes
October 18, 2019- โก๏ธ Update progress reporting to match the LSP 3.15 specification (@cocreature)
- ๐ Fix progress cancellation action being retained (@mpickering)
- Respect both codeActionProvider and codeActionHandler in server capabilities (@fendor)
- Ensure ResponseMessage has either a result or an error (@cocreature)