Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 13:48
· 20 commits to main since this release

2.0.0 (2024-03-25)

Features

  • request: don't make filter and page parameters optional by default (d56837f)

BREAKING CHANGES

  • request: when filter or page is defined, it is now required by default.
    To get the old behavior, add .optional() to your schemas.