Releases: NightOwl888/ICU4N
Releases · NightOwl888/ICU4N
Release list
v60.1.0-alpha.197
Change Log
- Upgraded J2N dependency to version 2.0.0-beta-0001
- Fixed methods that broke during the upgrade:
ToAppendable()>AsAppendable()fromStringBuilderExtensionsToCharSequence()>AsCharSequence()fromStringExtensions,StringBuilderExtensions, andCharArrayExtensionsToUnmodifiableXXX()>AsReadOnly()fromListExtensions,DictionaryExtensions,CollectionExtensions, andSetExtensions
v60.1.0-alpha.193
Change Log
- BREAKING: Added J2N dependency on version 1.0.0-beta-0001, factored out most of the types from
ICU4N.Supportand migrated to J2N's implementation - BREAKING:
ICU4N.Text.BreakIterator::RuleStatus: Reverted type from enum to int, as the values are meant to be ranges rather than absolute values
v60.1.0-alpha.187
Change Log
- Finished
UnicodeSetimplementation ofIsSubsetOf,IsProperSubsetOf,IsProperSupersetOf, andSymmetricExceptWith(including overloads forstring,StringBuilder,char[]andICharSequence) (#6) - Ported
StringSearchin Collation package. - Converted Javadocs to C# documentation comments (#8)
- Changed public constants, static fields, and enum values to conform with .NET conventions (#11)
- De-nested public classes, interfaces, and enums (#14)
- Converted some iterator classes to .NET enumerators
- Changed public fields into properties
- Removed most static constructors and converted to using initializers for static fields
v60.1.0-alpha.52
Change Log
- Fixed string comparison issues with
IndexOf,LastIndexOf,StartsWith,EndsWithandCompareToby calling an overload that changes the comparison to Ordinal. - Added support for
.snupkgportable debugging symbols.