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

Remove all Ruby code from the gem #230

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Remove all Ruby code from the gem #230

merged 1 commit into from
Sep 2, 2024

Conversation

timriley
Copy link
Member

@timriley timriley commented Aug 28, 2024

Once hanami/controller#453 merges, hanami-controller will implement its params validation entirely internally, meaning this gem now exists only to manage the dependency on dry-validation.

All the code that is removed here was marked @api private since 2.0.0, which means it is safe to remove. The Hanami::Action.params method, which this previously supported, continues to work unaffected.

hanami-controller now implements its params validation entirely internally, meaning this gem now exists only to manage the dependency on dry-validation.
@timriley timriley self-assigned this Aug 28, 2024
@timriley timriley merged commit 585f2e4 into main Sep 2, 2024
9 checks passed
@timriley timriley deleted the remove-all-code branch September 2, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant