Files
sdk/pkg/analysis_server_client/CHANGELOG.md
T
Janice Collins 364b386fe2 Prepare for analysis_server_client 1.1.3.
Updates changelog and dependencies in pubspec.yaml, and I verified
by hand that the tests pass when run with the stable SDK.

Bug: https://github.com/dart-lang/sdk/issues/41679
Change-Id: Ibc2883e319678271d77dc4efa3fe4a9d61d9ce68
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145621
Commit-Queue: Janice Collins <jcollins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Auto-Submit: Janice Collins <jcollins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2020-04-30 20:27:44 +00:00

603 B

1.1.3

  • Supports changes made to the Analysis Server protocol through Dart 2.8.0
  • Updates to use pedantic 1.9.0 and some internal refactoring.

1.1.2

  • Update the dartfix protocol to include --pedantic
  • Supports changes made to Analysis Server protocol through Dart 2.6.0

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