Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.3.0 #54

Closed
martinthenth opened this issue Jun 1, 2023 · 1 comment
Closed

Version 0.3.0 #54

martinthenth opened this issue Jun 1, 2023 · 1 comment

Comments

@martinthenth
Copy link
Owner

I have some changes ready and I'd like to release the recent changes made by @LukasKnuth:

  1. Release Feature: Support validations on array items #50
  2. Release Allow any Regex in :format option #53
  3. Add :any field type and set it as default 🏗️
  4. Remove defschema in favor of defparams 🏗️

Defaulting to :any would allow for proponents of the "check don't validate" parameter validation methodology to omit the types and simply check for presence. This change would make a breaking change for users of the basic syntax (not for the defparams users), because the current default is :string.

defschema is an earlier version of defparams that expands to the basic syntax. I'm not sure that anybody uses it anymore, because defparams is more convenient.

@martinthenth
Copy link
Owner Author

Applied in #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant