Releases: leaonline/easy-speech
Releases · leaonline/easy-speech
v1.1.2
- fix issue with MacOS + FireFox where the browser is incompatible with the Chrome-targeting resumeInfity fix
- package release: https://www.npmjs.com/package/easy-speech/v/1.1.2
v1.1.1
1.1.1
- fixed
resumeInfinity
timer on android browsers, because on AndroidspeechSynthesis.pause()
has the same effect ascancel
v1.1.0
- coverage only includes main file
- fix issue in docs/pages where first selected voice is ignored
- debug utterance properties when speaking
- load default voices when exist or use fallbacks when not
- coverage improved to ~98%
- fix broken feature detected by using bracket notation in favour of 'in' keyword
- improved detection and additional voiceschanged fallback when onvoiceschanged does not exist
- remove optional chaining as some browsers still have problems with it**
v1.0.0
Initial release containing all necessary tests and has coverage of > 95%