- REFACTOR(core): move RouteRegistry interface to boot_core, decouple module from boot_http. (bb34c6fe)
- REFACTOR(core): consolidate parseDuration into boot_core. (96b5bcc7)
- FEAT(core): @ConfigurationProperties, lazy routes, self-contained boot_http_client. (1d148204)
- FEAT: decouple @Client generator via @BeanSource plugin architecture. (304a2097)
- Update a dependency to the latest release.
- FIX: correct repository branch from main to master. (e67007d9)
- FIX: use hosted version constraints for all inter-package dependencies. (9f80a8f8)
- FIX: correct repository URLs to zonnedev/dart-boot. (ee6ed62f)
- FIX(boot_http_common): add ClientFilterChain for type-safe client filter chaining. (4d2af9a6)
- FEAT: initial Boot Framework implementation. (3e58c7fb)