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

Side by Side Diff: CHANGELOG.md

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

Powered by Google App Engine
This is Rietveld 408576698