Skip to content

Releases: phpstan/phpstan-beberlei-assert

1.1.2

04 Sep 12:13
Compare
Choose a tag to compare
  • 0918f2c - Support Assertion::allNotBlank() and thatAll($value)->notBlank() chaining

1.1.1

01 Sep 15:04
Compare
Choose a tag to compare
  • 93bd8d1 - Add support for notBlank assertion
  • 6cd5128 - Add keyExists and keyNotExists assertions to README
  • 0f572b7 - Next-gen coding standard workflow
  • 7c55c22 - Update dependency slevomat/coding-standard to v8.12.0
  • c5735e1 - Update dependency slevomat/coding-standard to v8.11.1
  • 3fe9adc - Update dependency slevomat/coding-standard to v8.11.0
  • 6939925 - Update build-cs
  • 2d9023a - Update dependency slevomat/coding-standard to v8.9.0
  • a75101c - Update PHPCS
  • 7601ee9 - Update metcalfc/changelog-generator action to v4.1.0

1.1.0

21 Feb 16:41
bbf7df7
Compare
Choose a tag to compare
  • bbf7df7 - Do not use instanceof *Type
  • 5f784e4 - Require PHPStan 1.10
  • 94f5f0f - Update release-toot.yml
  • c9dcd69 - Create release-toot.yml
  • f041f33 - Update dessant/lock-threads action to v4
  • 2397423 - Update metcalfc/changelog-generator action to v4
  • bf56dbb - Improve all* handling
  • 974b2fb - Migrate to new Type::getArrays()
  • bb1ae66 - Fix test
  • 571f292 - Require PHPStan 1.9.0
  • 8df4766 - Fix build
  • 10ca3d9 - Update build.yml
  • c14a898 - Create tag workflow
  • a3a306c - PHPStan baseline
  • bd67a35 - Require PHPStan 1.8.0
  • 4841d17 - Update dependency slevomat/coding-standard to v7.2.1
  • 76637a5 - Update dependency slevomat/coding-standard to v7.2.0
  • d26bef9 - Update dependency slevomat/coding-standard to v7.1
  • 474cba3 - Drop alias
  • a1015c5 - Update workflow
  • 903a6b2 - Drop support for PHP 7.1, require PHPStan 1.5.0
  • 531a440 - Update dependency slevomat/coding-standard to v7.0.20
  • 9def3d6 - Update dependency slevomat/coding-standard to v7.0.19
  • 2da65ce - Update actions/checkout action to v3
  • 7db7215 - Fix allSubclassOf test case

1.0.1

23 Feb 08:44
1.0.1
Compare
Choose a tag to compare
  • 522c761 - Add support for keyExists and keyNotExists assertions
  • 5b6b255 - Update dependency slevomat/coding-standard to v7
  • 3d88fa9 - Update renovate.json
  • e0790dc - Update lock-closed-issues.yml
  • 59e472c - Update github-actions
  • ff5c722 - Update metcalfc/changelog-generator action to v1.0.1
  • 8e108e5 - Delete dependabot.yml
  • c55352a - Update and rename renovate.json to .github/renovate.json
  • a50836b - Add renovate.json
  • 433fb3c - Update phpunit.xml
  • 17f33d0 - Update release.yml
  • 8386a65 - Tweet release action
  • 35f1e78 - Allow Composer plugins
  • f7df706 - Test on PHP 8.1
  • eb94a49 - Composer > Remove --no-suggest

1.0.0

01 Nov 07:06
1.0.0
b60cedb
Compare
Choose a tag to compare
  • 2a27fc5 - Update README with the integerish() addition
  • d7397e6 - Bump metcalfc/changelog-generator from v0.4.4 to v1.0.0
  • 88a8ff2 - Rework AssertTypeSpecifyingExtensionTest by extending modern TypeInferenceTest
  • 43cf13c - Lock closed issues
  • 8e3f918 - Drop Phing for Makefile
  • e2a2caf - chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS
  • 4b339bd - Rewrite in backward compatibility compliant way
  • 939f148 - Open 1.0-dev
  • c147863 - Constrain lowest PHPParser version to 4.13.0
  • fb97c44 - Improve compatibility with PHPStan 1.0
  • 3bd8464 - Improve compatibility with nikic/php-parser 4.13.0
  • b60cedb - Improve compatibility with PHPStan 1.0

0.12.6

25 Jan 12:32
Compare
Choose a tag to compare
  • daf1176 - Add support for integerish assertions

0.12.5

24 Jan 16:19
Compare
Choose a tag to compare
  • 1dcc124 - Dependabot
  • 962f1a9 - Update beberlei/assert requirement from ^2.9.5 to ^3.3.0
  • a2940e5 - Fix all* methods for partially iterable types

0.12.4

12 Dec 16:06
Compare
Choose a tag to compare
  • 935df91 - Compatibility with latest PHPStan
  • bdea3ef - Use the maintained version of php-parallel-lint
  • 774d190 - Travis > Test on PHP 7.3 and 7.4
  • 4ef28a7 - Updated coding standard that can run on PHP 7.4
  • e55cdeb - Bump minimum versions to prevent deprecations when running in lowest
  • 57c0af3 - Use GitHub Actions instead of Travis CI
  • c714b07 - Automatic release workflow

0.12.3

12 Dec 14:50
Compare
Choose a tag to compare
0.12.3

0.11.2

10 Oct 07:59
Compare
Choose a tag to compare

isJsonString() implicitly asserts value is of string type (#9), thank you @simPod!