* Improved testing: tests are more robust and cover more cases. * Added support for the Catch2 testing framework.
3.1.2
3.1.1
* Using the new `conan_provider` approach to integrate conan into cmake. * Compatible with CLion.
3.1.0
* Create a simpler stub by default.
3.0.3
* According to https://en.cppreference.com/w/cpp/language/identifiers, identifiers in "_[A-Z].*" are reserved to the implementation. * Generated code has newlines as expected. * More modern version of `cmake` do not have `-v` option.