Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beberlei/assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.1
Choose a base ref
...
head repository: beberlei/assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref

Commits on Jul 25, 2019

  1. Add eqArraySubset, similar to what already exists in PHPUnit. (#283)

    Thank you. Nice addition.
    afilina authored and rquadling committed Jul 25, 2019
    Copy the full SHA
    ad2c8a7 View commit details

Commits on Aug 23, 2019

  1. add typehint

    add composer require ext
    add throw phpdoc
    Andru Cherny committed Aug 23, 2019
    Copy the full SHA
    f57f94d View commit details
  2. bugfix

    Andru Cherny committed Aug 23, 2019
    Copy the full SHA
    eb1724e View commit details
  3. Merge branch 'master' into v3

    * master:
      Add eqArraySubset, similar to what already exists in PHPUnit. (#283)
    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    17b3d3c View commit details
  4. Prepare v3.2.2

    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    5547e7d View commit details
  5. Merge branch 'v3'

    * v3:
      Prepare v3.2.2
      Add latest 7.3
      Prepare v3.2.1
    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    ddf595b View commit details
  6. Merge branch 'wirwolf-master'

    * wirwolf-master:
      bugfix
      add typehint add composer require ext add throw phpdoc
    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    d77f25b View commit details
  7. Code styling

    Type hints
    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    dce360b View commit details
  8. More type hint fixes found by static analysis

    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    ba56167 View commit details
  9. Add appropriate error suppressions for PHP 7.0

    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    a34acce View commit details
  10. CS Fixes

    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    410caeb View commit details
  11. Merge branch 'master' into v3

    * master:
      CS Fixes
      Add appropriate error suppressions for PHP 7.0
      More type hint fixes found by static analysis
      Code styling Type hints
      bugfix
      add typehint add composer require ext add throw phpdoc
    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    598c43b View commit details
  12. Prepare v3.2.3

    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Copy the full SHA
    65b8152 View commit details

Commits on Oct 9, 2019

  1. Remove ext-intl as a required extension, making it a suggested extens…

    …ion for
    
    use with Assertion::count(), Assertion::isCountable(), Assertion::minCount(),
    and Assertion::maxCount() to operate on ResourceBundles.
    Richard Quadling authored and Richard Quadling committed Oct 9, 2019
    Copy the full SHA
    8a4c4e9 View commit details
  2. Correct @method return typehint for LazyAssertion chaining

    Richard Quadling authored and Richard Quadling committed Oct 9, 2019
    Copy the full SHA
    38f5ca8 View commit details

Commits on Oct 10, 2019

  1. Restored \Assert\Assertion::createException() signature to 3.2.2.

    Sincerely apologies to the BC break.
    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    Copy the full SHA
    6ae055f View commit details
  2. Fix docblock typehint

    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    Copy the full SHA
    c6031a7 View commit details
  3. Prepare v3.2.4

    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    Copy the full SHA
    200ecc8 View commit details
  4. Remove a hard dependency on the intl extension (#289)

    Fixes #288.
    
    While #268 and #269 updated count() and isCountable() to now work with intl resources, #286 made that the whole beberlei/assert package now requires the intl extension to be installed.
    
    However, the intl extension dependency is a soft dependency.
    The package does not need intl for most of its features and can safely work without it.
    jakzal authored and rquadling committed Oct 10, 2019
    Copy the full SHA
    d4207ed View commit details
  5. Fix docblocks for all to show that they are expected to receive an

    array of things
    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    2
    Copy the full SHA
    4fd15cd View commit details
  6. Preapare v3.2.5

    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    Copy the full SHA
    448bc4f View commit details
  7. Make Assert\Assertion::stringify() UTF-8 safe.

    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    Copy the full SHA
    263ae9d View commit details
  8. Prepare v3.2.6

    Richard Quadling authored and Richard Quadling committed Oct 10, 2019
    Copy the full SHA
    99508be View commit details

Commits on Dec 19, 2019

  1. Reinstate LazyAssertion docblock

    Richard Quadling authored and Richard Quadling committed Dec 19, 2019
    Copy the full SHA
    acd461e View commit details
  2. ## 3.2.7 - 2019-12-19

    ### Fixes
    - Reinstated the `@method` return type for `Assert\LazyAssertion` methods to show that the return type is `LazyAssertion`.
    Richard Quadling authored and Richard Quadling committed Dec 19, 2019
    Copy the full SHA
    d63a694 View commit details
Loading