Prepare for analyzer 0.33.0 publish.

Change-Id: Idaf40321b8ba861670f5492bec7697865726b428
Reviewed-on: https://dart-review.googlesource.com/c/77982
Commit-Queue: Janice Collins <jcollins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Janice Collins 2018-10-03 22:36:17 +00:00 committed by commit-bot@chromium.org
parent cf48bad128
commit 644342a6e6
4 changed files with 18 additions and 9 deletions

View file

@ -1,3 +1,12 @@
## 0.33.0
* Support handling 'class C with M', with extends missing.
* Report ABSTRACT_SUPER_MEMBER_REFERENCE as an error.
* Further support and bugfixes for Dart 2.1-style mixin declarations.
* Fixes for int2double support.
* Performance improvements for analysis and summary generation.
* Allow "yield" as a label, and "operator" as a static method name (#33672,
#33673)
## 0.33.0-alpha.0
* Switch to using the parser from front_end.
* Start implementing the new mixin syntax.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.33.0-alpha.0
version: 0.33.0
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@ -11,10 +11,10 @@ dependencies:
collection: ^1.10.1
convert: ^2.0.0
crypto: '>=1.1.1 <3.0.0'
front_end: 0.1.5
front_end: 0.1.6
glob: ^1.0.3
html: '>=0.12.0 <1.14.0'
kernel: 0.3.5
kernel: 0.3.6
meta: ^1.0.2
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'

View file

@ -1,7 +1,7 @@
name: front_end
# Currently, front_end API is not stable and users should not
# depend on semver semantics when depending on this package.
version: 0.1.5
version: 0.1.6
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
@ -11,14 +11,14 @@ dependencies:
charcode: '^1.1.1'
convert: '^2.0.1'
crypto: '^2.0.2'
kernel: 0.3.5
kernel: 0.3.6
meta: '^1.1.1'
package_config: '^1.0.1'
path: '^1.3.9'
source_span: '^1.2.3'
yaml: '^2.1.12'
dev_dependencies:
analyzer: '^0.33.0-alpha.0'
analyzer: '^0.33.0'
args: '>=0.13.0 <2.0.0'
build_integration:
path: ../build_integration

View file

@ -1,7 +1,7 @@
name: kernel
# Currently, kernel API is not stable and users should
# not depend on semver semantics when depending on this package.
version: 0.3.5
version: 0.3.6
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel
@ -13,8 +13,8 @@ dependencies:
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
analyzer: '^0.33.0-alpha.0'
front_end: 0.1.5
analyzer: '^0.33.0'
front_end: 0.1.6
test: ^0.12.15+6
stack_trace: ^1.6.6
test_reflective_loader: ^0.1.0