Skip to content

Releases: thecodingmachine/safe

v0.1.4

18 Sep 07:51
b5446e5
Compare
Choose a tag to compare

New features:

  • #38 #40 Added support for automatic refactoring of code (automatic switching to Safe functions) thanks to RectorPHP
  • #39 Adding new command to detect all methods of objects that return false (first step to add Objects support in Safe).

Bugfixes:

  • #39 adds 50 previously unhandled "falsy" functions
  • #42 Fixing JsonException and CurlException that where auto-generated

Minor changes:

  • #36 Improving README
  • #37 Adding MIT license

v0.1.3

14 Sep 12:57
1427a4e
Compare
Choose a tag to compare

Bugfix:

  • #34 #33 Removing false positives

Improvements:

  • #32 #31 #29 Added ~70 new functions that were previously undetected

v0.1.2

14 Sep 09:08
580dbf3
Compare
Choose a tag to compare

Bugfix release

  • #26 #27 Fixing bug in "by reference" arguments handling

v0.1.1

13 Sep 13:11
6d06969
Compare
Choose a tag to compare

Bugfix release.

  • #22 Fixing optional variadic arguments

v0.1.0

13 Sep 10:04
db867e0
Compare
Choose a tag to compare

First alpha release.