OLD | NEW |
| (Empty) |
1 #### 0.12.2 | |
2 * Updated to match release 0.5.1 | |
3 [observe-js#d530515](https://github.com/Polymer/observe-js/commit/d530515). | |
4 | |
5 #### 0.12.1+1 | |
6 * Expand stack_trace version constraint. | |
7 | |
8 #### 0.12.1 | |
9 * Upgraded error messages to have a unique and stable identifier. | |
10 | |
11 #### 0.12.0 | |
12 * Old transform.dart file removed. If you weren't use it it, this change is | |
13 backwards compatible with version 0.11.0. | |
14 | |
15 #### 0.11.0+5 | |
16 * Widen the constraint on analyzer. | |
17 | |
18 #### 0.11.0+4 | |
19 * Raise the lower bound on the source_maps constraint to exclude incompatible | |
20 versions. | |
21 | |
22 #### 0.11.0+3 | |
23 * Widen the constraint on source_maps. | |
24 | |
25 #### 0.11.0+2 | |
26 * Widen the constraint on barback. | |
27 | |
28 #### 0.11.0+1 | |
29 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` | |
30 class. | |
31 | |
32 #### 0.11.0 | |
33 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4), which also | |
34 matches [observe-js#fa70c37][fa70c37] (release 0.4.2). | |
35 * ListPathObserver has been deprecated (it was deleted a while ago in | |
36 observe-js). We plan to delete it in a future release. You may copy the code | |
37 if you still need it. | |
38 * PropertyPath now uses an expression syntax including indexers. For example, | |
39 you can write `a.b["m"]` instead of `a.b.m`. | |
40 * **breaking change**: PropertyPath no longer allows numbers as fields, you | |
41 need to use indexers instead. For example, you now need to write `a[3].d` | |
42 instead of `a.3.d`. | |
43 * **breaking change**: PathObserver.value= no longer discards changes (this is | |
44 in combination with a change in template_binding and polymer to improve | |
45 interop with JS custom elements). | |
46 | |
47 #### 0.10.0+3 | |
48 * minor changes to documentation, deprecated `discardListChages` in favor of | |
49 `discardListChanges` (the former had a typo). | |
50 | |
51 #### 0.10.0 | |
52 * package:observe no longer declares @MirrorsUsed. The package uses mirrors | |
53 for development time, but assumes frameworks (like polymer) and apps that | |
54 use it directly will either generate code that replaces the use of mirrors, | |
55 or add the @MirrorsUsed declaration themselves. For convinience, you can | |
56 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed | |
57 annotation that preserves properties and classes labeled with @reflectable | |
58 and properties labeled with @observable. | |
59 * Updated to match [observe-js#0152d54][0152d54] | |
60 | |
61 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26
bdee7c48129f1c/src/observe.js | |
62 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js | |
63 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js | |
OLD | NEW |