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

Side by Side Diff: reflectable/CHANGELOG.md

Issue 2506653002: Bumping version to 1.0.1, to be published. (Closed)
Patch Set: Created 4 years, 1 month 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 | « coverage_reflectable/pubspec.yaml ('k') | test_reflectable/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog 1 # Changelog
2 2
3 ## 1.0.1 3 ## 1.0.1
4 4
5 * Updates `analyzer` and `code_transformers` dependencies. 5 * Updates `analyzer` and `code_transformers` dependencies.
6 * As a consequence of these version updates, changes a method signature and 6 * As a consequence of these version updates, changes a method signature and
7 deletes a method (overriding a previously deprecated, now deleted method). 7 deletes a method (overriding a previously deprecated, now deleted method).
8 These changes should not affect clients of this package.
8 9
9 ## 1.0.0 10 ## 1.0.0
10 11
11 * Updates documentation about capabilities required for each method. 12 * Updates documentation about capabilities required for each method.
12 * **Potentially breaking bug fix**: Several mirror methods perform more strict 13 * **Potentially breaking bug fix**: Several mirror methods perform more strict
13 checks on capabilities, to make them match the documented requirements. In 14 checks on capabilities, to make them match the documented requirements. In
14 particular, `LibraryMirror.libraryDependencies` requires a 15 particular, `LibraryMirror.libraryDependencies` requires a
15 `libraryCapability`; `ClosureMirror.apply` requires an 16 `libraryCapability`; `ClosureMirror.apply` requires an
16 `InstanceInvokeCapability`; `ParameterMirror.hasDefaultValue`, 17 `InstanceInvokeCapability`; `ParameterMirror.hasDefaultValue`,
17 `ParameterMirror.defaultValue`, `MethodMirror.parameters`, 18 `ParameterMirror.defaultValue`, `MethodMirror.parameters`,
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 * Transformer supports async `main` returning a `Future`. 346 * Transformer supports async `main` returning a `Future`.
346 * Other bug fixes... 347 * Other bug fixes...
347 348
348 ## 0.1.0 349 ## 0.1.0
349 350
350 * First published release. 351 * First published release.
351 352
352 ## 0.0.1 353 ## 0.0.1
353 354
354 * Initial project creation 355 * Initial project creation
OLDNEW
« no previous file with comments | « coverage_reflectable/pubspec.yaml ('k') | test_reflectable/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698