* Added MANIFEST.in to exclude demo streamlit app.
4.1.0
Added
* FormDataMapping now has a `get_item_by_key` function with an `ignore_hidden_columns` parameter, useful is one needs to do something to all data in a Form regardless of column visibility, such as a metadata update.
4.0.2
Fixed
* FormEntry : Bugfix for gsi2 key calculation.
4.0.1
Fixed
* FormDataManager now passes its logger value into the created FormDataMapping object when calling `get_mapping`.
4.0.0
Changed
* FormEntry : Modify gsi2 usage to allow row id lookup across groups
3.4.0
Added
* FormEntry : Utilize gsi2 to track all data for a group / row combination, allowing efficient retrieval for a single row.