Skip to content

Releases: NiTiSon/MutableString

v1.1

23 Feb 21:33

Choose a tag to compare

New API:

  • MutableString

    • TryCopyTo(Span)
    • IndexOf(char, StringComparison)
    • IndexOf(ReadOnlySpan, StringComparison)
    • ICloneable.Clone()
    • CompareTo(...)
  • StringExtensions

    • ToMutableString(string)

Full Changelog: 1.0...1.1

v1.0

18 Jan 20:29
872e4e5

Choose a tag to compare

New API:

  • MutableString
    • GetPinnableReference() — fixed support
    • Replace(char, char)
    • Replace(ReadOnlySpan, ReadOnlySpan)
    • IsWhiteSpace{get}
    • IsEmpty{get}

Full Changelog: 0.6...1.0

v0.6

16 Jan 17:46

Choose a tag to compare

New API:

  • MutableString
    • StartsWith(char)
    • StartsWith(ReadOnly)
    • EndsWith(char)
    • EndsWith(ReadOnly)
    • Chars[int]
    • Length{set}

Full Changelog: 0.5...0.6

v0.5

13 Jan 21:50

Choose a tag to compare

New API:

  • MutableString
    • Clear()
    • Remove(int, int)
    • Contains(ReadOnlySpan)
    • CopyTo(char[])
    • CopyTo(char[], int)
    • CopyTo(char[], int, int)
    • ToString(int)
    • ToString(int, int)

Full Changelog: 0.4...0.5

v0.4

10 Jan 20:32

Choose a tag to compare

New API:

  • MutableString
    • IndexOf(char)
    • IndexOf(char, int)
    • IndexOf(char, int, int)
    • IndexOf(ReadOnlySpan)
    • IndexOf(ReadOnlySpan, int)
    • IndexOf(ReadOnlySpan, int, int)
    • AsSpan()

Full Changelog: 0.3...0.4

v0.3

07 Jan 15:13

Choose a tag to compare

New API:

  • MutableString
    • Append(ReadOnly)
    • Append(char)
    • Insert(ReadOnly)
    • Insert(char)
    • Reverse()

Full Changelog: 0.2...0.3

v0.2

05 Jan 19:41
beeb2e9

Choose a tag to compare