|
6 | 6 |
|
7 | 7 | ### Changed |
8 | 8 |
|
9 | | -- Anvil's generated hints are now all generated to the same `anvil.hint` package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. |
10 | | - |
11 | 9 | ### Deprecated |
12 | 10 |
|
13 | 11 | ### Removed |
|
20 | 18 |
|
21 | 19 | ### Other Notes & Contributions |
22 | 20 |
|
23 | | -## [2.5.0-beta07] - 2024-04-16 |
24 | 21 |
|
25 | | -### Added |
| 22 | +## [2.5.0-beta08] - 2024-05-01 |
26 | 23 |
|
27 | 24 | ### Changed |
28 | 25 |
|
29 | | -### Deprecated |
30 | | - |
31 | | -### Removed |
| 26 | +- Anvil's generated hints are now all generated to the same `anvil.hint` package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. ([#975](https://github.com/square/anvil/pull/975)) |
32 | 27 |
|
33 | 28 | ### Fixed |
34 | 29 |
|
35 | | -* Another mangled name workaround in KSP ([#966](https://github.com/square/anvil/pull/966)) |
| 30 | +- cache generated file paths relative to the build directory (changed from project directory) ([#979](https://github.com/square/anvil/pull/979)) |
| 31 | +- check both kapt and ksp for dagger-compiler when using KSP ([#989](https://github.com/square/anvil/pull/989)) |
36 | 32 |
|
37 | | -### Security |
| 33 | +## [2.5.0-beta07] - 2024-04-16 |
38 | 34 |
|
39 | | -### Custom Code Generator |
| 35 | +### Fixed |
40 | 36 |
|
41 | | -### Other Notes & Contributions |
| 37 | +- Another mangled name workaround in KSP ([#966](https://github.com/square/anvil/pull/966)) |
42 | 38 |
|
43 | 39 | ## [2.5.0-beta06] - 2024-04-16 |
44 | 40 |
|
|
49 | 45 | > [!IMPORTANT] |
50 | 46 | > IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like `priority = RANK_NORMAL`. This is an IntelliJ limitation. |
51 | 47 |
|
52 | | -### Removed |
53 | | - |
54 | 48 | ### Fixed |
55 | 49 |
|
56 | 50 | * pass files with only top-level function/property declarations to `CodeGenerator` implementations ([#956](https://github.com/square/anvil/pull/956)) |
|
745 | 739 |
|
746 | 740 | - Initial release. |
747 | 741 |
|
748 | | -[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta07...HEAD |
| 742 | +[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta08...HEAD |
| 743 | +[2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08 |
749 | 744 | [2.5.0-beta07]: https://github.com/square/anvil/releases/tag/v2.5.0-beta07 |
750 | 745 | [2.5.0-beta06]: https://github.com/square/anvil/releases/tag/v2.5.0-beta06 |
751 | 746 | [2.5.0-beta05]: https://github.com/square/anvil/releases/tag/v2.5.0-beta05 |
|
0 commit comments