Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 528 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 528 Bytes

Changelog

v0.3.0

  • Add usage section in README.
  • More descriptive error message for NotFoundError.
  • Wake up model during HostedModel construction.
  • Add optional pollIntervalMillis parameter to HostedModel.waitUntilAwake() method.

v0.2.0

  • Add CI/CD releases via CircleCI
  • Fix infinite loop with npm run build.
  • Add inline documentation with TypeDoc, generated in docs/.
  • Add InvalidArgumentError type and throw it when invalid arguments are passed to public methods.

v0.1.0

Initial release.