Skip to content

Releases: chad-loder/yarlpattern

v0.2.0

13 May 04:51
v0.2.0
5df9846

Choose a tag to compare

What's Changed

  • docs: SPEC_DEVIATIONS.md — explicit deviations, delegations, strictness by @chad-loder in #17
  • feat: implement URLPattern.generate() (tentative spec) by @chad-loder in #21
  • docs(readme): consolidate conformance, surface subtle correctness wins by @chad-loder in #22
  • test: hand-coded MDN + WHATWG spec example tests by @chad-loder in #19
  • chore: add self-benchmark suite under benchmarks/ by @chad-loder in #20
  • test(polyfill): vendor the WICG polyfill test corpus as a second conformance vector by @chad-loder in #18
  • docs(examples): add regex-allowlist credential-leak example + index-page link by @chad-loder in #23
  • docs: tidy conformance table + drop shields.io badges from compliance report by @chad-loder in #24
  • refactor: snake_case primary, camelCase aliases for spec-faithful methods by @chad-loder in #25
  • chore(release): v0.2.0 by @chad-loder in #26

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 May 01:53
v0.1.0
eb6d29a

Choose a tag to compare

What's Changed

  • ci(coverage): ratchet floor to 82% + add local test-cov recipe by @chad-loder in #1
  • ci(wpt): fail-fast on missing corpus + dedicated CI fetcher with shared cache by @chad-loder in #2
  • ci(coverage): ratchet floor 82 → 95 after WPT corpus fix by @chad-loder in #3
  • docs(conformance): name WPT suites after upstream .any.js runners by @chad-loder in #4
  • docs: phase 1 — properdocs site scaffolding + GitHub Pages deploy by @chad-loder in #5
  • docs(readme): cross-component multi-tenant aha example by @chad-loder in #6
  • docs: phase 4 — BLUF rewrite + compressed comparisons by @chad-loder in #7
  • docs: phase 5 — architecture page (Layout + Why pure Python → docs/) by @chad-loder in #8
  • docs: phase 8 â�� Overview / URLPattern-101 section by @chad-loder in #9
  • docs: phase 6 â�� mkdocstrings API reference (final docs phase) by @chad-loder in #10
  • docs: phase 9 â�� nav polish + About section + collapsible-table fix by @chad-loder in #11
  • docs(index): drop README-pointer disclaimer + add Install + new First-match by @chad-loder in #12
  • docs(overview): drop 'the five concepts' jargon by @chad-loder in #13
  • chore(gitignore): exclude properdocs build output (site/) by @chad-loder in #14
  • chore(gitignore): drop inline comment so site/ is actually ignored by @chad-loder in #15
  • chore(release): v0.1.0 by @chad-loder in #16

New Contributors

Full Changelog: https://github.com/chad-loder/yarlpattern/commits/v0.1.0