Skip to content

Releases: nemtrif/utfcpp

Release 4.0.5

31 Dec 16:31
6be08bb
Compare
Choose a tag to compare

More CMake fixes...

Release 4.0.4

10 Dec 15:45
Compare
Choose a tag to compare

More CMake contributions and official deprecation of CMake support.

Release 4.0.3

03 Dec 23:06
Compare
Choose a tag to compare

A minor release that fixes an issue with CMakeLists.txt: #115

Release 4.0.2

04 Nov 15:37
f6780f7
Compare
Choose a tag to compare

A minor release that contains a fix for CMakeList.txt by @ufleisch

Release 4.0.1

28 Oct 15:27
Compare
Choose a tag to compare

Fix for #111 - broken utf8::unchecked::utf16to8()

Release 4.0.0

22 Oct 20:04
925e714
Compare
Choose a tag to compare

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

24 Sep 21:23
Compare
Choose a tag to compare
Release 3.2.5 Pre-release
Pre-release

Fix for #78 . Documentation updates. More CMake contributions.

Note that this release contains a bug described in #111 . If you use unchecked namespace, please avoid it.

Release 3.2.4

12 Aug 15:22
Compare
Choose a tag to compare

Minor CMake improvements.

Release 3.2.3

29 Dec 17:21
Compare
Choose a tag to compare

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

v3.2.2

06 Nov 21:17
Compare
Choose a tag to compare

Release 3.2.1. Minor changes that eliminate some conversion warnings in some cases.