Skip to contents
supabaseR 0.1.0 (development)
Breaking Changes
- Complete API redesign: all functions renamed from
get_*/put_* to sb_db_* prefix
- Removed deprecated functions:
get_table_data, put_table_row, delete_table_row, etc.
- Removed renv dependency management
Internal
- Use
glue::glue_sql() for all SQL construction
- Add
build_where() helper for operator support
- Add comprehensive test coverage with testthat 3.0 snapshots
supabaseR 0.0.1
- Initial release with basic CRUD functions
- Environment variable configuration