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

Changelog History
Page 4

  • v0.2.3.0 Changes

    • ๐Ÿ‘ GHC 8.4.3 support
    • Apply changes to the VFS in the order received in a message. This fixes vscode undo behaviour. By @Bubba
    • Introduce additional error codes as per the LSP spec. By @Bubba
    • โž• Add preliminary support for recording LSP traffic for later playback in test scenarios. By @Bubba
  • v0.2.2.0 Changes

    May 04, 2018
    • ๐Ÿ‘‰ Make Diagnostic relatedInformation optional, as per the LSP Spec. By @Bubba.
  • v0.2.1.0 Changes

    May 02, 2018
    • ๐Ÿ‘Œ Support GHC 8.4.2
    • ๐Ÿ“ฆ Split into two packages
    • Language.Haskell.LSP.TH.DataTypesJSON becomes Language.Haskell.LSP.Types
    • 0๏ธโƒฃ Diagnostic now has _relatedInformation. Can default it to mempty. via @AlexeyRaga
    • Correct the name of the DidChangeWatchedFilesParams field, by @robrix
    • ๐Ÿ Make sure to escape URIs properly for Windows file paths Fixes #75. Also added a couple of pretty dumb tests!, by @johnsonw
  • v0.2.0.1 Changes

    December 27, 2017
    • Built with LTS 10.1 (stack)
    • Don't escape semicolons after drive letters by @nponeccop
    • โž• Add Foldable and Traversable instance to List by @noughtmare
  • v0.2.0.0 Changes

    November 23, 2017
    • ๐Ÿ‘€ Major changes as implementation continued. Now seems stable, used in haskell-ide-engine
  • v0.1.0.0 Changes

    July 19, 2017
    • First version. Implements version 3 of the Microsoft Language Server Protocol