All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.0.1 - 2017-11-27
- Fixed link to TravisCI image in README.
v2.0.0 - 2017-11-27
- Added CMake build support.
- Added basic, config and read/write unit tests using gtest.
- Improved read() performance due to removal of buffer creation on every call.
- TravisCI configuration file.
- Build script under
tools/
.
- Updated serial port to use C++14.
- Changed library name from serial-port to CppLinuxSerial.
- Updated Doxygen comments.
v1.0.1 - 2014-05-21
- Added ability to enable/disable echo with 'SerialPort::EnableEcho()'.
- Initial commit. serial-port-cpp library has basic functions up and running.