| OLD | NEW |
| 1 #### 0.13.5 |
| 2 |
| 3 * Fixed strong mode errors and warnings |
| 4 |
| 1 #### 0.13.4 | 5 #### 0.13.4 |
| 2 | 6 |
| 3 * Fixed strong mode errors and warnings | 7 * Fixed strong mode errors and warnings |
| 4 | 8 |
| 5 #### 0.13.3+1 | 9 #### 0.13.3+1 |
| 6 | 10 |
| 7 * Add support for code_transformers `0.4.x`. | 11 * Add support for code_transformers `0.4.x`. |
| 8 | 12 |
| 9 #### 0.13.3 | 13 #### 0.13.3 |
| 10 | 14 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 use it directly will either generate code that replaces the use of mirrors, | 106 use it directly will either generate code that replaces the use of mirrors, |
| 103 or add the @MirrorsUsed declaration themselves. For convinience, you can | 107 or add the @MirrorsUsed declaration themselves. For convinience, you can |
| 104 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed | 108 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed |
| 105 annotation that preserves properties and classes labeled with @reflectable | 109 annotation that preserves properties and classes labeled with @reflectable |
| 106 and properties labeled with @observable. | 110 and properties labeled with @observable. |
| 107 * Updated to match [observe-js#0152d54][0152d54] | 111 * Updated to match [observe-js#0152d54][0152d54] |
| 108 | 112 |
| 109 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26
bdee7c48129f1c/src/observe.js | 113 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26
bdee7c48129f1c/src/observe.js |
| 110 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js | 114 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js |
| 111 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js | 115 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js |
| OLD | NEW |