v1.0.0
- β Generate client library automatically.
- β Support Edge Runtime.
- β
Export
StreamResponse
class to use as a response pointer in Services and to implement streaming without generators syntax. - β Extract generator types.
- β
Implement disposable objects (
using
keyword) to close stream responses automatically.