Skip to content

Releases: getquario/padvinder

v0.3.1

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 24 Jul 08:11
Immutable release. Only release title and notes can be modified.
645f24d

0.3.1 (2026-07-24)

Bug Fixes

  • keep deep equality comparisons off the native call stack (6c15e95)

Performance Improvements

  • reduce recursive descent allocation (4da9bbb)
  • shrink bundle back under the original size budget (53ed91f)

v0.3.0

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 22 Jul 09:56
Immutable release. Only release title and notes can be modified.
a2b6b86

0.3.0 (2026-07-22)

Features

  • add authenticated diagnostic errors (44b71ad)
  • add compiled query introspection metadata (dca5ab0)
  • add opt-in traversal budgets (a83b28b)
  • add runner-scoped diagnostic provenance (b50c66c)

Performance Improvements

  • remove traversal edge callback allocations (d9bcd8d)

v0.2.1

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 21 Jul 14:38
Immutable release. Only release title and notes can be modified.
184bed2

0.2.1 (2026-07-21)

Bug Fixes

  • engine hardening (ea16f8d)
  • evaluate I-Regexp with a bounded NFA matcher (a3eef50)
  • strictly decode RFC 9535 quoted strings (4fa31ae)

v0.2.0

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 18 Jul 18:30
76b626d

0.2.0 (2026-07-18)

Features

  • drop xprsn, standalone zero-dependency RFC 9535 engine (3e87b1f)
  • RFC 9535 filter grammar with subqueries, Nothing, and deep equality (e240b4e)
  • RFC 9535 slices, bare filters, whitespace, unicode names, filter functions (74d9ddb)

Bug Fixes

  • break cycles in recursive descent instead of overflowing the stack (3f67220)
  • unescape quoted keys in bracket selectors (05973b3)

v0.1.0

Choose a tag to compare

@robinvdvleuten robinvdvleuten released this 18 Jul 15:16

Hello, World! 👋