|
18 | 18 |
|
19 | 19 | ### Other Notes & Contributions
|
20 | 20 |
|
| 21 | +## [2.5.0-beta02] - 2024-02-23 |
| 22 | + |
| 23 | +### Fixed |
| 24 | +- Binding supertype which is narrower than return type is wrongly allowed by @IlyaGulya in ([#833](https://github.com/square/anvil/pull/833)) |
| 25 | +- Don't cache the `projectDir` or `binaryFile` as part of `GeneratedFileCache` by @RBusarow in ([#883](https://github.com/square/anvil/pull/883)) |
| 26 | +- Add restored-from-cache, previously-generated files to analysis results after code generation by @RBusarow in ([#882](https://github.com/square/anvil/pull/882)) |
| 27 | + |
| 28 | +### Other Notes & Contributions |
| 29 | +- @IlyaGulya made their first contribution in ([#833](https://github.com/square/anvil/pull/833)) |
| 30 | + |
| 31 | +### Added |
| 32 | +- Incremental compilation and build caching fixes ([#836](https://github.com/square/anvil/pull/836)) |
| 33 | +- Configuration options can now be set via Gradle properties ([#851](https://github.com/square/anvil/pull/851)) |
| 34 | + |
| 35 | +### Changed |
| 36 | +- Upgrade Kotlin to `1.9.22` ([#814](https://github.com/square/anvil/pull/814)) |
| 37 | +- don't leak Anvil's annotation artifacts to the target project's compile classpath ([#822](https://github.com/square/anvil/pull/822)) |
| 38 | +- Update to dagger 2.50 ([#830](https://github.com/square/anvil/pull/830)) |
| 39 | + |
| 40 | +### Removed |
| 41 | +- Drop Kotlin 1.8 support ([#841](https://github.com/square/anvil/pull/841)) |
| 42 | + |
| 43 | +### Custom Code Generator |
| 44 | +- The `GeneratedFile` result type has been deprecated in favor of `GeneratedFileWithSources`. This new type allows for precise tracking of the generated files, which in turn drastically improves incremental compilation performance ([#693](https://github.com/square/anvil/pull/693)). |
| 45 | + |
| 46 | +### Other Notes & Contributions |
| 47 | +- Support KSP in ContributesSubcomponentGenerator ([#828](https://github.com/square/anvil/pull/828)) |
| 48 | + |
21 | 49 | ## [2.5.0-beta01] - 2024-02-14
|
22 | 50 |
|
23 | 51 | ### Added
|
|
657 | 685 |
|
658 | 686 |
|
659 | 687 |
|
660 |
| -[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta01...HEAD |
| 688 | +[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta02...HEAD |
| 689 | +[2.5.0-beta02]: https://github.com/square/anvil/releases/tag/v2.5.0-beta02 |
661 | 690 | [2.5.0-beta01]: https://github.com/square/anvil/releases/tag/v2.5.0-beta01
|
662 | 691 | [2.4.9]: https://github.com/square/anvil/releases/tag/v2.4.9
|
663 | 692 | [2.4.8]: https://github.com/square/anvil/releases/tag/v2.4.8
|
|
0 commit comments