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: master
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 2 contributors

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.
    rquadling committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    8a4c4e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f5ca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

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

    Sincerely apologies to the BC break.
    rquadling committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6ae055f View commit details
    Browse the repository at this point in the history
  2. Fix docblock typehint

    rquadling committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    c6031a7 View commit details
    Browse the repository at this point in the history
  3. Prepare v3.2.4

    rquadling committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    200ecc8 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    d4207ed View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    4fd15cd View commit details
    Browse the repository at this point in the history
  6. Preapare v3.2.5

    rquadling committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    448bc4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    263ae9d View commit details
    Browse the repository at this point in the history
  8. Prepare v3.2.6

    rquadling committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    99508be View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    acd461e View commit details
    Browse the repository at this point in the history
  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`.
    rquadling committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d63a694 View commit details
    Browse the repository at this point in the history
Loading