Skip to content

Releases: SimonCropp/Polyfill

10.10.0

14 Jun 11:19

Choose a tag to compare

  • #559 Add Queue.TryPeek, Queue.TryDequeue

10.9.0

13 Jun 13:15
6559bef

Choose a tag to compare

  • #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

07 Jun 12:12
a0607ca

Choose a tag to compare

  • #555 struct Range: invalid parameter names
  • #556 struct Range: invalid parameter names

10.8.0

07 Jun 11:56

Choose a tag to compare

  • #553 Add AsyncMethodBuilderAttribute and CompilerLoweringPreserveAttribute

10.7.2

02 Jun 00:37

Choose a tag to compare

  • #552 Fix NET 8 CreateVersion7 polyfill RFC 9562/IETF variant bits

10.7.1

01 Jun 01:38

Choose a tag to compare

  • #551 perf: replace array creation with stackalloc

10.7.0

01 Jun 01:36

Choose a tag to compare

  • #550 Add CollectionsMarshal

10.6.0

18 May 13:14

Choose a tag to compare

  • #547 Add .NET 11 Process APIs
  • #548 Add dictionary/hash set get alternate lookup polyfill (o(n))
  • #549 Add string builder move chunks

10.5.1

08 May 04:31
f6f961f

Choose a tag to compare

  • #546 Make range a readonly record struct to match bcl

10.5.0

07 May 09:07
6411795

Choose a tag to compare

  • #545 Add Regex.Count span overloads and Capture.ValueSpan