| OLD | NEW |
| 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 |
| 1 #### 0.12.1+1 | 5 #### 0.12.1+1 |
| 2 * Expand stack_trace version constraint. | 6 * Expand stack_trace version constraint. |
| 3 | 7 |
| 4 #### 0.12.1 | 8 #### 0.12.1 |
| 5 * Upgraded error messages to have a unique and stable identifier. | 9 * Upgraded error messages to have a unique and stable identifier. |
| 6 | 10 |
| 7 #### 0.12.0 | 11 #### 0.12.0 |
| 8 * Old transform.dart file removed. If you weren't use it it, this change is | 12 * Old transform.dart file removed. If you weren't use it it, this change is |
| 9 backwards compatible with version 0.11.0. | 13 backwards compatible with version 0.11.0. |
| 10 | 14 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 use it directly will either generate code that replaces the use of mirrors, | 54 use it directly will either generate code that replaces the use of mirrors, |
| 51 or add the @MirrorsUsed declaration themselves. For convinience, you can | 55 or add the @MirrorsUsed declaration themselves. For convinience, you can |
| 52 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed | 56 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed |
| 53 annotation that preserves properties and classes labeled with @reflectable | 57 annotation that preserves properties and classes labeled with @reflectable |
| 54 and properties labeled with @observable. | 58 and properties labeled with @observable. |
| 55 * Updated to match [observe-js#0152d54][0152d54] | 59 * Updated to match [observe-js#0152d54][0152d54] |
| 56 | 60 |
| 57 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26
bdee7c48129f1c/src/observe.js | 61 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26
bdee7c48129f1c/src/observe.js |
| 58 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js | 62 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js |
| 59 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js | 63 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js |
| OLD | NEW |