-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathReleaseNotes.txt
More file actions
80 lines (66 loc) · 2.6 KB
/
ReleaseNotes.txt
File metadata and controls
80 lines (66 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
4.1
- Support for nullable reference types.
- Replace StaticDiacritics class with IDiacriticsMapper.Current.
4.0
- Use cached StringBuilder instances to improve memory usage and reduce garbage collection pressure.
- Remove unsupported target frameworks, update dependencies, maintenance and cleanup.
- Add IDiacriticsMapper.Current (for net7.0+ and netstandard2.1+).
3.2
- Bug fixes and performance improvements.
3.1
- Bug fixes and performance improvements.
3.0
- New portuguese accents.
- Continuous improvement, new diacritics mappings.
- Bug fixes and performance improvements.
2.1.0
- Performance improvements in RemoveDiacritics.
- New method StaticDiacritics.SetDefaultMapper to replace the default IDiacriticsMapper.
- Add vietnamese mappings.
2.0.0
- Refactoring to NetStandard + NET 4.5.2.
- Several bug fixes + new diacritics added.
1.0.8
- Add Turkish ı mapping to i.
1.0.7
- Support for .Net Standard 1.0.
- Add Icelandic ð mapping to o.
1.0.6
- Add Spanish ñ mapping to n.
1.0.5
- Add support for combined cedilla characters.
- Fix German ß mapping to ss.
1.0.4
- Add .Net 4.5 implementation as dedicated assembly.
- Add missing accents mappings.
- Bug fix: Russian accents mapping fixed.
1.0.3
- Bug fix: RemoveDiacritics now also removes upper case diacritic characters.
- Bug fix: Correct handling of first letter upper case characters.
1.0.2
- Improved initialization performance by factor 8.
1.0.1
- Added diacritics mappings ArabicAccentsMapping.
- Added diacritics mappings BulgarianAccentsMapping.
- Added diacritics mappings CatalanAccentsMapping.
- Added diacritics mappings CroatianAccentsMapping.
- Added diacritics mappings CzechAccentsMapping.
- Added diacritics mappings DutchAccentsMapping.
- Added diacritics mappings EnglishAccentsMapping.
- Added diacritics mappings EstonianAccentsMapping.
- Added diacritics mappings FilipinoAccentsMapping.
- Added diacritics mappings FrenchAccentsMapping.
- Added diacritics mappings GermanAccentsMapping.
- Added diacritics mappings GreekAccentsMapping.
- Added diacritics mappings HungarianAccentsMapping.
- Added diacritics mappings IcelandicAccentsMapping.
- Added diacritics mappings ItalianAccentsMapping.
- Added diacritics mappings LatvianAccentsMapping.
- Added diacritics mappings PolishAccentsMapping.
- Added diacritics mappings PortugueseAccentsMapping.
- Added diacritics mappings RomanianAccentsMapping.
- Added diacritics mappings RussianAccentsMapping.
- Added diacritics mappings SlovakianAccentsMapping.
- Added diacritics mappings SpanishAccentsMapping.
- Added diacritics mappings TurkishAccentsMapping.
- Added diacritics mappings UkarainianAccentsMapping.