Releases: Vatis-Tech/asr-client-js
Releases · Vatis-Tech/asr-client-js
v2.0.0
[[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
v1.5.0 1.5.0
[1.4.1] - 2022-11-17
v1.4.1 1.4.1
[1.3.0] - 2022-05-03
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
waitingAfterMessagesbefore waiting for full responses
Removed
Nothing was removed.
Fixed
No fixes were made.
[1.2.0] - 2022-04-11
Added
No new features were added.
Changed
No changes were made.
Removed
Nothing was removed.
Fixed
- Fix error for
this.loggerwhen calling theonErrorfunction insideApiKeyGeneratorandInstanceReservation
[1.1.0] - 2022-04-04
Added
- Added
errorHandlerprop for the client: this will be called now, instead ofconsole.errorandthrowof the errors
Changed
- Changed the way errors are handled: no error is consoled or thrown anymore, they are sent through the
errorHandlerprop 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
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.