Skip to content

Releases: replicate/replicate-javascript

v0.12.2

09 Jun 13:58
8c8bcd9

Choose a tag to compare

  • 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

v0.12.1...v0.12.2

What's Changed

  • Fix JSDoc linting issues by @mattt in #75
  • Throw error when constructing Client without required auth parameter by @mattt in #77
  • Sleep after creating a prediction before polling for updates by @mattt in #79
  • Add engines.node entry to package.json by @mattt in #80

Full Changelog: v0.12.1...v0.12.2

v0.12.1

11 May 18:43
da11bac

Choose a tag to compare

  • Add fetch to type definition for constructor options (#70) e3b91d3

v0.12.0...v0.12.1

What's Changed

  • Add fetch to type definition for constructor options by @mattt in #70

Full Changelog: v0.12.0...v0.12.1

v0.12.0

07 May 12:02
3fc58e6

Choose a tag to compare

  • Add support for collections.list endpoint (#66) 66443a8
  • Add example of how to pass a file input to a model (#63) 83a5025

v0.11.1...v0.12.0

v0.11.1

21 Apr 12:50
a7c7151

Choose a tag to compare

v0.11.0...v0.11.1

0.11.0

17 Apr 13:35
4dddc1c

Choose a tag to compare

  • Update identifier validation logic for run method (#55) f1c725f
  • Add support for predictions.cancel endpoint (#52) 4aa2362
  • Typo in README (#54) a94439e

v0.10.0...v0.11.0

v0.10.0

12 Apr 10:16
35fd451

Choose a tag to compare

  • Add support for trainings.list endpoint (#51) dd1dd6a

v0.9.3...v0.10.0

v0.9.3

12 Apr 10:15
0788be5

Choose a tag to compare

  • Annotate optional fields correctly (#50) c0f0422
  • Fix typo on predict_time property type declaration 4517596
  • Document that request throws Error ae67411
  • Configure jsconfig.json and tsconfig.json (#47) be59552
  • Configure path to tsconfig.json in .eslintrc.js f36a0e4
  • Add lint step to CI workflow (#46) 059e331

v0.9.2...v0.9.3

v0.9.2

11 Apr 21:19
3af63f9

Choose a tag to compare

v0.9.1...v0.9.2

v0.9.1

10 Apr 21:47
08897ea

Choose a tag to compare

  • Update type definitions for trainings (#45) 1943294

v0.9.0...v0.9.1

v0.9.0

05 Apr 21:36
586cd61

Choose a tag to compare

  • Replace axios with native fetch (#31) b339725
  • Use nock to mock HTTP responses in tests (#38) 6218765

v0.8.0...v0.9.0