| OLD | NEW |
| 1 #### 0.3.1+1 |
| 2 * Updated dependency versions. |
| 3 |
| 1 #### 0.3.1 | 4 #### 0.3.1 |
| 2 * Add canAcceptNArgs method. | 5 * Add canAcceptNArgs method. |
| 3 | 6 |
| 4 #### 0.3.0 | 7 #### 0.3.0 |
| 5 * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15. | 8 * Change SUPPORTED_ARGS limit for minArgs and maxArgs method from 3 to 15. |
| 6 | 9 |
| 7 #### 0.2.1+1 | 10 #### 0.2.1+1 |
| 8 * Fix toString calls on Type instances. | 11 * Fix toString calls on Type instances. |
| 9 | 12 |
| 10 #### 0.2.0+3 | 13 #### 0.2.0+3 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 * Static configuration can be modified, so code generators can split the | 24 * Static configuration can be modified, so code generators can split the |
| 22 static configuration in pieces. | 25 static configuration in pieces. |
| 23 * **breaking change**: for codegen call `writeStaticConfiguration` instead of | 26 * **breaking change**: for codegen call `writeStaticConfiguration` instead of |
| 24 `writeInitCall`. | 27 `writeInitCall`. |
| 25 | 28 |
| 26 #### 0.1.0 | 29 #### 0.1.0 |
| 27 * Initial release: introduces the smoke API, a mirror based implementation, a | 30 * Initial release: introduces the smoke API, a mirror based implementation, a |
| 28 statically configured implementation that can be declared by hand or be | 31 statically configured implementation that can be declared by hand or be |
| 29 generated by tools, and libraries that help generate the static | 32 generated by tools, and libraries that help generate the static |
| 30 configurations. | 33 configurations. |
| OLD | NEW |