All notable changes to bright-components/valid
will be documented in this file
- initial release
- Return validated data from the ValidationService validate method.
- Replace the command $name property for each command with the $signature property.
- Start adding tests for each of the generator commands.
- Bump the waavi/sanitizer version due to directory structure changes between 1.0.5 and 1.0.6. This fixes travis failures.
- Fixed a couple of issues with Custom Rules and the Validation Service. First, the $request object that is set on CustomRules when used in FormRequests, is not available in the ValidationService. This property for Custom Rules in Validation Services, has been renamed $service and gives you access to the current ValidationService instance. Also, the ValidationService
getValidator()
method has been renamedgetValidatorInstance()
to match the method in FormRequests.
- With the introduction of the bright-components/adr package, we're renaming the command namespace to 'adr' for consistency.
- Only run "preparesCustomRules" if the pacakge base form request class is used.
- First beta release. Features locked.
- Bump PHP version.
- Bump laravel/framework version.
- Bump orchestra/testbench version.
- Update for compatibility with Laravel 5.8
- Initial stable release.
- Update to version 2.0 to sync bright components package versions.
- Update README to reflect API changes that were never noted.
- The example of using a bright-component/services Service class, incorrectly show the data being passed to the Service via the constructor. Now, data is passed via the 'run' method and dependencies are resolved via the constructor.