We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix: allow escaped backslash (\\) in regex bodies (#50)
fix: fix isSafePath regex (#48)
fix: update release
fix: support parsing strings starting with numbers (#44)
style: apply formatting
fix: remove compile step; breaks for unknown reason in CI
fix: allow unquoted terms with numbers (e.g. `foo123`) (#36)
feat: add support for question mark (?) wildcards (#25) Co-authored-by: Gajus Kuizinas <gajus@gajus.com>
feat: add support for ParenthesizedExpression in filter function (#27) Co-authored-by: Gajus Kuizinas <gajus@gajus.com>
fix: add missing ParenthesizedExpressionToken export