* Added `exhaust_pagination` to the core imports in `__init__.py`.
3.3.0
Added
* Implemented hide_columns_by_group for controlling column visibility in `form_data` extra.
3.2.1
Fixed
* Added `PaginatedList` to the core imports in `__init__.py`.
3.2.0
Added
* Added a new utility function to create the standard dynamodb table, given a dynamodb resource object.
Changed
* Re-organized the core DynamoDbMemory code into a module (out of `__init__.py`) to enhance logging.
3.1.0
Added
* Introduce new `form_data` extra for managing data with spreadsheet-like access patterns.
3.0.0
Removed
* Removed deprecated aliases for resources and memory classes. Now, use the standard names: DynamoDbMemory, DynamoDbResource, and DynamoDbVersionedResource for all references.