Releases: bugst/go-serial
Releases ยท bugst/go-serial
v1.6.4
v1.6.3
What's Changed
- Hack to workaround misbehaving CH340 drivers on Windows by @cmaglie in #200
- fix: add shims for GOARCH=wasm with GOOS=js and GOOS=wasip1 by @paralin in #176
- Workflows: Use CGO_ENABLED=1 for MacOS by @AndreRenaud in #186
- Fixed minor documentation typos by @twpayne in #188
- Go-format source code: fix warning by @deining in #184
- Fix typos by @deining in #183
- Use Windows serial comm functions from golang.org/x/sys/windows by @twpayne in #187
- Report the actual error instead of nil... by @Dirk007 in #195
New Contributors
- @paralin made their first contribution in #176
- @deining made their first contribution in #185
- @twpayne made their first contribution in #188
- @Dirk007 made their first contribution in #195
Full Changelog: v1.6.2...v1.6.3
v1.6.2
v1.6.1
Release v1.6.0
What's Changed
- feat: add ttyHS support for linux by @ian-xu in #164
- Feature/drain support by @polomsky and @AndreRenaud in #159 #83
- Make Open return a nil interface on failure by @quite in #155
- darwin: use Go type wrappers to avoid declaring Go methods on C types. by @deadprogram in #163 (provides support for go1.21+)
Full Changelog: v1.5.0...v1.6.0