Releases: DavidePastore/Slim-Validation
Releases · DavidePastore/Slim-Validation
Release 4.0.0
This version supports slim/slim 4.x.
Changes:
- move changes from 3.0 to 4.0 (#68);
- added Slim 4 support (#48, #55 and #61);
- change the status badge branch from master to 4.0 (#71 and #72).
Check the milestone.
Release 3.0.0
This version supports slim/slim 3.x.
Changes:
- Fix Use templates link (#36 and #37);
- Update respect validation package (#34 and #38);
- Edit the command used to test in README.md (#42 and #43);
- Remove old PHP versions from Travis build (#51 and #52);
- Remove php-eye badge (#49 and #50);
- Comment type fix (#54);
- Bump guzzlehttp/psr7 from 1.4.2 to 1.8.5 (#57);
- Use GitHub Actions instead of Travis (#63 and #62);
- Remove composer lock file (#64 and #65);
- Remove --no-suggest option from composer install command (#66 and #67).
Check the milestone.
Release 0.5.1
Changes:
- fix Travis tests on hhvm (#28 and #29);
- fix StyleCI build (#30 and #31);
- fix validation in the case the request is incomplete (#32 and #33).
Check the milestone.
Release 0.5.0
Changes:
- Add template support (#22, #23).
Release 0.4.0
Changes:
- add route parameter support (#18, #19);
- add an index in
README.md
(#20, #21).
Release 0.3.1
Changes:
- Fix example (#14);
- Improve test organization (#13 and #15);
- Fix Scrutinizer issues (#16).
Release 0.3.0
Changes:
- Use the middleware without adding it to the container (#9, #12).
Release 0.2.0
- Validate subkey of a json request (#6 and #7);
- Validate subkey of a XML request (#10 and #11).
Release 0.1.1
- Improved examples in README.md;
- Fixed a broken link (#1);
- fix README.md examples (#2);
- Add PHPEye badge (#3);
- Add Style.ci badge (#4).