-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Roadmap for V3 and V4 #11
Comments
Hi, We shoudl also have a look at the refactor I did: zendframework/zend-inputfilter#13 It simplified A LOT of things regarding to continue/allow_empty, stateless, refactored collection input filter... and a lot of other things. I did that a lot of time ago so I don't exactly remember, but this refactor mostly answered to most of the problems you are referring to :). I will start working again on this, but first we'll need to have the stateless zend-validator and zend-filter. Originally posted by @bakura10 at zendframework/zend-inputfilter#39 (comment) |
What is the status for the stateless input filters? Originally posted by @RalfEggert at zendframework/zend-inputfilter#39 (comment) |
@RalfEggert Still in planning stages, though @bakura10 has done significant work on a fork he's maintaining. (I've asked him to document usage so I can actually evaluate the changes and the migration/usage impact.) Originally posted by @weierophinney at zendframework/zend-inputfilter#39 (comment) |
Stateless input filter can only be done once we have stateless validators :). Originally posted by @bakura10 at zendframework/zend-inputfilter#39 (comment) |
What do You think of renaming this component to something more accurate? I dont know, maybe inputparser? Originally posted by @xorock at zendframework/zend-inputfilter#39 (comment) |
@bakura10 @weierophinney What is the status of this? Is it being abandoned in favor of the eventually up-coming Originally posted by @thexpand at zendframework/zend-inputfilter#39 (comment) |
Please keep in mind that the input-filter is doing something more than validation for values. The Originally posted by @froschdesign at zendframework/zend-inputfilter#39 (comment) |
That's actually still to be determined. There's a fair amount of cross over On Mon, Aug 13, 2018, 3:39 AM Frank Brückner [email protected]
Originally posted by @weierophinney at zendframework/zend-inputfilter#39 (comment) |
Proposal of roadmap for next major versions.
V3:
V3 should silently fail if any deprecation feature is used. i.e. No file/method removal/rename is allowed.
V4:
V4 does not (currently) restrict any bc break type.
Originally posted by @Maks3w at zendframework/zend-inputfilter#39
The text was updated successfully, but these errors were encountered: