Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 621 Bytes

File metadata and controls

27 lines (18 loc) · 621 Bytes

Changelog

v1.0.4

11-10-2024

  • Add new function pages() for Pagination.
  • Add new function filter() for filtering the data.
  • Add new function matchs() for checking duplicates data from table.
  • Updated Docs as well.

v1.0.1

06-09-2024

  • Code optimize
  • add new php cURL function curl_setopt_array()

v2.0.0 - 2025-04-14

Full Changelog: https://github.com/CodeWithSushil/supabase-client/compare/v1.1.2...v2.0.0

v1.2.0

26-12-2025

  • curl_close function is deprecated in PHP 8.5.0 version
  • use new function unset() instead of curl_close.
  • format code base according to PSR-12.