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

Side by Side Diff: CHANGELOG.md

Issue 1626593002: Bump package:observe version (Closed) Base URL: https://github.com/dart-lang/observe.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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 #### 0.13.4
2
3 * Fixed strong mode errors and warnings
4
1 #### 0.13.3+1 5 #### 0.13.3+1
2 6
3 * Add support for code_transformers `0.4.x`. 7 * Add support for code_transformers `0.4.x`.
4 8
5 #### 0.13.3 9 #### 0.13.3
6 10
7 * Update to the `test` package. 11 * Update to the `test` package.
8 12
9 #### 0.13.2 13 #### 0.13.2
10 14
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 use it directly will either generate code that replaces the use of mirrors, 102 use it directly will either generate code that replaces the use of mirrors,
99 or add the @MirrorsUsed declaration themselves. For convinience, you can 103 or add the @MirrorsUsed declaration themselves. For convinience, you can
100 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 104 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
101 annotation that preserves properties and classes labeled with @reflectable 105 annotation that preserves properties and classes labeled with @reflectable
102 and properties labeled with @observable. 106 and properties labeled with @observable.
103 * Updated to match [observe-js#0152d54][0152d54] 107 * Updated to match [observe-js#0152d54][0152d54]
104 108
105 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26 bdee7c48129f1c/src/observe.js 109 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26 bdee7c48129f1c/src/observe.js
106 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js 110 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js
107 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js 111 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698