Skip to content

v60.1.0-alpha.187

Pre-release
Pre-release
Compare
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