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.
06-09-2024
- Code optimize
- add new php cURL function curl_setopt_array()
Full Changelog: https://github.com/CodeWithSushil/supabase-client/compare/v1.1.2...v2.0.0
26-12-2025
curl_closefunction is deprecated in PHP 8.5.0 version- use new function
unset()instead ofcurl_close.- format code base according to PSR-12.