All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated dependencies
- Replaced Travis with GitHub Action for build
- Upgrade deprecation in tests
4.4.0 - 2020-03-17
- Added support for
UserFrosting/i18n
4.4.0 - Fix bad param when loading YAML from
RequestSchema
- Enables extension of the
RequestDataTransformer
class by allowing implementation of a customtransformField
function (#29) - Changed private method into protected ones to improve extensibility (#30)
4.3.0 - 2019-06-22
- Dropping support for PHP 5.6 & 7.0
- Updated dependencies
- Updated PHPUnit to 7.5
4.2.2 - 2019-03-28
- Fix error if custom validator doesn't provides a message.
- Removed broken and deprecated
RequestSchema::loadSchema
method. - 100% Test coverage (#24)
4.2.1 - 2019-01-13
- Fix issue with ResourceLocator
4.2.0 - 2019-01-13
- Updated Dependencies for 4.2
4.1.3 - 2019-01-10
- Fix warning with PHP 7.3
4.1.2 - 2018-11-13
- Updated Run Method to add NameSpace Array (#23)
4.1.1 - 2017-07-10
- Properly recognize schema keys with no content in RequestDataTransformer (userfrosting/UserFrosting#766)
4.1.0 - 2017-06-18
- Factor out schema loading, path building, and repository to use userfrosting/support components
- Unit tests
4.0.1 - 2017-02-27
- Implement equals, not_equals, telephone, uri, and username rules