Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 3.39 KB

File metadata and controls

52 lines (30 loc) · 3.39 KB

Changelog

0.3.0 (2026-07-11)

Features

  • add challenge support IDs (e472505)
  • add turnstile, hcaptcha, and recaptcha challenge types (9839b07)
  • allow skipping the captcha hostname check (961647d)
  • e2e: exercise the turnstile challenge flow end to end (0032fba)
  • haproxy: add optional User-Agent policy (#67) (b1d88d9)
  • web: add inline challenge customisation (2f7a3de)
  • web: explain missing challenge capabilities (0bab484)
  • web: render captcha widgets for turnstile, hcaptcha, and recaptcha (ab736d9)
  • web: skip countdown if zero (34abd33)
  • web: toggle bootstrap elements (d019e5a)

Bug Fixes

  • spop: normalize host authorities (4672f8e)
  • web: use named imports from @babel/core (f272fe1)

0.2.0 (2025-06-18)

Features

  • web: add native-crypto build target (35d28f1)
  • web: Use env files for different entrypoints (ebabecb)

0.1.1 (2025-06-06)

Bug Fixes

  • add wait-for-body to example configuration (c006b4d)
  • handle cookie domain attribute for non-FQDNs (a7a5166)
  • set challenge Content-Type and handle failure (bdd7bc7)

0.1.0 (2025-06-02)

Features

  • Implement cross domain validation (#32) (c825a31)

Bug Fixes

  • switch to modern Sass JS API (c83d5a1)