dart-sdk/pkg/analysis_server_client/CHANGELOG.md
Dan Rubel 784ad29470 Update dartfix to check analysis server protocol version
This updates dartfix to more narrowly verify the analysis server
protocol version and print instructions for the user if the protocol
version expected by dartfix is incompatible with the current Dart SDK.
This is necessary because the edit.dartfix protocol is experimental
and will continue to evolve.

Change-Id: Ib31eb594a8a94416cb4fc676e7da9150f8c99b6a
Reviewed-on: https://dart-review.googlesource.com/c/84780
Commit-Queue: Dan Rubel <danrubel@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2018-11-19 21:14:28 +00:00

317 B

1.1.1

  • Update ConnectionHandler to call checkServerProtocolVersion

1.1.0

  • Add analysis server protocol consts and classes
  • Overhaul the Server class
  • Add an example showing analysis of *.dart files in a directory
  • Update the required SDK

1.0.1

  • Update path on homepage

1.0.0

  • Initial version