All Versions
61
Latest Version
Avg Release Cycle
68 days
Latest Release
1243 days ago

Changelog History
Page 6

  • v2.1 Changes

    November 06, 2015

    ➕ Added assertions

    • Assert\Assertion::notEq()
    • Assert\Assertion::notSame()
    • Assert\Assertion::scalar()
    • Assert\Assertion::choicesNotEmpty()
    • Assert\Assertion::methodExists()
    • Assert\Assertion::isObject()
  • v2.0.1 Changes

    January 26, 2014

    Other changes

    • Pass constraints and values to Assert\AssertionFailedException
  • v2.0 Changes

    January 26, 2014

    Other changes

    • Introduce AssertionChaining and LazyAssertions
    • Introduce Assert\Assertion::stringify() to make a string version of a value
  • v1.7 Changes

    January 25, 2014

    ➕ Added assertions

    • Assert\Assertion::float()

    Other changes

    • ➕ Added support for HHVM to Travis
  • v1.6 Changes

    November 05, 2013

    ➕ Added assertions

    • Assert\Assertion::count()

    Other changes

    • ➕ Added support for PHP 5.5 to Travis
  • v1.5 Changes

    October 01, 2013

    ➕ Added assertions

    • Assert\Assertion::notEmptyKey()
    • Assert\Assertion::all....()
  • v1.4 Changes

    July 07, 2013

    ➕ Added assertions

    • Assert\Assertion::noContent()
    • Assert\Assertion::endsWith()
    • Assert\Assertion::notIsInstanceOf()
    • Assert\Assertion::isJsonString()
    • Assert\Assertion::uuid()

    Other changes

    • ➕ Added BSD-2 License
  • v1.3 Changes

    March 02, 2013

    ➕ Added assertions

    • Assert\Assertion::length()
    • Assert\Assertion::url()
    • Assert\Assertion::false()
    • Assert\Assertion::implementsInterface()

    Other changes

    • ✅ Travis now runs PHP Unit tests
    • ➕ Added Assert\InvalidArgumentException
    • ➕ Added $encoding = 'UTF-8' parameter to appropriate assertions
  • v1.2 Changes

    July 23, 2012

    ➕ Added assertions

    • Assert\Assertion::nullOr....()
  • v1.1 Changes

    July 23, 2012

    ➕ Added assertions

    • Assert\Assertion::eq()
    • Assert\Assertion::same()
    • Assert\Assertion::inArray()
    • Assert\Assertion::min()
    • Assert\Assertion::max()
    • Assert\Assertion::true()
    • Assert\Assertion::classExists()

    Other changes

    • ➕ Added $propertyPath = null parameter to assertions