Files
sdk/pkg/analysis_server_client/CHANGELOG.md
T
Konstantin Shcheglov 66598d3e82 Switch analysis_server_client to language 2.12, so null safety, but opt-out files.
Protocol files are generated, so should be updated together with
analysis_server protocol files.

Change-Id: I8c3c7a5aecd2f7ff70c531bb794df3aed21888b0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193620
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2021-03-31 03:34:22 +00:00

26 lines
646 B
Markdown

# 2.0.0-dev
* Stable null safety release.
# 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