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

Changelog History
Page 1

  • v3.3.0

    November 20, 2020
  • v3.3.0-beta1 Changes

    November 13, 2020
  • v3.2.7 Changes

    December 19, 2019

    3.2.7 - 2019-12-19

    πŸ›  Fixes

    • Reinstated the @method return type for Assert\LazyAssertion methods to show that the return type is LazyAssertion.
  • v3.2.6 Changes

    October 10, 2019

    3.2.6 - 2019-10-10

    πŸ›  Fixes

    • πŸ‘‰ Make Assert\Assertion::stringify() UTF-8 safe (Thanks to Pedram Azimaei)
  • v3.2.5 Changes

    October 10, 2019

    πŸš€ 3.2.5 - 2019-10-10 - Fix the broken things release.

    πŸ”” Notice

    • Sigh!
      • Richard Quadling

    πŸ›  Fixes

    • 🚚 REALLY Removed dependency of the intl extension.
    • ⚑️ Updated the Docblocks for Assert\Assertion::all() helper to show that the value is expected to be an array.
  • v3.2.4 Changes

    October 10, 2019

    πŸš€ 3.2.4 - 2019-10-09 - Fix the broken things release.

    πŸ”” Notice

    • πŸ‘€ It seems I've been slightly lax in verifying the signature changes and expected extensions.
      πŸ›  Hopefully, both of these have been fixed in this version.
      Truly sorry for breaking the internet!
      • Richard Quadling

    πŸ›  Fixes

    • βͺ Restored \Assert\Assertion::createException() signature to 3.2.2.
    • βœ‚ Removed dependency of the intl extension. If the extension is available, then Assert\Assertion::count(), Assert\Assertion::isCountable(), Assert\Assertion::minCount(), and Assert\Assertion::maxCount() will operate on ResourceBundles.
    • πŸ›  Fixed the @method return type for Assert\LazyAssertion methods to show that the return type is static for extensions of Assert\LazyAssertion.
      NOTE : Docblock does not have the ability to differentiate between a non static @method whose returns type is of the subclass and a @method that is called statically (PSR-5#899). So the use of static static is a fudge that sort of works for IDEs that need to know about the method that MAY be overridden in a subclass.
  • v3.2.3 Changes

    August 23, 2019

    3.2.3 - 2019-08-23

    Other changes

    • βž• Added type hints and documentation consistency (Thanks to Andru Cherny)
  • v3.2.2 Changes

    August 23, 2019

    3.2.2 - 2019-08-23

    βž• Added assertions

  • v3.2.1 Changes

    May 28, 2019

    3.2.1 - 2019-05-28

    πŸ›  Fixes

    • ⚑️ Updated regex for Assert\Assertion::url() (Thanks to Christophe Histaesse)
    • πŸ›  Fixed broken regex for Assert\Assertion::url() (Thanks to Menno Holtkamp)

    Other changes

    • βž• Added PHP 7.3.0, PHP 7.3.1, and PHP 7.3.2 to Travis pipeline as there are differences in PCRE
    • ⚑️ Updated docblocks for Assert\Assertion::NullOrXxxx() to show that the first parameter can be null.
    • ⚑️ Updated docblocks for Assert\LazyAssertion to show that the return type is $this to aid IDE's static analysis.
  • v3.2.0 Changes

    December 24, 2018

    3.2.0 - 2018-12-24

    βž• Added assertions

    Other changes

    • βž• Added PHP 7.3 to Travis pipeline
    • βž• Added support for \ResourceBundle and \SimpleXMLElement to Assertion::count().