| OLD | NEW |
| (Empty) |
| 1 #### 0.2.1+1 | |
| 2 * Fix toString calls on Type instances. | |
| 3 | |
| 4 #### 0.2.0+3 | |
| 5 * Widen the constraint on analyzer. | |
| 6 | |
| 7 #### 0.2.0+2 | |
| 8 * Widen the constraint on barback. | |
| 9 | |
| 10 #### 0.2.0+1 | |
| 11 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` | |
| 12 class. | |
| 13 | |
| 14 #### 0.2.0 | |
| 15 * Static configuration can be modified, so code generators can split the | |
| 16 static configuration in pieces. | |
| 17 * **breaking change**: for codegen call `writeStaticConfiguration` instead of | |
| 18 `writeInitCall`. | |
| 19 | |
| 20 #### 0.1.0 | |
| 21 * Initial release: introduces the smoke API, a mirror based implementation, a | |
| 22 statically configured implementation that can be declared by hand or be | |
| 23 generated by tools, and libraries that help generate the static | |
| 24 configurations. | |
| OLD | NEW |