Skip to content

Releases: Fe-Bell/RapidXML

v.1.17

14 Jul 06:02
3a42082
Compare
Choose a tag to compare
  • Includes fixes in PR #12
  • Adds new gtest project
  • Deprecates Example project
  • Updates header versions

Thank you to all those who contributed.

v.1.16

20 Sep 04:06
b208201
Compare
Choose a tag to compare

Updated VS projects to 2022 and VC++143
Fixes Clang build errors
Fixes C++20 operator errors

Thank you to those that contributed for this release!

v.1.15

30 Aug 02:51
9100da1
Compare
Choose a tag to compare

Version 1.15 features:

*RapidXML is delivered as a VS2019, VC142 static library
*RapidXMLSTD.hpp - A C-like wrapper that is exposed by the library. It reduces the verbosity of raw RapidXML classes, making it easier to get started with this project.