Releases: JuliaIO/LibSerialPort.jl
Releases · JuliaIO/LibSerialPort.jl
v0.5.2
LibSerialPort v0.5.2
Closed issues:
- Stable docs link broken in readme (#89)
Merged pull requests:
- Pass through more low-level functions (#91) (@Octogonapus)
v0.5.1
v0.5.0
LibSerialPort v0.5.0
Closed issues:
- Improve testing / continuous integration (#16)
- list_ports() doesn't display anything on Windows (#22)
- Warning:
convert(::Type{Vector{Char}}, s::AbstractString)
is deprecated, useVector{Char}(s)
instead. (#23) - Templatize parameter type of
readuntil
(to be able to change Char to UInt8) (#24) - test-low-level-api.jl fails due to 6-bit config test (#55)
- avoid duplicating read functions from base/io.jl (#58)
- [code] 'convert(Vector{Char},delim)' make MethodError for julia 1.4 (#66)
- Fix default flow control settings post #61 (#72)
- readuntil method ambiguity in 0.4.0 with HTTP (#76)
- Release v0.5 ? (#77)
Merged pull requests:
v0.4.0
LibSerialPort v0.4.0
Closed issues:
- Build issues on OS X (#44)
- list (#48)
- Array versions of write() don't work (#50)
- Test fails for
test_high_level_api(port, baudrate) == nothing
(#51) - flush versus drain (#53)
- inefficient handle_error implementation (#54)
Merged pull requests:
- Add readline and readuntil with timeout (#45) (@ianshmean)
- Install TagBot as a GitHub Action (#47) (@JuliaTagBot)
- Fixes for issues #50, #53, #54 (#56) (@mgkuhn)
- query USB attributes only if we have a USB adapter (fixes #51) (#57) (@mgkuhn)
- Add 1.4 to Travis testing targets (#60) (@samuelpowell)
v0.3.0
v0.2.0
v0.2.0 (2019-10-31)
Closed issues:
Merged pull requests:
- Update high-level-api.jl (#40) (yakir12)
- Generate Project.toml and remove REQUIRE (#38) (tknopp)
- Only test library load and port listing on CI (#35) (samuelpowell)
- Fix serial permissions on travis (#32) (samuelpowell)
- CI and test Updates (#31) (andrewadare)
- Move Windows binary repository to JuliaIO (#29) (samuelpowell)
Initial release
v0.1.0 Update README