Releases: leaonline/easy-speech
Releases · leaonline/easy-speech
v2.4.0
Installation
npm link: https://www.npmjs.com/package/easy-speech/v/2.4.0
$ npm install [email protected]
Changes
- Add noStop option to EasySpeech.speak in EasySpeech.js by @ivoryguard in #271
Dependency updates
- build(deps-dev): bump @babel/preset-env from 7.23.5 to 7.23.8 by @dependabot in #250
- build(deps-dev): bump jsdoc-to-markdown from 8.0.0 to 8.0.1 by @dependabot in #259
- build(deps-dev): bump mocha from 10.2.0 to 10.3.0 by @dependabot in #260
- build(deps-dev): bump @babel/preset-env from 7.23.8 to 7.24.4 by @dependabot in #272
- build(deps-dev): bump rollup from 4.6.0 to 4.16.4 by @dependabot in #274
- build(deps-dev): bump sinon from 17.0.1 to 18.0.0 by @dependabot in #281
- build(deps-dev): bump rollup from 4.16.4 to 4.17.2 by @dependabot in #279
- build(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 by @dependabot in #277
- build(deps-dev): bump @babel/core from 7.23.5 to 7.24.5 by @dependabot in #276
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.7 to 25.0.8 by @dependabot in #283
- build(deps-dev): bump rollup from 4.17.2 to 4.18.0 by @dependabot in #282
- build(deps-dev): bump mocha from 10.3.0 to 10.4.0 by @dependabot in #275
- build(deps-dev): bump chai from 4.3.10 to 5.1.0 by @dependabot in #261
- build(deps-dev): bump chai from 5.1.0 to 5.1.1 by @dependabot in #284
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 by @dependabot in #288
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #291
- build(deps-dev): bump mocha from 10.4.0 to 10.7.0 by @dependabot in #303
New Contributors
- @ivoryguard made their first contribution in #271
Full Changelog: v2.3.1...v2.4.0
v2.4.0-rc.0
Installation
url: https://www.npmjs.com/package/easy-speech/v/2.4.0-rc.0
$ npm install [email protected]
Dependencies updates
- build(deps-dev): bump @babel/preset-env from 7.23.5 to 7.23.8 by @dependabot in #250
- build(deps-dev): bump jsdoc-to-markdown from 8.0.0 to 8.0.1 by @dependabot in #259
- build(deps-dev): bump mocha from 10.2.0 to 10.3.0 by @dependabot in #260
- build(deps-dev): bump @babel/preset-env from 7.23.8 to 7.24.4 by @dependabot in #272
- build(deps-dev): bump rollup from 4.6.0 to 4.16.4 by @dependabot in #274
Enhancements
- Add noStop option to EasySpeech.speak in EasySpeech.js by @ivoryguard in #271
- Export TypeScript types using
export
field
New Contributors
- @ivoryguard made their first contribution in #271
Full Changelog: v2.3.1...v2.4.0-rc.0
v2.3.1
Installation
npm link: https://www.npmjs.com/package/easy-speech/v/2.3.1
$ npm install [email protected]
What's Changed
- fix(#242): prevent resumeInfinity on Edge/MS (Natural) voices by @jankapunkt in #254
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- build(deps-dev): bump @babel/core from 7.23.2 to 7.23.5 by @dependabot in #233
- build(deps-dev): bump rollup from 4.3.0 to 4.6.0 by @dependabot in #231
- build(deps-dev): bump @babel/preset-env from 7.23.2 to 7.23.5 by @dependabot in #234
- Feature: voice filtering by @jankapunkt in #243
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Install
$ npm install easy-speech@2.2.0
NPM link: https://www.npmjs.com/package/easy-speech/v/2.2.0
What's Changed
- build(deps-dev): bump rollup-plugin-copy from 3.4.0 to 3.5.0 by @dependabot in #199
- build(deps-dev): bump sinon from 15.1.0 to 15.2.0 by @dependabot in #197
- build(deps-dev): bump @babel/preset-env from 7.22.10 to 7.22.14 by @dependabot in #196
- build(deps-dev): bump @babel/core from 7.22.10 to 7.22.11 by @dependabot in #194
- build(deps-dev): bump chai from 4.3.7 to 4.3.8 by @dependabot in #193
- build(deps-dev): bump chai from 4.3.8 to 4.3.10 by @dependabot in #208
- build(deps-dev): bump sinon from 15.2.0 to 16.0.0 by @dependabot in #202
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.0 to 25.0.4 by @dependabot in #198
- build(deps-dev): bump @babel/preset-env from 7.22.15 to 7.22.20 by @dependabot in #204
- build(deps-dev): bump @babel/core from 7.22.17 to 7.23.0 by @dependabot in #206
- build(deps-dev): bump sinon from 16.0.0 to 16.1.3 by @dependabot in #221
- ci: remove node 14 from test matrix by @jankapunkt in #228
- Fix: warn or throw on max text length exceeded by @jankapunkt in #229
- Added FAQ Section
Full Changelog: v2.1.1...v2.2.0
v.2.1.1
Release link and installation
NPM: https://www.npmjs.com/package/easy-speech/v/2.1.1
$ npm install [email protected]
What's Changed
Features
- Typescript types by @jankapunkt in #195
Dependencies
- build(deps-dev): bump c8 from 7.14.0 to 8.0.0 by @dependabot in #165
- docs(demo): add option to list all voices by @jankapunkt in #167
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.1 to 25.0.2 by @dependabot in #168
- build(deps-dev): bump rollup from 3.25.1 to 3.26.0 by @dependabot in #171
- build(deps-dev): bump sinon from 15.1.2 to 15.2.0 by @dependabot in #169
- build(deps-dev): bump rollup from 3.26.0 to 3.26.2 by @dependabot in #175
- build(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.7 by @dependabot in #176
- build(deps-dev): bump @babel/core from 7.22.5 to 7.22.8 by @dependabot in #177
- build(deps-dev): bump @babel/preset-env from 7.22.7 to 7.22.9 by @dependabot in #178
- build(deps-dev): bump @babel/core from 7.22.8 to 7.22.9 by @dependabot in #179
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 by @dependabot in #181
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #182
- build(deps-dev): bump @babel/core from 7.22.9 to 7.22.10 by @dependabot in #188
- build(deps-dev): bump @babel/preset-env from 7.22.9 to 7.22.10 by @dependabot in #187
- build(deps-dev): bump rollup from 3.26.2 to 3.27.2 by @dependabot in #186
- build(deps-dev): bump c8 from 8.0.0 to 8.0.1 by @dependabot in #183
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4 by @dependabot in #190
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Release link and installation
NPM: https://www.npmjs.com/package/easy-speech/v/2.1.0
$ npm install [email protected]
What's Changed
Features/fixes
- docs: add issue templates by @jankapunkt in #161
- fix: demo sliders always parse values to Number by @jankapunkt in #157
- feature: add quiet flag to init fn to silently fail on error by @jankapunkt in #155
- feature: force use/prevent resumeInfinity via flag by @jankapunkt in #156
Dependencies
- build(deps-dev): bump rollup from 3.17.3 to 3.19.1 by @dependabot in #119
- build(deps-dev): bump rollup from 3.19.1 to 3.20.2 by @dependabot in #124
- build(deps-dev): bump sinon from 15.0.1 to 15.0.3 by @dependabot in #125
- build(deps-dev): bump @babel/preset-env from 7.20.2 to 7.21.4 by @dependabot in #126
- build(deps-dev): bump @babel/core from 7.21.0 to 7.21.4 by @dependabot in #127
- build(deps-dev): bump @rollup/plugin-commonjs from 24.0.1 to 24.1.0 by @dependabot in #128
- build(deps-dev): bump rollup from 3.20.2 to 3.21.2 by @dependabot in #137
- build(deps-dev): bump @babel/preset-env from 7.21.4 to 7.21.5 by @dependabot in #135
- build(deps-dev): bump @babel/core from 7.21.4 to 7.21.5 by @dependabot in #134
- build(deps-dev): bump sinon from 15.0.3 to 15.0.4 by @dependabot in #131
- build(deps-dev): bump rollup from 3.21.2 to 3.21.4 by @dependabot in #140
- build(deps-dev): bump @babel/core from 7.21.5 to 7.21.8 by @dependabot in #138
- build(deps-dev): bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 by @dependabot in #143
- build(deps-dev): bump rollup from 3.21.4 to 3.21.7 by @dependabot in #144
- build(deps-dev): bump sinon from 15.0.4 to 15.1.0 by @dependabot in #147
- build(deps-dev): bump rollup from 3.21.7 to 3.23.0 by @dependabot in #148
- build(deps-dev): bump @babel/core from 7.21.8 to 7.22.1 by @dependabot in #149
- build(deps-dev): bump @babel/preset-env from 7.21.5 to 7.22.2 by @dependabot in #150
- build(deps-dev): bump @babel/preset-env from 7.22.2 to 7.22.4 by @dependabot in #152
- build(deps-dev): bump c8 from 7.13.0 to 7.14.0 by @dependabot in #151
- build(deps-dev): bump standard from 17.0.0 to 17.1.0 by @dependabot in #153
- build(deps-dev): bump rollup from 3.23.0 to 3.23.1 by @dependabot in #154
- build(deps-dev): bump @babel/preset-env from 7.22.4 to 7.22.5 by @dependabot in #159
- build(deps-dev): bump rollup from 3.23.1 to 3.24.0 by @dependabot in #158
- build(deps-dev): bump @babel/core from 7.22.1 to 7.22.5 by @dependabot in #160
- build(deps-dev): bump sinon from 15.1.0 to 15.1.2 by @dependabot in #162
- build(deps-dev): bump @rollup/plugin-commonjs from 25.0.0 to 25.0.1 by @dependabot in #163
- build(deps-dev): bump rollup from 3.24.0 to 3.25.1 by @dependabot in #164
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Added multiple build targets
- Potentially breaking for ci, since build output is
now in/dist
folder - Npm package also links to respective files in
/dist
instead ofindex.js
, which is now moved to/src
folder /docs
are now compatible with older and exotic browsers
What's Changed
- build(deps-dev): bump mocha from 10.1.0 to 10.2.0 by @dependabot in #88
- build(deps-dev): bump sinon from 15.0.0 to 15.0.1 by @dependabot in #91
- build(deps-dev): bump c8 from 7.12.0 to 7.13.0 by @dependabot in #110
- build(deps-dev): bump rollup from 3.7.1 to 3.17.2 by @dependabot in #112
- ci: codeql runs on push only when master is targeted by @jankapunkt in #113
- build(deps-dev): bump rollup from 3.17.2 to 3.17.3 by @dependabot in #115
- Build multple targets by @jankapunkt in #114
Full Changelog: v1.2.1...v2.0.0
v1.2.1
What's Changed
- build(deps-dev): bump rollup from 2.75.7 to 2.77.1 by @dependabot in #55
- build(deps-dev): bump c8 from 7.11.3 to 7.12.0 by @dependabot in #54
- build(deps-dev): bump sinon from 14.0.0 to 14.0.1 by @dependabot in #63
- build(deps-dev): bump rollup from 2.77.1 to 3.1.0 by @dependabot in #66
- build(deps-dev): bump mocha from 10.0.0 to 10.1.0 by @dependabot in #68
- build(deps-dev): bump rollup from 3.1.0 to 3.2.3 by @dependabot in #69
- adding navbar by @Gopal2021025 in #72
- build(deps-dev): bump chai from 4.3.6 to 4.3.7 by @dependabot in #75
- build(deps-dev): bump sinon from 14.0.1 to 14.0.2 by @dependabot in #76
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #77
- build(deps-dev): bump rollup from 3.2.3 to 3.3.0 by @dependabot in #78
- build(deps-dev): bump jsdoc-to-markdown from 7.1.1 to 8.0.0 by @dependabot in #81
- build(deps-dev): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #82
- build(deps-dev): bump rollup from 3.3.0 to 3.7.1 by @dependabot in #87
- fix: Support for KaiOS 2.5 #83 by @andre-dietrich in #97
New Contributors
- @Gopal2021025 made their first contribution in #72
- @andre-dietrich made their first contribution in #97
Full Changelog: 1.2.0...v1.2.1
v1.2.0
Published version
https://www.npmjs.com/package/easy-speech/v/1.2.0
What's Changed
- tests: updated
- fix(core): init() prevents infinite pending, in case onvoiceschanged exists but never fires
- feature(core): speak() accepts force flag to force-speak even if no voices are loaded
- update(build): IDE files added to gitignore
- update dev devpendencies to their latest versions
New Contributors
- @dependabot made their first contribution in #15
Full Changelog: 1.1.2...1.2.0