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