Phpstan Webmozart Assert Versions Save

PHPStan extension for webmozart/assert

1.1.0

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 19b869e - Add support for contains, startsWith, startsWithLetter and endsWith

1.0.6

2 years ago
  • 9009135 - Support string assertions resulting in non-empty-string

1.0.5

2 years ago
  • 0aa685e - Move type assertion tests into TypeTest
  • 9bdc258 - Extract comparison tests
  • 45b115f - Support keyNotExists
  • baf0436 - Extract remaining collection tests
  • 7db7d85 - Extract remaining tests
  • 11ecf41 - Support remaining array count assertions

1.0.4

2 years ago

1.0.3

2 years ago
  • 0636456 - Composer > Remove --no-suggest
  • d04b381 - Rename conflicting classes
  • 4e2fc5e - Allow Composer plugins in build-cs
  • 42b5926 - Support positiveInteger
  • 0b96b34 - Increase minimum supported webmozart/assert to 1.10

1.0.2

2 years ago

1.0.1

2 years ago
  • f53f3cb - Support validArrayKey
  • 29c8c6c - Complete string length type specifiers
  • 2cd9a91 - Adapt README