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. - [x] Deprecate Continue If Empty & AllowEmpty - [ ] Silently ignore continue_if_empty / allow_empty options - [x] Let Input validate unknown value (not-set) or know value. - [x] Leverage InputFilter from apply complex rules for to determinate if input is valid/invalid - [x] 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
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.