Skip to content

Releases: nemtrif/utfcpp

Release 3.2.1

06 Jun 15:21
Compare
Choose a tag to compare

The release contains the fix the inclusion of both cpp11 and cpp17 headers on C++17 compilation. Also some additional tests for using string literals and string objects with modern compilers.

Shout out to: @RT222 for providing the fix.

Release 3.2

01 May 22:11
Compare
Choose a tag to compare

Optional support for C++ 17 std::string_view.

Contributors to the release:
Rémy Tassoux
@fu7mu4

Release 3.1.2

27 Sep 18:29
Compare
Choose a tag to compare

Fix for Issue #72.

Release 3.1.1

17 May 16:17
944ef05
Compare
Choose a tag to compare

Include the commits from the previous year.

Thanks to the contributors: @gibbed , @Flamefire , @AkiraMiyakoda , @tvanriper , @xantares

Release 3.1

26 Apr 21:50
Compare
Choose a tag to compare

This release adds one new API call: unchecked::replace_invalid().

Other changes are mostly about testing and installation.

Release 3.0.3

15 Apr 21:56
Compare
Choose a tag to compare

A minor release that contains fix for Issue #31 Program fails to link when including utf8.h in multiple files.

Thanks @klusark for reporting the bug.

Release 3.0.2

15 Apr 00:29
7412592
Compare
Choose a tag to compare

This minor release contains:

  • Fix of the project version number at CMakeLists.txt
  • Continuous Integration with Google Tests and CircleCI

Release 3.0.1

08 Apr 13:59
Compare
Choose a tag to compare

A minor release with a fix for a header guard.

Fix for issue #27 : Inconsistent header guards (cpp11.h)

Release 3.0

06 Apr 16:30
7db7281
Compare
Choose a tag to compare

This is a major release that introduces the following functionality:

  1. New convenience API for C++ 11 and later compilers. The library still works with C++ 98/03 compliant compilers, just without the new functions.
  2. advance() function works in both directions.

The following deprecated functions were removed:

  1. previous() - deprecated since version 1.02.
  2. is_bom() - deprecated since version 2.3.

Thanks to the contributors:

v2.3.6

03 Oct 23:42
Compare
Choose a tag to compare

Various build and test fixes. No changes to the core library code.