Skip to content

Ver 2.0.0

Compare
Choose a tag to compare
@neuecc neuecc released this 30 Mar 15:13
· 200 commits to master since this release

Improvement

  • Add ZString.PrepareUtf16, ZString.PrepareUtf8 to avoid parse template in each operation, you can store field like Regex's RegexOptions.Compile.
  • Add ZString.Utf8Format to write utf8 directly to IBufferWriter<byte>.

Fix

  • ZString.Concat throws Exception when arg is string and null.
  • ZString.Join(List<T>) does not work correctly as String.Join

Breaking changes

  • All T0... type arguments start from T1...