mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
e9709fe0b8
Change-Id: I6a5079911411851011ef0f29b0283a16557e6ff0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/267680 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
913 B
913 B
2.0.1
- Updated the readme to reflect that this package is discontinued; see https://github.com/dart-lang/sdk/issues/50262 for details.
2.0.0
- Migrated to null safety.
- Now supporting protocol version
1.33.4
, including the new completion protocol. - Switched to using
package:lints
for analysis.
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