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