Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Latest commit

 

History

History
74 lines (57 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

74 lines (57 loc) · 2.75 KB

Changelog

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 custom transformField 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

Fixed

  • Fix warning with PHP 7.3

4.1.2 - 2018-11-13

Fixed

  • Updated Run Method to add NameSpace Array (#23)

4.1.1 - 2017-07-10

Fixed

4.1.0 - 2017-06-18

Changed

  • Factor out schema loading, path building, and repository to use userfrosting/support components

Added

  • Unit tests

4.0.1 - 2017-02-27

Added

  • Implement equals, not_equals, telephone, uri, and username rules