OLD | NEW |
| 1 #### 0.13.1+3 |
| 2 |
| 3 * Sorting an already sorted list will no longer yield new change notifications. |
| 4 |
1 #### 0.13.1+2 | 5 #### 0.13.1+2 |
2 | 6 |
3 * Update to analyzer '<0.27.0' | 7 * Update to analyzer '<0.27.0' |
4 | 8 |
5 #### 0.13.1+1 | 9 #### 0.13.1+1 |
6 | 10 |
7 * Update to logging `<0.12.0`. | 11 * Update to logging `<0.12.0`. |
8 | 12 |
9 #### 0.13.1 | 13 #### 0.13.1 |
10 | 14 |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 use it directly will either generate code that replaces the use of mirrors, | 86 use it directly will either generate code that replaces the use of mirrors, |
83 or add the @MirrorsUsed declaration themselves. For convinience, you can | 87 or add the @MirrorsUsed declaration themselves. For convinience, you can |
84 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed | 88 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed |
85 annotation that preserves properties and classes labeled with @reflectable | 89 annotation that preserves properties and classes labeled with @reflectable |
86 and properties labeled with @observable. | 90 and properties labeled with @observable. |
87 * Updated to match [observe-js#0152d54][0152d54] | 91 * Updated to match [observe-js#0152d54][0152d54] |
88 | 92 |
89 [fa70c37]: https://github.com/Polymer/observe-js/blob/fa70c37099026225876f7c7a26
bdee7c48129f1c/src/observe.js | 93 [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 | 94 [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 | 95 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js |
OLD | NEW |