All Versions
31
Latest Version
Avg Release Cycle
21 days
Latest Release
1284 days ago

Changelog History
Page 2

  • v0.10.1.0 Changes

    February 04, 2019
    • โฌ†๏ธ Bump constraints for new haskell-lsp
  • v0.10.0.0 Changes

    December 29, 2019

    ๐Ÿš€ This release now accounts for messages received between the initialize request and response.
    โœ… Although most messages sent during this period are disallowed, some such as showMessage are allowed. lsp-test will now handle these messages in the session, although it will throw an exception if the message received is not one of the allowed types.

  • v0.9.0.0 Changes

    December 15, 2019
    • โž• Add ignoreLogNotifications config option
    • โž• Add ability to override logStdErr and logMessages config options with the LSP_TEST_LOG_STDERR and LOG_TEST_LOG_MESSAGES environment variables
    • โšก๏ธ Update for haskell-lsp-0.19.0.0 (@mpickering)
  • v0.8.2.0 Changes

    November 17, 2019
    • ๐Ÿ”ฆ Expose satisfyMaybe (@cocreature)
  • v0.8.1.0 Changes

    November 17, 2019
    • โšก๏ธ Update to haskell-lsp-0.18.0.0 (@mpickering, @alanz)
    • โœ… Tests now require hie-bios based hie
  • v0.8.0.0 Changes

    October 18, 2019
    • ๐Ÿ‘‰ Make Session a newtype
    • โšก๏ธ Update for haskell-lsp-0.17.0.0 (@cocreature)
  • v0.7.0.0 Changes

    September 08, 2019
    • โšก๏ธ Update for haskell-lsp-0.16.0.0
  • v0.6.1.0 Changes

    August 24, 2019
    • โž• Add satisfyMaybe (@cocreature)
  • v0.6.0.0 Changes

    July 04, 2019
    • โšก๏ธ Update to haskell-lsp-0.15.0.0 (@lorenzo)
  • v0.5.4.0 Changes

    June 13, 2019
    • ๐Ÿ›  Fix getDefinitions for SingleLoc (@cocreature)
    • โž• Add getCodeLenses (@cocreature)