lsp_server 0.4.0
lsp_server: ^0.4.0 copied to clipboard
A Dart implementation of the Language Server Protocol. This package can be used to implement a server that supports the Language Server Protocol.
0.4.0 #
- Upgrade dart_style and json_rpc_2 dependencies to latest stable. Min sdk constraint is now ^3.4.0
- Add CI steps.
- Re-generate protocol_generated.dart from latest 3.17 spec.
- Add neat banner.
0.3.3 #
- Fixed pub dev score.
0.3.2 #
- Always decode URI before parsing.
0.3.1 #
- More lax restraints on http version.
0.3.0 #
- Updates dependencies to later versions for compatibilty with newer Flutter and Serverpod versions.
0.2.1 #
- Downgrades version of collection package for compatibility with Flutter.
0.2.0 #
- Allows the user of the interface to close the connection on demand.
0.1.0 #
- Initial version.