v3.0.0 (#79)
·
18 commits
to refs/heads/main
since this release
[3.0.0] - 2025-01-31
Added
- Added continuous mode support, by @RushikeshGavali and @compulim, in PR #73 and PR #78
- In continuous mode,
dictateandprogressevents will only report the latest round of recognition - After
end, the push button and checkbox will not be turned off automatically - When stopping the recognition, it will emit an
errorevent of erroraborted, this is the behavior same as in non-continuous mode - If the underlying Web Speech API implementation does not support continuous mode, it should work as if in interactive mode
- In continuous mode,
- Added
startandendevents, by @compulim, in PR #78
Changed
- Modernized project scaffold, by @compulim, in PR #74
- Ported all code to TypeScript
- Monorepo management changed to npm workspaces from lerna
- Bundler changed to esbuild/tsup from Babel
- Test environment changed to Happy DOM from JSDOM
- Added ES Modules in additional to CommonJS
- Removed
huskyandlint-staged