v13.0.0
13.0.0 (2024-12-23)
This release is a long time coming. Big thanks to @Nerivec for bringing everything up to date, to @Azq2 for fixing custom baudrate for OSX & Linux, to @rosek86 for extracting bindings to improve webpack and to @markw65 for fixing Fix single character reads on windows.
Apologies to the authors of the bug fixes and features I haven't yet merged.
This is technically a breaking change due to the new nodejs targeting which drops some older builds however the apis are the same.
Bug Fixes
- close windows read handle when reading one byte (#197) (4655cc1), closes #165
- custom baudrate for OSX & Linux (#186) (f3174ff)
- deps: update dependency @serialport/parser-readline to v12 (#137) (c6e5dc0)
- single character reads on windows fail (#165) (f8bfc1e)
- token for release (5f5a0fb)
chore
BREAKING CHANGES
- Targeting node 20, upgrading prebuilds, makes webpacking binaries easier