Skip to content

Releases: phpstan/phpstan-webmozart-assert

1.2.2

06 Nov 21:28
Compare
Choose a tag to compare
  • 01259f5 - Add test cases for #150
  • 944b629 - Improve all* handling
  • fe8354a - Migrate to new Type::getArrays()
  • a882a6e - Mark support for isEmpty and notEmpty
  • f4f29ab - Add FQCN support to implementsInterface
  • 8a78d5f - Update slevomat/coding-standard to ^8.0
  • beb34cb - Extract bleeding edge tests
  • 8213017 - Support list type

1.2.1

21 Sep 13:18
Compare
Choose a tag to compare
  • c8cd404 - Add original function name to FAUX_FUNCTION to avoid potential clashes
  • 463e931 - Support string assertions resulting in non-empty-string
  • 71d8f08 - Update build.yml
  • 64c0042 - Create tag workflow
  • b67734a - Require PHPStan 1.8.0
  • 724e062 - Fix build error
  • a7d110f - Require PHPStan 1.7.15

1.2.0

06 Jun 08:43
1.2.0
Compare
Choose a tag to compare
  • a7f1295 - Support allNullOr*
  • 08d2db4 - Update dependency slevomat/coding-standard to v7.2.1
  • b0d5930 - Import assertType function in tests

1.1.3

09 May 08:54
1.1.3
45ee104
Compare
Choose a tag to compare
  • 45ee104 - Fix false positives #118, #119, #130
  • a83a4d2 - Update dependency slevomat/coding-standard to v7.2.0
  • d42628c - Adapt for latest phpstan
  • d753a63 - Adapt for latest phpstan
  • 2488d03 - Update dependency slevomat/coding-standard to v7.1
  • 308ee77 - Drop alias
  • 3c69962 - Update workflow
  • 753d16f - Drop support for PHP 7.1, require PHPStan 1.5.0
  • cad8485 - Update dependency slevomat/coding-standard to v7.0.20

1.1.2

10 Mar 09:04
1.1.2
c293bf4
Compare
Choose a tag to compare
  • c293bf4 - Support eq and notEq
  • 426488d - Require PHPStan 1.4.9
  • 0581256 - Add failing test for notSame issue
  • ba4a79a - Add more impossible-check tests for stringNotEmpty
  • 9424683 - Update dependency slevomat/coding-standard to v7.0.19
  • 350d51d - Update actions/checkout action to v3

1.1.1

05 Mar 11:48
1.1.1
Compare
Choose a tag to compare

1.1.0

02 Mar 16:06
1.1.0
Compare
Choose a tag to compare
  • 56d7b27 - Improve all* handling
  • 11cc4ba - Support isNotA
  • 5b5916d - Fix allSubclassOf test case
  • c9b8ddb - Support deprecated isTraversable
  • 3937f41 - Support isAnyOf
  • ceb5414 - Re-use inArray resolver for oneOf since it's an alias
  • d23102b - Run PHPStan with level 9
  • c13ffc1 - Add regression test
  • 9d450a4 - Add regression test
  • d1c78f6 - Support isNonEmptyList and isNonEmptyMap
  • 586d049 - Add regression test
  • af6e2f5 - Refactor BooleanNot usage
  • 0e496ac - Support isInstanceOfAny
  • a46f664 - Support isAOf
  • b9233c3 - Support greater, less and range assertions
  • 086010d - Support isMap, adapt isList to work the same
  • 4fe6508 - Require latest phpstan to fix a couple of things
  • b42bf53 - Update CS
  • bb64184 - Update renovate.json
  • 7bd014c - Update lock-closed-issues.yml
  • fb12ad3 - Update github-actions
  • 7f92a22 - Update metcalfc/changelog-generator action to v1.0.1
  • c24c9c4 - Delete dependabot.yml
  • 4600db3 - Update and rename renovate.json to .github/renovate.json
  • 92966ab - Add renovate.json

1.0.9

01 Feb 19:27
1.0.9
Compare
Choose a tag to compare
  • 895cbf2 - Add more tests
  • 3d51653 - Fix a couple of nullOr* tests
  • 4bd0967 - Bring CS closer to phpstan-src
  • f61bbac - Improve isList
  • ae57b8f - Update phpunit.xml
  • f77d18f - Allow objects in instanceof-like assertions

1.0.8

17 Jan 11:50
1.0.8
Compare
Choose a tag to compare
  • 7a5f53a - Tweet release action
  • 160574e - Update release.yml
  • 0ecb23b - Add regression test for non-empty-string ImpossibleCheckTypeStaticMethodCallRule problems
  • 8e664e7 - Revert "Add support for contains, startsWith, startsWithLetter and endsWith"
  • 67f970c - Revert "Support string assertions resulting in non-empty-string"

1.0.7

09 Jan 12:47
1.0.7
Compare
Choose a tag to compare
  • 19b869e - Add support for contains, startsWith, startsWithLetter and endsWith