supabase_extensions 1.0.1
supabase_extensions: ^1.0.1 copied to clipboard
Extensions for the Supabase client that allows faster develeopment
1.0.1 #
- Fixed bugs with
Supabase.onmigrated code in 1.0.0
1.0.0 #
- Updated to latest dependencies
- Updated to
supabasev2 API
0.6.2 #
- Added
Supabase.jwtto retrieve accessToken easily
0.6.1 #
- fixed
Supabase.isLoggedto returnbool
0.6.0+1 #
- updated
pub.devscore
0.6.0 #
- added
Supabase.isLogged - updated
Supabase.onevent parameter fromStringinto enumCrudEvent - added ability to listen to
DELETEevents
0.5.1 #
- Better error handling + updated
pub.devscore
0.5.0 #
- Added streams listeners for single database-based event type
0.4.0 #
- Using now
QueryResultsas return object to thesqlfunction
0.3.2 #
- Added shorter getter to user's ID (
SupabaseClient.uidinsteadSupabaseClient.auth.currentUser.uid)
0.3.1 #
- Fixed bug with
SELECTstatements like..AND field = 'string'
0.3.0 #
- Added
INSERTstatement support
0.2.1 #
- Fixed multiple columns ordering + using
distinct
0.2.0 #
- Initial
SELECTstatement support
0.1.0 #
- Initial version