All Versions
36
Latest Version
Avg Release Cycle
36 days
Latest Release
1242 days ago

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)