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

Side by Side Diff: packages/observe/CHANGELOG.md

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | « packages/observe/.packages ('k') | packages/observe/lib/src/observable_list.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.1+3
2
3 * Sorting an already sorted list will no longer yield new change notifications.
4
1 #### 0.13.1+2 5 #### 0.13.1+2
2 6
3 * Update to analyzer '<0.27.0' 7 * Update to analyzer '<0.27.0'
4 8
5 #### 0.13.1+1 9 #### 0.13.1+1
6 10
7 * Update to logging `<0.12.0`. 11 * Update to logging `<0.12.0`.
8 12
9 #### 0.13.1 13 #### 0.13.1
10 14
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 use it directly will either generate code that replaces the use of mirrors, 86 use it directly will either generate code that replaces the use of mirrors,
83 or add the @MirrorsUsed declaration themselves. For convinience, you can 87 or add the @MirrorsUsed declaration themselves. For convinience, you can
84 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 88 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
85 annotation that preserves properties and classes labeled with @reflectable 89 annotation that preserves properties and classes labeled with @reflectable
86 and properties labeled with @observable. 90 and properties labeled with @observable.
87 * Updated to match [observe-js#0152d54][0152d54] 91 * Updated to match [observe-js#0152d54][0152d54]
88 92
89 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26 bdee7c48129f1c/src/observe.js 93 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26 bdee7c48129f1c/src/observe.js
90 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js 94 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js
91 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js 95 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js
OLDNEW
« no previous file with comments | « packages/observe/.packages ('k') | packages/observe/lib/src/observable_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698