Skip to content

Releases: phpdevcommunity/php-requestkit

feat(schema): add support for Type::map() to validate key-value objects

12 May 10:50
Compare
Choose a tag to compare

add support for Type::map() to validate key-value objects

feat(arrayof): allow optional acceptance of string keys

25 Apr 09:32
Compare
Choose a tag to compare

Added support for string keys in ArrayOf types via acceptStringKeys() method.
By default, keys must be integers. When enabled, string keys are trimmed and accepted.

Add allowEmptyData option to validation processor

01 Apr 15:36
Compare
Choose a tag to compare
  • Add allowEmptyData parameter to process() method
  • Skip validation when empty data is explicitly allowed
  • Maintain backward compatibility with default false value

Support psr/http-message 1.0+2.0

01 Apr 13:28
Compare
Choose a tag to compare

Update dependency constraint to "^1.0 || ^2.0"

Initial commit for php-requestkit library

01 Apr 13:20
Compare
Choose a tag to compare
1.0.0

Initial commit for php-requestkit library