-
Notifications
You must be signed in to change notification settings - Fork 50
Roadmap for V3 and V4 #39
Comments
Hi, We shoudl also have a look at the refactor I did: #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. |
What is the status for the stateless input filters? |
@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.) |
Stateless input filter can only be done once we have stateless validators :). |
What do You think of renaming this component to something more accurate? I dont know, maybe inputparser? |
@bakura10 @weierophinney What is the status of this? Is it being abandoned in favor of the eventually up-coming |
Please keep in mind that the input-filter is doing something more than validation for values. The |
That's actually still to be determined. There's a fair amount of cross over
in how validators and inputs report errors, and my current work has been
around adding the input/data set functionality to the new component.
…On Mon, Aug 13, 2018, 3:39 AM Frank Brückner ***@***.***> wrote:
@thexpand <https://github.com/thexpand>
Is it being abandoned in favor of the eventually up-coming
zend-datavalidator in the future?
Please keep in mind that the input-filter is doing something more than
validation for values. The zend-datavalidator
<https://github.com/weierophinney/zend-datavalidator> will replace
zend-validator and not zend-inputfilter.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABlV7_eltEVvx0oTyH-eRa0wXVewqOKks5uQTs_gaJpZM4FxUDt>
.
|
This repository has been closed and moved to laminas/laminas-inputfilter; a new issue has been opened at laminas/laminas-inputfilter#11. |
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.
The text was updated successfully, but these errors were encountered: