1.1.1
I removed std::string_view
and moved back down to C++11 for this release as I realized that C++17 as it is still fairly new. I don't wish to lock people out of using this library if their compiler doesn't support it.
I also had to change the CTML::ToStringOptions
struct to use a constructor rather than allowing the use of an initializer list, as it seemed to lead to errors.