Skip to content

CTML 1.0.0

Compare
Choose a tag to compare
@tinfoilboy tinfoilboy released this 09 Dec 23:10
· 45 commits to master since this release

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.