Skip to content

Releases: SimonCropp/Polyfill

10.11.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 01:50
  • #566 Fix issues where code diverged from bcl behavior

10.11.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 01:45
fcde467
  • #563 Align stream wrappers with the dotnet 11 implementation (follow up to #562)
  • #564 Add Encoder.Convert(ReadOnlySpan, Span) polyfill
  • #565 Optimize StringBuilder.Equals(ReadOnlySpan) to compare by chunk

10.11.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 12:32
  • #560 Add Encoding.Preamble
  • #561 CryptographicOperations
  • #562 Add stream wrappers for memory and text based types

10.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 11:19
  • #559 Add Queue.TryPeek, Queue.TryDequeue

10.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 13:15
6559bef
  • #557 Add .net 11 base64, utf8/utf16 validation and uri.uri scheme data polyfills
  • #558 LINQ joins, Type.GetNullableUnderlyingType, EqualityComparer.Create keySelector

10.8.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:12
a0607ca
  • #555 struct Range: invalid parameter names
  • #556 struct Range: invalid parameter names

10.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 11:56
  • #553 Add AsyncMethodBuilderAttribute and CompilerLoweringPreserveAttribute

10.7.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 00:37
  • #552 Fix NET 8 CreateVersion7 polyfill RFC 9562/IETF variant bits

10.7.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 01:38
  • #551 perf: replace array creation with stackalloc

10.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 01:36
  • #550 Add CollectionsMarshal