This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file, in reverse
2020
2121- Nothing.
2222
23- ## 2.5.5 - TBD
23+ ## 2.5.5 - 2015-09-03
2424
2525### Added
2626
@@ -51,11 +51,11 @@ All notable changes to this project will be documented in this file, in reverse
5151 ``` php
5252 $input = new Input();
5353 $input->setAllowEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
54- $input->setContinueIfEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
54+ $input->setContinueIfEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
5555 $input->getValidatorChain()->attach(
5656 new Zend\Validator\NotEmpty(),
5757 true // break chain on failure
58-
58+
5959 );
6060 ```
6161
@@ -71,6 +71,9 @@ All notable changes to this project will be documented in this file, in reverse
7171 ],
7272 ];
7373 ```
74+ - [ Numerous fixes] ( https://github.com/zendframework/zend-inputfilter/milestones/2.4.8 )
75+ aimed at bringing the functionality back to the pre-2.4 code, and improving
76+ quality overall of the component via increased testing and test coverage.
7477
7578## 2.5.4 - 2015-08-11
7679
You can’t perform that action at this time.
0 commit comments