alphax_generator 1.0.1
alphax_generator: ^1.0.1 copied to clipboard
Dev-time source generator for typed REST clients that call AlphaXClient directly.
Changelog #
1.0.1 - 2026-08-31 #
- Refreshed stable tooling metadata and documentation links; no runtime or public API changes.
1.0.0 - 2026-08-30 #
- First stable release of the direct AlphaX typed REST tooling; generated clients continue to call AlphaX directly and borrow the supplied client.
1.0.0-rc.5 - 2026-08-30 #
- Finalized the direct AlphaX typed REST generation contract for common HTTP methods, path/query/header bindings, JSON bodies, typed decoding, cancellation, request options, multipart/file representations, and honest streaming seams.
- Confirmed generated clients call
AlphaXClientdirectly, borrow its lifecycle, keep serialization caller-owned, and remain independent of Dio, Retrofit, andpackage:httpat runtime.
1.0.0-rc.4 - 2026-08-30 #
- Added the AlphaX-owned direct typed REST source-generation surface.