Skip to content

Releases: Vatis-Tech/asr-client-js

v2.0.0

30 Jan 15:26
Compare
Choose a tag to compare

[[2.0.0] - 2023-01-30

Added

Changed

Nothing was changed.

Removed

Nothing was removed.

Fixed

  • The data examples for onData

[1.5.0] - 2023-01-09

09 Jan 15:27
Compare
Choose a tag to compare
v1.5.0

1.5.0

[1.4.1] - 2022-11-17

17 Nov 13:24
Compare
Choose a tag to compare
v1.4.1

1.4.1

[1.3.0] - 2022-05-03

03 May 09:45
Compare
Choose a tag to compare

Added

No new features were added.

Changed

  • Right now, instead of sending one message and waiting for its full response, you can send up to waitingAfterMessages before waiting for full responses

Removed

Nothing was removed.

Fixed

No fixes were made.

[1.2.0] - 2022-04-11

11 Apr 11:55
d5d7e79
Compare
Choose a tag to compare

Added

No new features were added.

Changed

No changes were made.

Removed

Nothing was removed.

Fixed

  • Fix error for this.logger when calling the onError function inside ApiKeyGenerator and InstanceReservation

[1.1.0] - 2022-04-04

11 Apr 11:54
4a6f1f2
Compare
Choose a tag to compare

Added

  • Added errorHandler prop for the client: this will be called now, instead of console.error and throw of the errors

Changed

  • Changed the way errors are handled: no error is consoled or thrown anymore, they are sent through the errorHandler prop so that the user/client can catch them and action accordingly

Removed

  • const errorMessage = ...
  • console.error(errorMessage);
  • throw errorMessage;

Fixed

No fixes were made.

[1.0.0] - 2022-03-28

11 Apr 11:53
d5852ec
Compare
Choose a tag to compare

Added

  • Initial code for Vatis Tech browser JavaScript client of Vatis Tech ASR services

Changed

No changes were made.

Removed

Nothing was removed.

Fixed

No fixes were made.