Skip to content

Releases: tflori/verja

v1.2.0: Merge pull request #22 from tflori/github-actions

18 Mar 14:08
cc29c35
Compare
Choose a tag to compare

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

15 Apr 09:17
7aa07a8
Compare
Choose a tag to compare

Changelog

  • make validators and filters invokable

Version 1.0.1

15 Apr 09:15
928eabe
Compare
Choose a tag to compare

Changelog

  • test only for integer when string is numeric (solves #17)
  • execute Field::filter() in Field::validate() to ensure validate the filtered value (solves #19)

Version 1.0.0

06 Apr 18:32
fa26c5e
Compare
Choose a tag to compare
v1.0.0

add slug validator

Version 1.0 RC 1

06 Apr 05:38
fa26c5e
Compare
Choose a tag to compare
Version 1.0 RC 1 Pre-release
Pre-release

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

04 Mar 09:36
Compare
Choose a tag to compare
Version 1.0.0 alpha 4 Pre-release
Pre-release

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

26 Nov 10:57
2c9b54d
Compare
Choose a tag to compare
Version 1.0.0 alpha 3 Pre-release
Pre-release

Changelog

  • added an error object for better handling (solved #1)

Version 1.0.0 Alpha 2

12 Sep 06:07
Compare
Choose a tag to compare
Version 1.0.0 Alpha 2 Pre-release
Pre-release

Change log

  • added required attribute to field
  • added emailAddress validator
  • added pregMatch validator
  • added equals validator

Version 1.0.0 Alpha 1

08 Sep 15:27
Compare
Choose a tag to compare
Version 1.0.0 Alpha 1 Pre-release
Pre-release
v1.0.0-alpha.1

correct readme