Releases: nemtrif/utfcpp
Releases · nemtrif/utfcpp
Release 4.0.6
Release 4.0.5
More CMake fixes...
Release 4.0.4
More CMake contributions and official deprecation of CMake support.
Release 4.0.3
A minor release that fixes an issue with CMakeLists.txt: #115
Release 4.0.2
A minor release that contains a fix for CMakeList.txt by @ufleisch
Release 4.0.1
Fix for #111 - broken utf8::unchecked::utf16to8()
Release 4.0.0
This is a major release that includes the following new features:
- Utf16 strings codepoint iteration and appending: #91 (special thanks to @ceztko)
- Support for u8string (thanks to @XCI9)
- find_invalid and is_valid for C-style strings
There was also a complete overhaul of the CMake build system - testing is now not included in the main CMakeList.txt file and is not a part of the "build".
Release 3.2.5
Release 3.2.4
Minor CMake improvements.
Release 3.2.3
A minor release that includes a fix for https://github.com/nemtrif/utfcpp/issues/92[: Clang 10 Compiler warnings](e3e57c8) and build system improvements by @Finkman