File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Added
66
7+ - NIL
8+
9+ ### Changed
10+
11+ - NIL
12+
13+ ### Deprecated
14+
15+ - NIL
16+
17+ ### Removed
18+
19+ - NIL
20+
21+ ### Fixed
22+
23+ - NIL
24+
25+ ### Security
26+
27+ - NIL
28+
29+ ## [ 0.6.0] - 2026-04-06
30+
31+ ### Added
32+
733- ** UTF-8 Utilities** : Unicode codepoint encoding and decoding
834 - ` decodeUtf8Codepoint() ` - Decode UTF-8 byte sequences to Unicode codepoints with full validation
935 - ` encodeUtf8Codepoint() ` - Encode Unicode codepoints to UTF-8 byte sequences
2551 - When enabled, converts UTF-8 characters to ` &#xHHHH; ` numeric character references
2652 - Generates uppercase hexadecimal encoding (e.g., ` € ` for €)
2753
28- ### Deprecated
29-
30- - NIL
31-
32- ### Removed
33-
34- - NIL
35-
36- ### Fixed
37-
38- - NIL
39-
40- ### Security
41-
42- - NIL
43-
4454## [ 0.5.1] - 2026-04-02
4555
4656### Changed
Original file line number Diff line number Diff line change 99cmake_minimum_required (VERSION 3.20 )
1010
1111project (nfx-stringutils
12- VERSION 0.5.1
12+ VERSION 0.6.0
1313 DESCRIPTION "Modern C++20 header-only library providing high-performance string utilities and zero-allocation splitting"
1414 HOMEPAGE_URL "https://github.com/nfx-libs/nfx-stringutils"
1515 LANGUAGES CXX
You can’t perform that action at this time.
0 commit comments