| 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+4 |
| 7 * Raise the lower bound on the source_maps constraint to exclude incompatible |
| 8 versions. |
| 9 |
| 6 #### Pub version 0.11.0+3 | 10 #### Pub version 0.11.0+3 |
| 7 * Widen the constraint on source_maps. | 11 * Widen the constraint on source_maps. |
| 8 | 12 |
| 9 #### Pub version 0.11.0+2 | 13 #### Pub version 0.11.0+2 |
| 10 * Widen the constraint on barback. | 14 * Widen the constraint on barback. |
| 11 | 15 |
| 12 #### Pub version 0.11.0+1 | 16 #### Pub version 0.11.0+1 |
| 13 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` | 17 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` |
| 14 class. | 18 class. |
| 15 | 19 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 36 for development time, but assumes frameworks (like polymer) and apps that | 40 for development time, but assumes frameworks (like polymer) and apps that |
| 37 use it directly will either generate code that replaces the use of mirrors, | 41 use it directly will either generate code that replaces the use of mirrors, |
| 38 or add the @MirrorsUsed declaration themselves. For convinience, you can | 42 or add the @MirrorsUsed declaration themselves. For convinience, you can |
| 39 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed | 43 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed |
| 40 annotation that preserves properties and classes labeled with @reflectable | 44 annotation that preserves properties and classes labeled with @reflectable |
| 41 and properties labeled with @observable. | 45 and properties labeled with @observable. |
| 42 * Updated to match [observe-js#0152d54][0152d54] | 46 * Updated to match [observe-js#0152d54][0152d54] |
| 43 | 47 |
| 44 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js | 48 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39
d22d3254bd6c2a/src/observe.js |
| 45 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js | 49 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859
595c2f8baa36d7/src/observe.js |
| OLD | NEW |