| OLD | NEW |
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of this package. | 3 This file contains highlights of what changes on each version of this package. |
| 4 | 4 |
| 5 #### Pub version 0.2.0+1 | 5 #### Pub version 0.2.0+3 |
| 6 * Widen the constraint on barback. |
| 7 |
| 8 #### Pub version 0.2.0+2 |
| 6 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` | 9 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` |
| 7 class. | 10 class. |
| 8 | 11 |
| 9 #### Pub version 0.2.0 | 12 #### Pub version 0.2.0 |
| 10 * Static configuration can be modified, so code generators can split the | 13 * Static configuration can be modified, so code generators can split the |
| 11 static configuration in pieces. | 14 static configuration in pieces. |
| 12 * **breaking change**: for codegen call `writeStaticConfiguration` instead of | 15 * **breaking change**: for codegen call `writeStaticConfiguration` instead of |
| 13 `writeInitCall`. | 16 `writeInitCall`. |
| 14 | 17 |
| 15 #### Pub version 0.1.0 | 18 #### Pub version 0.1.0 |
| 16 * Initial release: introduces the smoke API, a mirror based implementation, a | 19 * Initial release: introduces the smoke API, a mirror based implementation, a |
| 17 statically configured implementation that can be declared by hand or be | 20 statically configured implementation that can be declared by hand or be |
| 18 generated by tools, and libraries that help generate the static | 21 generated by tools, and libraries that help generate the static |
| 19 configurations. | 22 configurations. |
| OLD | NEW |