Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 3.69 KB

Change Log

v1.6 (2017-08-22)

Full Changelog

Implemented enhancements:

Closed issues:

  • [API v2] Date time does not validate properly if the timezone is used #16

Merged pull requests:

v1.5.0 (2017-05-27)

Full Changelog

Implemented enhancements:

  • Make the validation of empty values a bit more lax #13 (tburry)
  • Add schema accessor methods #11 (tburry)

Merged pull requests:

v1.4.2 (2017-03-17)

Full Changelog

Implemented enhancements:

  • Add ability to pass constructor arguments with Schema::parse #10 (initvector)

v1.4.1 (2017-03-17)

Full Changelog

Implemented enhancements:

  • Allow Schema subclasses to be returned from parse method #9 (initvector)

v1.4.0 (2017-03-14)

Full Changelog

Implemented enhancements:

  • Add the Schema::add() method #6 (tburry)

v1.3.0 (2017-03-14)

Full Changelog

Implemented enhancements:

  • Add support for validating objects that implement ArrayAccess #5 (tburry)

Closed issues:

  • Add an allowNull stop-gap #3

v1.2.0 (2017-03-12)

Full Changelog

Implemented enhancements:

  • Add support for allowNull and default #4 (tburry)

v1.1.0 (2017-03-10)

Full Changelog

Implemented enhancements:

  • Add support for some string formats #1 (tburry)

v1.0.0 (2017-03-10)

Full Changelog

v0.1.0 (2017-03-09)

* This Change Log was automatically generated by github_changelog_generator