Skip to content

Releases: JuliaIO/LibSerialPort.jl

v0.5.2

27 Jan 20:36
8d941b5
Compare
Choose a tag to compare

LibSerialPort v0.5.2

Diff since v0.5.1

Closed issues:

  • Stable docs link broken in readme (#89)

Merged pull requests:

v0.5.1

20 Oct 17:56
Compare
Choose a tag to compare

LibSerialPort v0.5.1

Diff since v0.5.0

minor documentation fix

Closed issues:

  • "Inappropriate ioctl for device" when opening Port (#84)
  • Please enable CI build of documentation (#86)
  • Stable docs link broken in readme (#89)

Merged pull requests:

v0.5.0

11 Nov 16:12
83b0506
Compare
Choose a tag to compare

LibSerialPort v0.5.0

Diff since v0.4.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, use Vector{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:

  • Update testing and version on master (#73) (@samuelpowell)
  • Add missing timeout implementation from #61 and fixed #72 (missing flow-control setting in tests) (#74) (@mgkuhn)

v0.4.0

14 Aug 16:08
801de82
Compare
Choose a tag to compare

LibSerialPort v0.4.0

Diff since v0.3.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:

v0.3.0

27 Nov 18:18
v0.3.0
e69636d
Compare
Choose a tag to compare

Now requires julia 1.3 given dependency for libserialport_jll

v0.3.0 (2019-11-27)

Diff since v0.2.0

Closed issues:

  • LibSerialPort 0.2.0 (#41)
  • function to output array of available ports (#39)
  • Publish a release (#27)

Merged pull requests:

  • Test moving to libserialport_jll dependency (#43) (ianshmean)

v0.2.0

31 Oct 13:48
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2019-10-31)

Diff since v0.1.0

Closed issues:

  • Enable Travis (#30)
  • Move repo to JuliaIO Github org (#20)

Merged pull requests:

Initial release

28 Mar 18:09
Compare
Choose a tag to compare
v0.1.0

Update README