Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@ergebnis-bot ergebnis-bot released this 04 Oct 09:59
1.2.0
5b0f606
  • Fix: Require tests for PHP 8.0 to pass (#303), by @localheinz
  • composer(deps-dev): bump psalm/plugin-phpunit from 0.11.0 to 0.12.1 (#304), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.2.1 to 2.2.2 (#309), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.4 to 0.12.5 (#306), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/license from 1.0.0 to 1.1.0 (#305), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/extension-installer from 1.0.4 to 1.0.5 (#308), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.7.1 to 2.8.1 (#307), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 3.14.2 to 3.15 (#310), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.40 to 0.12.42 (#311), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.4.3 to 2.5.0 (#312), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from v3.0.10 to v3.0.11 (#313), by @dependabot[bot]
  • github-actions(deps): bump actions/create-release from v1.1.3 to v1.1.4 (#314), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 3.15 to 3.16 (#315), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.42 to 0.12.43 (#316), by @dependabot[bot]
  • github-actions(deps): bump gr2m/create-or-update-pull-request-action from v1.2.10 to v1.3.0 (#317), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.8.1 to 2.8.2 (#318), by @dependabot[bot]
  • github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3 (#319), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.43 to 0.12.44 (#320), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.44 to 0.12.45 (#321), by @dependabot[bot]
  • composer(deps-dev): bump psalm/plugin-phpunit from 0.12.1 to 0.12.2 (#322), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.45 to 0.12.46 (#323), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.46 to 0.12.47 (#324), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.47 to 0.12.48 (#325), by @dependabot[bot]
  • Enhancement: Implement BooleanProvider (#326), by @localheinz
  • Enhancement: Implement NullProvider (#327), by @localheinz
  • Enhancement: Implement StringProvider (#328), by @localheinz
  • Fix: Rename methods (#329), by @localheinz
  • Enhancement: Provide example for composition of data providers (#330), by @localheinz
  • Fix: Add StringProvider to list in README.md (#331), by @localheinz
  • Fix: Test data providers directly (#332), by @localheinz
  • Fix: Remove empty list item (#333), by @localheinz
  • Fix: Rename data provider (#334), by @localheinz
  • Enhancement: Implement IntProvider (#335), by @localheinz
  • Fix: Test provided values individually (#336), by @localheinz
  • Enhancement: Extract specifications (#337), by @localheinz
  • Fix: Provide all kinds of string values from StringProvider::arbitrary() (#338), by @localheinz
  • Fix: Add IntProvider to list (#340), by @localheinz
  • Enhancement: Implement DataProvider\StringProvider::trimmed() (#339), by @localheinz
  • Enhancement: Implement DataProvider\FloatProvider (#341), by @localheinz