Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 945 Bytes

Change Log

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

  • Added unit tests.

Changed

  • 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 and FailedToSanitize exceptions.

0.1.1 - 2017-03-27

Added

  • Add validation.
  • Add sanitization.
  • Add optional flags.

Changed

  • Remove composer.lock file.

0.1.0 - 2017-02-07

Added

  • Initial release to GitHub.