Skip to content

Releases: thecodingmachine/phpstan-safe-rule

v1.2.0

17 Jan 10:13
8a7b88e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Nov 11:23
71bd8c1
Compare
Choose a tag to compare

Improvements

v1.0.1

30 Aug 11:42
1a1ae26
Compare
Choose a tag to compare

Changes:

v1.0.0

02 Jan 15:00
Compare
Choose a tag to compare

New feature:

  • detects usage of "new DateTime" and "new DateTimeImmutable" and proposes using the Safe variant of those classes instead.

v1.0.0-beta1

04 Dec 09:58
8694a69
Compare
Choose a tag to compare

This new version:

  • targets Safe 1.0.0-beta1
  • is compatible with PHPStan 0.12 (while keeping compatibility with 0.10 and 0.11)

v0.1.4

15 Jul 07:36
70bfb67
Compare
Choose a tag to compare

Improvements:

  • #11 #13 Add support for phpstan/extension-installer (thanks to @shadowhand)
  • #12 Ignore json_decode and json_encode when use JSON_THROW_ON_ERROR option (thanks to @vkill)

Adding special type support for preg_replace

07 Mar 13:53
00f4845
Compare
Choose a tag to compare

v0.1.2

21 Jan 12:48
ffbdebd
Compare
Choose a tag to compare

Bugfix release:

  • #8 Fixing strict version enforced.

PHPStan compatibility release

18 Jan 13:15
8fbca4b
Compare
Choose a tag to compare
  • #7 Adding compatibility with PHPStan 0.11

First release

19 Sep 11:45
ba8eea4
Compare
Choose a tag to compare

This release targets PHPStan 0.10.x and Safe 0.1.x