Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 470 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 470 Bytes

Changelog

[1.1.0] - 2025-02-10

  • Added PHP 8.4 array functions: array_find, array_find_key, array_any, array_all
  • Added PHP 8.3 json_validate function
  • Added proper version checks for PHP 8.1, 8.2, 8.3, and 8.4 functions

[1.0.1] - 2025-02-06

  • Use proper naming for str_starts_with and str_ends_with string functions

[1.0.0] - 2025-02-03

  • Initial release
  • Added PHP 8 string manipulation compatibility functions
  • Added array and math helper functions