Releases: tflori/verja
Releases · tflori/verja
v1.2.0: Merge pull request #22 from tflori/github-actions
Changelog:
- switch to github-actions for CI
- implement code climate analysis
- execute tests on php 8.0 and add it to composer config
NOTE: php 7.0 is not tested anymore. It is still compatible but not maintained.
Version 1.1.0
Changelog
- make validators and filters invokable
Version 1.0.1
Version 1.0.0
v1.0.0 add slug validator
Version 1.0 RC 1
Changelog
- add validator between
- add validator date
- allow DateTime objects in date validator
- pass context to validator in not validator (solves #15)
- rename Date validator to DateTime
- add DateTime filter
- add after validator (solves #13)
- add validator Before (solves #12)
- add credit card validator
- add maestro and dinersclub
- add inverse error for credit card validation …
- add missing inverse errors
- add filter ConvertCase
- add url validator
- add preg replace filter
- convert boolean and null params
- add alphanumeric validator
- add slug validator
Version 1.0.0 alpha 4
Changelog
- store errors in InvalidValue exceptions
- added filters and validators for integer, numeric and boolean
- catch InvalidValue exceptions in
$field->filter()
and return the errors in$field->getErrors()
- added validators for ip address, is array and in array
- added filter escape
- implemented
Gate::assert()
for quick validation and filtering
Version 1.0.0 alpha 3
Changelog
- added an error object for better handling (solved #1)
Version 1.0.0 Alpha 2
Change log
- added required attribute to field
- added
emailAddress
validator - added
pregMatch
validator - added
equals
validator
Version 1.0.0 Alpha 1
v1.0.0-alpha.1 correct readme