Releases: replicate/replicate-javascript
Releases · replicate/replicate-javascript
v0.17.0
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.1
- Add missing label to callback type definitions (#110) 53948d8
- Remove spurious ) in README.md 98b5c83
What's Changed
- Remove spurious ) in README.md by @nathanstitt in #108
- Add missing variable name to callback type definitions by @mattt in #110
New Contributors
- @nathanstitt made their first contribution in #108
Full Changelog: v0.14.0...v0.14.1
v0.14.0
- Add progress callback parameter to
runmethod (#107) 68da42d - Add abort signal option to
runmethod and stop callback towaitmethod (#106) fbc3bf2
What's Changed
- Add abort signal option to
runmethod and stop callback towaitmethod by @mattt in #106 - Add progress callback parameter to
runmethod by @mattt in #107
Full Changelog: v0.13.0...v0.14.0
v0.13.0
Breaking Changes
requestnow returnsPromise<Response>instead ofPromise<object>- The
waitparameter ofpredictions.createhas been removed. To wait for a prediction to finish, call thewaitmethod or callruninstead. - The
wait.maxAttemptsoption has been renamed towait.max_attempts.
What's Changed
- Update README.md by @laoshu133 in #86
- Document how to customize client requests by setting
fetchproperty by @mattt in #96 - Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #101
- Add information about training API to README by @mattt in #102
- Provide more information in API errors by @mattt in #103
- Fix
jsdoc/tag-lineslinter rule setting by @mattt in #105 - Add
streamoption topredictions.createoperation by @mattt in #99
New Contributors
- @laoshu133 made their first contribution in #86
Full Changelog: v0.12.3...v0.13.0
v0.12.3
v0.12.2
- Update devDependencies 91addd5
- Update package-lock.json d937b6a
- Update engines.node entry with npm, git, and yarn 32e6c10
- Add engines.node entry to package.json (#80) 415b35d
- Sleep after creating a prediction before polling for updates (#79) 9f9d09f
- Throw error when constructing client without required auth parameter (#77) a06fa0d
- Fix JSDoc linting issues (#75) fdbb5d0
What's Changed
- Fix JSDoc linting issues by @mattt in #75
- Throw error when constructing
Clientwithout requiredauthparameter by @mattt in #77 - Sleep after creating a prediction before polling for updates by @mattt in #79
- Add
engines.nodeentry topackage.jsonby @mattt in #80
Full Changelog: v0.12.1...v0.12.2