Skip to content

Releases: standardsemiconductor/serialport

0.6.0

Choose a tag to compare

@dopamane dopamane released this 21 Sep 21:29
8063098

What's Changed

Full Changelog: 0.5.6...0.6.0

0.5.6

Choose a tag to compare

@dopamane dopamane released this 23 Nov 10:19
9a9e39f

What's Changed

Full Changelog: 0.5.5...0.5.6

0.5.5

Choose a tag to compare

@dopamane dopamane released this 16 Jan 00:15
e81b4f9

What's Changed

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

Choose a tag to compare

@dopamane dopamane released this 13 Feb 01:25
  • Update package dependency constraints
    • base >= 4.12 && < 4.17

0.5.3

Choose a tag to compare

@dopamane dopamane released this 26 Sep 20:29
  • Update package dependency constraints
    • Win32 >= 2.11 && < 2.14
  • Add documentation and code samples

0.5.2

Choose a tag to compare

@dopamane dopamane released this 30 Mar 19:37
  • Update package dependency constraints

0.5.1

Choose a tag to compare

@dopamane dopamane released this 16 Jan 20:44
  • Lock Posix serial port for exclusive access
  • Simplify internal usage of serial port handles under both Posix and Windows
  • Add hWithSerial
  • Minor updates to make future refactoring easier

0.5.0

Choose a tag to compare

@dopamane dopamane released this 17 Dec 00:38
  • Derive Show and Read instances for SerialPortSettings, CommSpeed, StopBits, Parity, and FlowControl datatypes
  • Update minimum Cabal-version to 1.10
  • Minor syntax changes
  • Minor code cleanup