CTML 1.0.0
A cleanup/rewrite of CTML that makes the code more readable and easier to contribute to later.
From the previous versions, most is largely the same, aside from the ToTree
methods being removed for lack of usefulness, as well as the CTML::Document::WriteToFile
method being removed, as you can write to a file using your own methods with the output of CTML::Document::ToString
.
This release also introduces better test code (courteous of Catch2 and a CMake project for ease of building and including.