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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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 | « packages/observe/AUTHORS ('k') | packages/observe/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #### 0.13.1+3
2
3 * Sorting an already sorted list will no longer yield new change notifications.
4
5 #### 0.13.1+2
6
7 * Update to analyzer '<0.27.0'
8
9 #### 0.13.1+1
10
11 * Update to logging `<0.12.0`.
12
13 #### 0.13.1
14
15 * Update to analyzer `<0.26.0`.
16
17 #### 0.13.0+2
18 * Fixed `close` in `PathObserver` so it doesn't leak observers.
19 * Ported the benchmarks from
20 [observe-js](https://github.com/Polymer/observe-js/tree/master/benchmark).
21
22 #### 0.13.0+1
23 * Widen the constraint on analyzer.
24
25 #### 0.13.0
26 * Don't output log files by default in release mode, and provide option to
27 turn them off entirely.
28 * Changed the api for the ObserveTransformer to use named arguments.
29
30 #### 0.12.2+1
31 * Cleanup some method signatures.
32
33 #### 0.12.2
34 * Updated to match release 0.5.1
35 [observe-js#d530515](https://github.com/Polymer/observe-js/commit/d530515).
36
37 #### 0.12.1+1
38 * Expand stack_trace version constraint.
39
40 #### 0.12.1
41 * Upgraded error messages to have a unique and stable identifier.
42
43 #### 0.12.0
44 * Old transform.dart file removed. If you weren't use it it, this change is
45 backwards compatible with version 0.11.0.
46
47 #### 0.11.0+5
48 * Widen the constraint on analyzer.
49
50 #### 0.11.0+4
51 * Raise the lower bound on the source_maps constraint to exclude incompatible
52 versions.
53
54 #### 0.11.0+3
55 * Widen the constraint on source_maps.
56
57 #### 0.11.0+2
58 * Widen the constraint on barback.
59
60 #### 0.11.0+1
61 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
62 class.
63
64 #### 0.11.0
65 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4), which also
66 matches [observe-js#fa70c37][fa70c37] (release 0.4.2).
67 * ListPathObserver has been deprecated (it was deleted a while ago in
68 observe-js). We plan to delete it in a future release. You may copy the code
69 if you still need it.
70 * PropertyPath now uses an expression syntax including indexers. For example,
71 you can write `a.b["m"]` instead of `a.b.m`.
72 * **breaking change**: PropertyPath no longer allows numbers as fields, you
73 need to use indexers instead. For example, you now need to write `a[3].d`
74 instead of `a.3.d`.
75 * **breaking change**: PathObserver.value= no longer discards changes (this is
76 in combination with a change in template_binding and polymer to improve
77 interop with JS custom elements).
78
79 #### 0.10.0+3
80 * minor changes to documentation, deprecated `discardListChages` in favor of
81 `discardListChanges` (the former had a typo).
82
83 #### 0.10.0
84 * package:observe no longer declares @MirrorsUsed. The package uses mirrors
85 for development time, but assumes frameworks (like polymer) and apps that
86 use it directly will either generate code that replaces the use of mirrors,
87 or add the @MirrorsUsed declaration themselves. For convinience, you can
88 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
89 annotation that preserves properties and classes labeled with @reflectable
90 and properties labeled with @observable.
91 * Updated to match [observe-js#0152d54][0152d54]
92
93 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26 bdee7c48129f1c/src/observe.js
94 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/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/AUTHORS ('k') | packages/observe/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698