-
-
Notifications
You must be signed in to change notification settings - Fork 33
Roadmap for V3 and V4 #11
Copy link
Copy link
Open
Description
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.
- Deprecate Continue If Empty & AllowEmpty
- Silently ignore continue_if_empty / allow_empty options
- Let Input validate unknown value (not-set) or know value.
- Leverage InputFilter from apply complex rules for to determinate if input is valid/invalid
- Add a resetX method for clear the class state
V4:
V4 does not (currently) restrict any bc break type.
- Remove deprecated features
- Fix class inheritance (subclasses must follow the api contract set by the parent) Affected: CollectionInputFilter, ArrayInput and FileInput
- Make classes stateless
- Adapted for zend-validator v3
Originally posted by @Maks3w at zendframework/zend-inputfilter#39
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels