|
26 | 26 |
|
27 | 27 | It starts with a new string type that is focused on Unicode code-points as opposed to the historical chars and UTF-16 encoding and introduces a utf8 string that supports slicing</Description> |
28 | 28 | <PackageReleaseNotes> |
29 | | -Version 1.0.1 - Moderinized API doc generation and now using gitflow |
30 | | - * Fixes #59. Automatically generate API docs via github action |
31 | | - * Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method. |
32 | | - |
33 | | -Previous Versions: |
34 | | -0.17: Fork by @tig modernize build/deploy and help publishing newer versions. No functional changes. |
35 | | -0.16: Fixes issue #51 (chess symbols); |
36 | | -0.15: Fixes to MaxRune; ColumnWidth differentiates between non-printable and nul characters; Rune has a constructor from two surrogate pairs; contributions by @BDisp; |
37 | | -0.14: Upgrade the NetStandard dependencies; |
38 | | -0.13: Fixes ustring.Map() and Lower(); Extends Rune.IsValid to match Go; add Rune.ExpectedSizeFromFirstByte() plus a bug fix; |
39 | | -stack |
40 | | -0.12: Rebuild with an older Roslyn, to prevent regressions on Xamarin. |
41 | | -0.10: Merged some changes from upstream. |
| 29 | + Version 1.0.2 |
| 30 | + * Fixes #79. Needed to add unit test for equal and not equal operators. |
| 31 | + |
| 32 | + Version 1.0.1 - Moderinized API doc generation and now using gitflow |
| 33 | + * Fixes #59. Automatically generate API docs via github action |
| 34 | + * Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method. |
42 | 35 |
|
43 | | -0.9: |
44 | | -Added ustring.ColumnWidth to return number of columns that a ustring takes in a console. |
| 36 | + Previous Versions: |
| 37 | + 0.17: Fork by @tig modernize build/deploy and help publishing newer versions. No functional changes. |
| 38 | + 0.16: Fixes issue #51 (chess symbols); |
| 39 | + 0.15: Fixes to MaxRune; ColumnWidth differentiates between non-printable and nul characters; Rune has a constructor from two surrogate pairs; contributions by @BDisp; |
| 40 | + 0.14: Upgrade the NetStandard dependencies; |
| 41 | + 0.13: Fixes ustring.Map() and Lower(); Extends Rune.IsValid to match Go; add Rune.ExpectedSizeFromFirstByte() plus a bug fix; |
| 42 | + stack |
| 43 | + 0.12: Rebuild with an older Roslyn, to prevent regressions on Xamarin. |
| 44 | + 0.10: Merged some changes from upstream. |
45 | 45 |
|
46 | | -0.8: |
47 | | -* Renamed some methods to match the equivalent methods in Char. |
48 | | -* Introduced Substring (int start) |
49 | | -* Introduced difference between this [int start, int end] and this [int start, object end] the latter used to mean "until the end", replacing '0' as the previous value for "until the end". |
50 | | -* Introduced new method in Rune to measure the width in columns for console applications. |
51 | | -</PackageReleaseNotes> |
| 46 | + 0.9: |
| 47 | + Added ustring.ColumnWidth to return number of columns that a ustring takes in a console. |
| 48 | + |
| 49 | + 0.8: |
| 50 | + * Renamed some methods to match the equivalent methods in Char. |
| 51 | + * Introduced Substring (int start) |
| 52 | + * Introduced difference between this [int start, int end] and this [int start, object end] the latter used to mean "until the end", replacing '0' as the previous value for "until the end". |
| 53 | + * Introduced new method in Rune to measure the width in columns for console applications. |
| 54 | + </PackageReleaseNotes> |
52 | 55 |
|
53 | 56 | <!-- Version numbers are automatically updated by gitversion when a release is released --> |
54 | 57 | <!-- In the source tree the version will always be 1.0 for all projects. --> |
|
0 commit comments