Skip to content

Commit d682446

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Prepare to publish analyzer 1.4.0 and _fe_analyzer_shared 20.0.0.
Change-Id: Ifdf4371221776da3ede6c28f2938eb51d19f61da Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193898 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 79c321e commit d682446

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

pkg/_fe_analyzer_shared/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: _fe_analyzer_shared
2-
version: 19.0.0
2+
version: 20.0.0
33
description: Logic that is shared between the front_end and analyzer packages.
44
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/_fe_analyzer_shared
55

pkg/analyzer/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 1.4.0-dev
1+
## 1.4.0
22
* Deprecated `TypeProvider.nonSubtypableClasses`.
33
Use `TypeProvider.isNonSubtypableClass` instead.
44
* Added `sdkPath` to `AnalysisContextCollection` constructor.
5+
* Improved support for generalized type aliases.
6+
* The feature `nonfunction-type-aliases` is enabled by default in the
7+
language version `2.13`.
58

69
## 1.3.0
710
* Added `Expression.inConstantContext` to API.

pkg/analyzer/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: analyzer
2-
version: 1.4.0-dev
2+
version: 1.4.0
33
description: This package provides a library that performs static analysis of Dart code.
44
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
55

66
environment:
77
sdk: '>=2.12.0-0 <3.0.0'
88

99
dependencies:
10-
_fe_analyzer_shared: ^19.0.0
10+
_fe_analyzer_shared: ^20.0.0
1111
cli_util: ^0.3.0
1212
collection: ^1.15.0
1313
convert: ^3.0.0

0 commit comments

Comments
 (0)