| OLD | NEW |
| 1 #### 0.3.6 |
| 2 * Update to analyzer '^0.27.0' and update to the test package. |
| 3 |
| 1 #### 0.3.5 | 4 #### 0.3.5 |
| 2 * Update to analyzer '<0.27.0' | 5 * Update to analyzer '<0.27.0' |
| 3 | 6 |
| 4 #### 0.3.4 | 7 #### 0.3.4 |
| 5 * Add excludeOverriden to QueryOptions which removes declarations that were | 8 * Add excludeOverriden to QueryOptions which removes declarations that were |
| 6 overriden within the class hierarchy. | 9 overriden within the class hierarchy. |
| 7 | 10 |
| 8 #### 0.3.3+1 | 11 #### 0.3.3+1 |
| 9 * Update logging package to `<0.12.0`. | 12 * Update logging package to `<0.12.0`. |
| 10 | 13 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 * Static configuration can be modified, so code generators can split the | 44 * Static configuration can be modified, so code generators can split the |
| 42 static configuration in pieces. | 45 static configuration in pieces. |
| 43 * **breaking change**: for codegen call `writeStaticConfiguration` instead of | 46 * **breaking change**: for codegen call `writeStaticConfiguration` instead of |
| 44 `writeInitCall`. | 47 `writeInitCall`. |
| 45 | 48 |
| 46 #### 0.1.0 | 49 #### 0.1.0 |
| 47 * Initial release: introduces the smoke API, a mirror based implementation, a | 50 * Initial release: introduces the smoke API, a mirror based implementation, a |
| 48 statically configured implementation that can be declared by hand or be | 51 statically configured implementation that can be declared by hand or be |
| 49 generated by tools, and libraries that help generate the static | 52 generated by tools, and libraries that help generate the static |
| 50 configurations. | 53 configurations. |
| OLD | NEW |