- Add usage section in README.
- More descriptive error message for
NotFoundError
. - Wake up model during
HostedModel
construction. - Add optional
pollIntervalMillis
parameter toHostedModel.waitUntilAwake()
method.
- 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.
Initial release.