Skip to content

Releases: codeface-io/SwiftLSP

Support Other Platforms

11 Oct 10:19
Compare
Choose a tag to compare

Fixes compile issues on iOS, tvOS and watchOS

Support Use as OSS

10 Oct 19:40
Compare
Choose a tag to compare

Changed

  • Packet handler closure must be passed to initializer of LSP.ServerExecutable
  • Dependency versions in Package.swift file have been stabilized

Added

  • LSP.PacketDetector convenience func for reading single Bytes
  • Shorthand type aliases LSP.Request, LSP.Response, LSP.ErrorResult and LSP.Notification
  • Loads of documentation

Refactor around Packet and PacketDetector

04 Oct 14:22
Compare
Choose a tag to compare

Start Semantic Versioning

04 Oct 10:30
Compare
Choose a tag to compare

This is the beginning of a commitment to semantic versioning.

See https://github.com/codeface-io/SwiftLSP#development-status for details.