Releases: thecodingmachine/safe
Releases · thecodingmachine/safe
v2.1.3
What's Changed
- Automatically regenerate the files by @github-actions in #326
- Automatically regenerate the files by @github-actions in #329
- Automatically regenerate the files by @github-actions in #330
- Phpstan/update by @Kharhamel in #335
- FIX: the generator now ignore the number typehints from phpstan by @Kharhamel in #336
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
What's Changed
- Fixed return type of DateTimeImmutable by @nusje2000 in #323
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
- @jaydiablo made their first contribution in #320
Full Changelog: v2.0.2...v2.1.0
v2.0.2
v2.0.1
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
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
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
What's Changed
- Prevent generic syntax from messing up php native types by @dbrekelmans in #290
- FIX: updated the regexp to detect class_implements by @Kharhamel in #296
- FIX: updated the generator phpstan to 0.12.99 by @Kharhamel in #299
- Fix createFromMutable error by @dbrekelmans in #298
- Fixed else statement code style by @nusje2000 in #297
- Fixed function definition from containing unnecessary spaces by @nusje2000 in #300
- Fix whitespace by @dbrekelmans in #301
- generate imagegrabwindow by @dbrekelmans in #302
New Contributors
- @nusje2000 made their first contribution in #297
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
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!