Skip to content

Releases: phpstan/phpstan-webmozart-assert

1.0.6

09 Jan 12:17
1.0.6
Compare
Choose a tag to compare
  • 9009135 - Support string assertions resulting in non-empty-string

1.0.5

08 Jan 20:33
1.0.5
Compare
Choose a tag to compare
  • 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

06 Jan 13:10
1.0.4
Compare
Choose a tag to compare

1.0.3

05 Jan 10:49
1.0.3
Compare
Choose a tag to compare
  • 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

29 Nov 12:58
1.0.2
Compare
Choose a tag to compare

1.0.1

29 Nov 12:47
1.0.1
Compare
Choose a tag to compare
  • f53f3cb - Support validArrayKey
  • 29c8c6c - Complete string length type specifiers
  • 2cd9a91 - Adapt README

1.0.0

01 Nov 07:10
1.0.0
83546e1
Compare
Choose a tag to compare
  • a1b9607 - Open 1.0-dev
  • a83bf9e - Improve compatibility with PHPStan 1.0
  • 41afc8e - Constrain lowest PHPParser version to 4.13.0
  • d68938d - Improve compatibility with nikic/php-parser 4.13.0
  • 83546e1 - Improve compatibility with PHPStan 1.0

0.12.16

24 Aug 12:23
0.12.16
Compare
Choose a tag to compare
  • 0422ea8 - Add support for interfaceExists

0.12.15

16 Jul 15:01
Compare
Choose a tag to compare
  • 719bc82 - Fix
  • 978e524 - Resolve Assert::minLength($s, 1+) to non-empty-string

0.12.14

04 Jul 09:52
Compare
Choose a tag to compare
  • 9b093e3 - modernise tests
  • 8925bd3 - add support for methodExists and propertyExists
  • c500936 - add support for isArrayAccessible