Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

50 lines (37 loc) · 1.8 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.

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