Skip to content

4.13.0

Compare
Choose a tag to compare
@MangelMaxime MangelMaxime released this 20 Feb 20:26
· 139 commits to main since this release

Added

JavaScript

Rust

  • GH-3761 Added StringBuilder.Chars, StringBuilder.Remove and tests. (by @ncave)

Dart

Changed

JavaScript

  • GH-3761 Updated StringBuilder to remove allocations where possible. (by @ncave)

Python

  • GH-3761 Updated StringBuilder to remove allocations where possible. (by @ncave)

Fixed

JavaScript

Python

  • GH-3761 Fixed incorrect StringBuilder.Remove implementation. (by @ncave)