Skip to content

Releases: DanielRamirez404/CppSafeIO

v2.1.1

12 Apr 23:18
e21ffe7
Compare
Choose a tag to compare

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

18 Mar 01:53
d26e9fa
Compare
Choose a tag to compare

CI-focused release. Some of it pivotal changes include:

  • Adding a CI system with GitHub 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 on Windows.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

03 Mar 05:14
Compare
Choose a tag to compare

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

26 Jan 00:00
8280a31
Compare
Choose a tag to compare

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

24 Jan 00:14
38f32c4
Compare
Choose a tag to compare

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.