Releases: markatk/serial-unit-testing
Releases · markatk/serial-unit-testing
v0.2.4
v0.2.3
Warning
Serial open_with_settings
changed to move settings instead of using a reference.
Added
- Add getter and setter for serial port settings
- Add from conversion traits for settings and settings enums
- Add page up and down for output scrolling
- Add various read (until) functions to serial
Changes
- Change serial settings to be moved in open functions
- Fix read_min_str and read_min_str_with_format timeout detection
v0.2.2
Added
- Add loopback serial port device. Can be used in every place a serial port is required (by opening device named "loopback")
- Add manual output scrolling in monitor command with shift + up/down keys. Current position and total lines will be displayed in bottom right corner
- Add crate features to be able to use the library without the binary dependencies and tests without colored dependency
- Add prelude module to simplify usage of the library
Changes
- Fix newest output line not visible when scrolling in monitor
- Fix hexadecimal lower case response comparison in tests and check command
v0.2.1
v0.2.0
Added
- Add pages to help window
- Add missing hot keys to help window
- Add cargo audit in travis
- Add input escaping to monitor
Changes
- Change error handling to use custom error and result
- Make monitor helper functions available in library
- Fix error handling in serial
v0.1.8
v0.1.7
Added
- Add newline format to monitor
- Show port name and config in monitor title
- Add help window to monitor
- Add version command
Changes
- Move windows CI testing to travis
- Fix octal and decimal format conversion on serial write
- Fix cursor position in monitor history