Releases: thecodingmachine/safe
v1.3.3
v1.3.2
v1.3.1
v1.3.0
Changelog:
-
A lot of functions were removed from the php doc. Rather than also removing them from safe, I decided to move them to a deprecated folder.
The functions should still be usables, although they should be flagged as deprecated in a future feature. -
'imagepsencodefont', 'imagepsextendfont', 'imagepsfreefont', 'imagepsslantfont' were removed because their corresponding functions were removed in php7.0 , meaning theses safe functions never actually worked.
-
pack and unpack were added
v1.2.1
v1.2.0
Changelog:
-
Added DateTimeImmutable->getInnerDateTime() and DateTimeImmutable::createFromRegular() (technically already existed but it is now a public method) to switch easily between safe and regular versions (see #229 )
This is because a bug with DatePeriod was found (thanks @rodnaph in #227). Since the bug comes fromphp itself, we can only add workarounds: like reverting to a regular DateTimeImmutable with ->getInnerDateTime() -
Fixed a bug with rector0.7 (the RenameFunction rule was, ironically, renamed) (#234 )
-
improved our github workflows (for example #230 )
v1.1.3
v1.1.2
v1.1.1
v1.1
Changelog:
-
Now depends on the github mirror for the PHP documentation (https://github.com/salathe/phpdoc-base and https://github.com/php/doc-en)
-
Drop support for unsupported versions of rector/rector (#209)
-
Regenerated files
-
Switch our CI environment to github actions
-
Now actually run the pipelines on php7.4 (#212)
A big thanks to @localheinz for basically everything in this release!