Version 1.3.0
Bugfixes
- Escape std::min or std::max if they are defined as C macro (PR #16)
- Fix older cmake compilation fails (PR #17)
- Fix Windows compilation errors
Features
- Add support for
ini
files - Add start_index argument to 'parse' function (PR #15)
- Add
reset
for Options
General
- Add catch2 test framework
- Add GitHub Actions