This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
1.2.0
- Fix: Require tests for PHP 8.0 to pass (#303), by @localheinz
- composer(deps-dev): bump
psalm/plugin-phpunit
from0.11.0
to0.12.1
(#304), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/php-cs-fixer-config
from2.2.1
to2.2.2
(#309), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan-strict-rules
from0.12.4
to0.12.5
(#306), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/license
from1.0.0
to1.1.0
(#305), by @dependabot[bot] - composer(deps-dev): bump
phpstan/extension-installer
from1.0.4
to1.0.5
(#308), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/composer-normalize
from2.7.1
to2.8.1
(#307), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from3.14.2
to3.15
(#310), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.40
to0.12.42
(#311), by @dependabot[bot] - github-actions(deps): bump
shivammathur/setup-php
from2.4.3
to2.5.0
(#312), by @dependabot[bot] - github-actions(deps): bump
actions/stale
fromv3.0.10
tov3.0.11
(#313), by @dependabot[bot] - github-actions(deps): bump
actions/create-release
fromv1.1.3
tov1.1.4
(#314), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from3.15
to3.16
(#315), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.42
to0.12.43
(#316), by @dependabot[bot] - github-actions(deps): bump
gr2m/create-or-update-pull-request-action
fromv1.2.10
tov1.3.0
(#317), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/composer-normalize
from2.8.1
to2.8.2
(#318), by @dependabot[bot] - github-actions(deps): bump
actions/checkout
fromv2.3.2
tov2.3.3
(#319), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.43
to0.12.44
(#320), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.44
to0.12.45
(#321), by @dependabot[bot] - composer(deps-dev): bump
psalm/plugin-phpunit
from0.12.1
to0.12.2
(#322), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.45
to0.12.46
(#323), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.46
to0.12.47
(#324), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.47
to0.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