Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: CHANGELOG.md

Issue 1843133004: Fix all strong mode warnings. (Closed) Base URL: git@github.com:dart-lang/pub_semver@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .analysis_options ('k') | lib/src/version.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1.2.4
2
3 * Fix all remaining strong mode warnings.
4
1 # 1.2.3 5 # 1.2.3
2 6
3 * Addressed three strong mode warnings. 7 * Addressed three strong mode warnings.
4 8
5 # 1.2.2 9 # 1.2.2
6 10
7 * Make the package analyze under strong mode and compile with the DDC (Dart Dev 11 * Make the package analyze under strong mode and compile with the DDC (Dart Dev
8 Compiler). Fix two issues with a private subclass of `VersionConstraint` 12 Compiler). Fix two issues with a private subclass of `VersionConstraint`
9 having different types for overridden methods. 13 having different types for overridden methods.
10 14
(...skipping 29 matching lines...) Expand all
40 breaking changes after a given version. 44 breaking changes after a given version.
41 45
42 * Add `new VersionConstraint.compatibleWith()`, which returns a range covering 46 * Add `new VersionConstraint.compatibleWith()`, which returns a range covering
43 all versions compatible with a given version. 47 all versions compatible with a given version.
44 48
45 * Add a custom `VersionRange.hashCode` to make it properly hashable. 49 * Add a custom `VersionRange.hashCode` to make it properly hashable.
46 50
47 # 1.0.0 51 # 1.0.0
48 52
49 * Initial release. 53 * Initial release.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/version.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698