astra_dart 1.0.1
astra_dart: ^1.0.1 copied to clipboard
A modern, type-safe web framework for Dart inspired by FastAPI. Features include dependency injection, auto-generated OpenAPI docs, and generic controllers.
1.0.0 #
- First stable release of Astra Framework! 🚀
- Fully decoupled database features (bring your own ORM).
- Robust HTTP 422 validation for Request/Path/Query payloads with DTO support.
- Dependency Injection system fortified against AOT/JIT type erasure.
- Extensive integration tests ensuring router and generator stability.
- Support for generating native executables via AOT compilation
dart compile exe.
0.1.0 #
- Initial release of Astra Framework.
- Core routing with
@Controller,@Get,@Postannotations. - Dependency Injection container.
- OpenAPI/Swagger documentation generation.
- Request/Response DTO serialization.
- Middleware support (Auth, Logger).