| OLD | NEW |
| 1 # Changelog | 1 # Changelog |
| 2 | 2 |
| 3 ## 1.0.1 | 3 ## 1.0.1 |
| 4 | 4 |
| 5 * Updates `analyzer` and `code_transformers` dependencies. | 5 * Updates `analyzer` and `code_transformers` dependencies. |
| 6 * As a consequence of these version updates, changes a method signature and | 6 * As a consequence of these version updates, changes a method signature and |
| 7 deletes a method (overriding a previously deprecated, now deleted method). | 7 deletes a method (overriding a previously deprecated, now deleted method). |
| 8 These changes should not affect clients of this package. |
| 8 | 9 |
| 9 ## 1.0.0 | 10 ## 1.0.0 |
| 10 | 11 |
| 11 * Updates documentation about capabilities required for each method. | 12 * Updates documentation about capabilities required for each method. |
| 12 * **Potentially breaking bug fix**: Several mirror methods perform more strict | 13 * **Potentially breaking bug fix**: Several mirror methods perform more strict |
| 13 checks on capabilities, to make them match the documented requirements. In | 14 checks on capabilities, to make them match the documented requirements. In |
| 14 particular, `LibraryMirror.libraryDependencies` requires a | 15 particular, `LibraryMirror.libraryDependencies` requires a |
| 15 `libraryCapability`; `ClosureMirror.apply` requires an | 16 `libraryCapability`; `ClosureMirror.apply` requires an |
| 16 `InstanceInvokeCapability`; `ParameterMirror.hasDefaultValue`, | 17 `InstanceInvokeCapability`; `ParameterMirror.hasDefaultValue`, |
| 17 `ParameterMirror.defaultValue`, `MethodMirror.parameters`, | 18 `ParameterMirror.defaultValue`, `MethodMirror.parameters`, |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 * Transformer supports async `main` returning a `Future`. | 346 * Transformer supports async `main` returning a `Future`. |
| 346 * Other bug fixes... | 347 * Other bug fixes... |
| 347 | 348 |
| 348 ## 0.1.0 | 349 ## 0.1.0 |
| 349 | 350 |
| 350 * First published release. | 351 * First published release. |
| 351 | 352 |
| 352 ## 0.0.1 | 353 ## 0.0.1 |
| 353 | 354 |
| 354 * Initial project creation | 355 * Initial project creation |
| OLD | NEW |