| OLD | NEW |
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of the observe | 3 This file contains highlights of what changes on each version of the observe |
| 4 package. | 4 package. |
| 5 | 5 |
| 6 #### Pub version 0.11.0+3 |
| 7 * Widen the constraint on source_maps. |
| 8 |
| 6 #### Pub version 0.11.0+2 | 9 #### Pub version 0.11.0+2 |
| 7 * Widen the constraint on barback. | 10 * Widen the constraint on barback. |
| 8 | 11 |
| 9 #### Pub version 0.11.0+1 | 12 #### Pub version 0.11.0+1 |
| 10 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` | 13 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` |
| 11 class. | 14 class. |
| 12 | 15 |
| 13 #### Pub version 0.11.0 | 16 #### Pub version 0.11.0 |
| 14 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4) | 17 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4) |
| 15 * ListPathObserver has been deprecated (it was deleted a while ago in | 18 * ListPathObserver has been deprecated (it was deleted a while ago in |
| (...skipping 17 matching lines...) Expand all Loading... |
| 33 for development time, but assumes frameworks (like polymer) and apps that | 36 for development time, but assumes frameworks (like polymer) and apps that |
| 34 use it directly will either generate code that replaces the use of mirrors, | 37 use it directly will either generate code that replaces the use of mirrors, |
| 35 or add the @MirrorsUsed declaration themselves. For convinience, you can | 38 or add the @MirrorsUsed declaration themselves. For convinience, you can |
| 36 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed | 39 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed |
| 37 annotation that preserves properties and classes labeled with @reflectable | 40 annotation that preserves properties and classes labeled with @reflectable |
| 38 and properties labeled with @observable. | 41 and properties labeled with @observable. |
| 39 * Updated to match [observe-js#0152d54][0152d54] | 42 * Updated to match [observe-js#0152d54][0152d54] |
| 40 | 43 |
| 41 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js | 44 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js |
| 42 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js | 45 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js |
| OLD | NEW |