boot_generator 0.2.0+2
boot_generator: ^0.2.0+2 copied to clipboard
Code generators for the Boot framework.
0.2.0+1 #
- REFACTOR(core): move RouteRegistry interface to boot_core, decouple module from boot_http. (bb34c6fe)
0.2.0 #
Note: This release has breaking changes.
- REFACTOR(generator): remove boot_http dependency from bean_generator. (ac51f274)
- FIX(generator): stop generating boot_context.g.dart for @BootLibrary packages. (90a436ea)
- FIX(generator): library mode scans direct deps only, app mode scans transitive. (892f959e)
- FIX(generator): avoid Type name conflicts in generated beanType getter. (098d7596)
- FEAT(core): @ConfigurationProperties, lazy routes, self-contained boot_http_client. (1d148204)
- BREAKING REFACTOR(generator): metadata-driven architecture with modular generators. (4930ecb6)
0.1.1+1 #
- Update a dependency to the latest release.
0.1.0 #
- Initial release