0.12.0
What's Changed
Adds top-level cancel
support
- Refactor to generator by @thekevinscott in #234
- Refactor upscale function into a generator by @thekevinscott in #236
- Move yielding to wrapper upscale function by @thekevinscott in #237
- Add abort signal to enable cancellation by @thekevinscott in #238
- Update version script by @thekevinscott in #239
- Remove anys in test by @thekevinscott in #232
- Cancel method integration test by @thekevinscott in #240
- Refactor upscale method to accept an internal args object by @thekevinscott in #241
- Refactor predict function by @thekevinscott in #243
- Refactor upscaling code to have better types around async generator return values by @thekevinscott in #242
- Set up a generator wrap function by @thekevinscott in #244
- Cancel method memory leak test by @thekevinscott in #245
- Update docs by @thekevinscott in #246
- Fix examples by @thekevinscott in #247
- Cancel example by @thekevinscott in #248
- Initialize value as undefined by @thekevinscott in #249
- Add top level abort by @thekevinscott in #250
Full Changelog: v0.11.0...v0.12.0