All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.2.0 - 2017-07-05
- Added unit tests.
- Changed validation signature to fit
brightnucleus/validation
package. - Adapted implementations to match change in signature. Failed validations now throw an exception instead of returning
null
. - Changed signature for named constructors of the
FailedToValidate
andFailedToSanitize
exceptions.
0.1.1 - 2017-03-27
- Add validation.
- Add sanitization.
- Add optional flags.
- Remove
composer.lock
file.
0.1.0 - 2017-02-07
- Initial release to GitHub.