Skip to content

Releases: thecodingmachine/safe

v2.1.0

18 Jan 13:34
d48e85e
Compare
Choose a tag to compare

What's Changed

  • Automatically regenerate the files by @github-actions in #321
  • Adding back some removed functions for PHP 8 (adding as deprecated) by @jaydiablo in #320

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

11 Jan 19:43
aeca670
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Jan 19:37
418777f
Compare
Choose a tag to compare

What's Changed

  • Automatically regenerate the files by @github-actions in #311
  • Curl init by @Kharhamel in #315
  • FEATURE: move the file CustomPhpStanFunctionMap to the config directory and improved the cache CI by @Kharhamel in #319

Full Changelog: 2.0...v2.0.1

2.0

03 Jan 15:51
18c0068
Compare
Choose a tag to compare
2.0

This release finally brings PHP8 support! 🎉🎉🎉

If you find any issues, please report them and feel free to contribute your own PRs as well!

2.0.0-alpha.3

17 Oct 20:51
9337088
Compare
Choose a tag to compare
2.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • Empty strings functions by @Kharhamel in #303
  • Improved scanner to only look at the "returnvalues" sections by @Duroth in #305

Full Changelog: 2.0.0-alpha.2...2.0.0-alpha.3

2.0.0-alpha.2

16 Oct 13:41
c1748a0
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Special thanks

  • Special thanks to @Duroth for checking which generated files require fixes

Full Changelog: 2.0.0-alpha.1...2.0.0-alpha.2

2.0.0-alpha.1

01 Oct 13:56
4f7c347
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

This release adds support for PHP8 and drops support for PHP7.x and lower.

Give it a try and let us know through github issues if you encounter any problems!

v1.3.3

28 Oct 17:54
a8ab087
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug with socket_write
  • Updated the readme

v1.3.2

22 Oct 09:23
72d9fee
Compare
Choose a tag to compare

Changelog:

  • added the date and gmdate functions ( #246 )
  • imap_fetchstructure, imap_mail_compose and imap_sort were automatically added because of the updated documentation.

v1.3.1

08 Oct 08:50
a6b795a
Compare
Choose a tag to compare

Changelog:

  • jdtounix was added