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

New validation implementation #235

Merged
merged 24 commits into from Oct 11, 2018
Merged

New validation implementation #235

merged 24 commits into from Oct 11, 2018

Conversation

lindyhopchris
Copy link
Member

@lindyhopchris lindyhopchris commented Oct 4, 2018

Adds a new validation implementation that uses Laravel validation throughout. The old validation implementation remains but is no longer support: it is marked as deprecated and will be removed in 2.0.

Merging this will close the following issues: #167 #157 #118 and #85.

Need to update the docs before merging.

Worth also noting that this feature drops support for PHP 5.6 and Laravel 5.4, as it needed to use rule objects.

@lindyhopchris lindyhopchris added this to the 1.0.0 milestone Oct 4, 2018
composer.json Outdated Show resolved Hide resolved
@lindyhopchris lindyhopchris merged commit 4c9f2a8 into develop Oct 11, 2018
@lindyhopchris lindyhopchris deleted the feature/validation branch October 11, 2018 15: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

Successfully merging this pull request may close these issues.

None yet

2 participants