No description
  • PHP 99.1%
  • Shell 0.9%
Find a file
Henrique Moody 82cb05b197
Handle siblings when creating messages
The way we display messages could have been better, and it took me a
while to realise that to make it better, I would need to handle the
siblings of a result before deciding whether we should render it.

Another issue was that rules like Key and Property had to create a
"dumb" parent just so we would display the messages correctly, and in
some cases, that wasn't even enough.

This commit introduces quite a few changes to how the library works,
making the messages much more straightforward.
2024-12-13 02:34:27 +01:00
.github Add support to PHP 8.4 2024-12-11 15:08:50 +01:00
bin Allow templates to be callables 2024-12-11 17:50:47 +01:00
data/domain/public-suffix Update Regional Information 2024-03-25 18:43:50 +01:00
docs Allow templates to be callables 2024-12-11 17:50:47 +01:00
library Handle siblings when creating messages 2024-12-13 02:34:27 +01:00
tests Handle siblings when creating messages 2024-12-13 02:34:27 +01:00
.docheader Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00
.gitattributes Update list of files to be exported by Git 2020-07-29 10:35:36 +02:00
.gitignore Upgrade "phpunit/phpunit" 2024-01-28 14:16:52 +01:00
.readthedocs.yaml Create Read the Docs configuration file 2024-01-28 21:50:01 +01:00
CHANGELOG.md Check if property is initialized before getting its value 2024-01-27 20:36:01 +01:00
composer.json Add support to PHP 8.4 2024-12-11 15:08:50 +01:00
CONTRIBUTING.md Rename "Validatable" to "Rule" 2024-12-05 19:32:14 +01:00
LICENSE Dusting off. See CHANGELOG.md for more details on this commit 2023-02-13 03:59:11 -03:00
mkdocs.yml Create MkDocs configuration file 2018-12-11 09:25:41 +01:00
phpcs.xml.dist Run PHPStan in PHPT files 2024-11-29 01:39:41 +01:00
phpstan.neon.dist Rename "Validatable" to "Rule" 2024-12-05 19:32:14 +01:00
phpunit.xml.dist Upgrade "phpunit/phpunit" 2024-01-28 14:16:52 +01:00
README.md Improve the "Feature Guide" documentation 2024-12-05 00:21:34 +01:00

Respect\Validation

Build Status Code Coverage Latest Stable Version Total Downloads License

The most awesome validation engine ever created for PHP.

Learn More: