Releases: DanielRamirez404/CppSafeIO
Releases · DanielRamirez404/CppSafeIO
v2.1.1
Minor update focused on contribution guidelines and following community standards.
Some of the new changes include:
- Added Code of Conduct.
- Added Contribution Guidelines.
- Added Security Policy.
- Added Pull Request template.
- Added Issue templates.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
CI
-focused release. Some of it pivotal changes include:
- Adding a
CI
system withGitHub Actions
, including on-push and on-PR
testing. - Adding a way better tests system, including automated tests with
CTest
. - Making it optional to use the
conio.h
header file onWindows
.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Second major version of the CppSafeIO library, featuring:
- Upgrades of the CMake build scripts.
- New version of the parseYesNoInput() function which lets the user choose their preferred characters.
- Several bug fixes and minor improvements.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
This is a quick release made to include better documentation on the library, including:
- Brand-new tests.
- Walkthrough on how to implement it using CMake.
- Gif showcasing the library's capabilies.
v1.0.0
Initial realease of the CppSafeIO library!
This version includes functions to gracefully handle user input and clear the console.
Key Features:
- Input conversion to any valid datatype.
- Clear the console on Linux, Windows or MacOS systems.
- Easy-to-use way to get full input line.