Skip to content

Releases: NightOwl888/ICU4N

v60.1.0-alpha.197

v60.1.0-alpha.197 Pre-release
Pre-release

Choose a tag to compare

@NightOwl888 NightOwl888 released this 12 Feb 18:13

Change Log

  1. Upgraded J2N dependency to version 2.0.0-beta-0001
  2. Fixed methods that broke during the upgrade:
    • ToAppendable() > AsAppendable() from StringBuilderExtensions
    • ToCharSequence() > AsCharSequence() from StringExtensions, StringBuilderExtensions, and CharArrayExtensions
    • ToUnmodifiableXXX() > AsReadOnly() from ListExtensions, DictionaryExtensions, CollectionExtensions, and SetExtensions

v60.1.0-alpha.193

v60.1.0-alpha.193 Pre-release
Pre-release

Choose a tag to compare

@NightOwl888 NightOwl888 released this 12 Feb 18:22

Change Log

  1. BREAKING: Added J2N dependency on version 1.0.0-beta-0001, factored out most of the types from ICU4N.Support and migrated to J2N's implementation
  2. 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

v60.1.0-alpha.187 Pre-release
Pre-release

Choose a tag to compare

@NightOwl888 NightOwl888 released this 18 Oct 15:27

Change Log

  1. Finished UnicodeSet implementation of IsSubsetOf, IsProperSubsetOf, IsProperSupersetOf, and SymmetricExceptWith (including overloads for string, StringBuilder, char[] and ICharSequence) (#6)
  2. Ported StringSearch in Collation package.
  3. Converted Javadocs to C# documentation comments (#8)
  4. Changed public constants, static fields, and enum values to conform with .NET conventions (#11)
  5. De-nested public classes, interfaces, and enums (#14)
  6. Converted some iterator classes to .NET enumerators
  7. Changed public fields into properties
  8. Removed most static constructors and converted to using initializers for static fields

v60.1.0-alpha.52

v60.1.0-alpha.52 Pre-release
Pre-release

Choose a tag to compare

@NightOwl888 NightOwl888 released this 06 Aug 05:50

Change Log

  1. Fixed string comparison issues with IndexOf, LastIndexOf, StartsWith, EndsWith and CompareTo by calling an overload that changes the comparison to Ordinal.
  2. Added support for .snupkg portable debugging symbols.