Skip to content

Releases: expo/whatwg-url-minimum

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:26
Immutable release. Only release title and notes can be modified.
f6abff0

Minor Changes

  • Enforce minor version bump, due to added DIAN/TR46 support
    Submitted by @kitten (See #16)

Patch Changes

  • Close compliance gaps with existing WPT tests (exclusions removed)
    Submitted by @kitten (See #8)
  • Apply small optimisations to ASCII normalizeDomain and parseScheme/parseSchemeStart cases
    Submitted by @kitten (See #13)
  • Improve URLSearchParams synchronization and URL encoding hot paths
    Submitted by @kitten (See #5)
  • Improve URL parser throughput with direct string parsing and recursive parser transitions
    Submitted by @kitten (See #6)
  • Add UTS #46 dataset for full WPT compliance
    Submitted by @kitten (See #9)
  • ⚠️ Fix minor IDL spec divergences
    Submitted by @kitten (See #14)
  • Passthrough to decodeURIComponent to bypass TextDecoder reliance
    Submitted by @kitten (See #17)
  • Add fast path for appending URL search param
    Submitted by @kitten (See #7)
  • Add check to approximate Bidi validation
    Submitted by @kitten (See #15)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 May 22:20
Immutable release. Only release title and notes can be modified.
93891fe

Patch Changes

  • Add missing Symbol.toStringTag annotations to URL and URLSearchParams
    Submitted by @kitten (See #3)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 23:48
Immutable release. Only release title and notes can be modified.
c67b1f9

Patch Changes

  • Update rollup sourcemap output to exclude sources
    Submitted by @kitten (See #1)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 22:22
Immutable release. Only release title and notes can be modified.
a314dfb

Initial Release.