Added - The `user auto delete` Configuration directive. - The `allow embedding` Configuration directive, which if `True` sets the `SameSite` flag in cookies to `None`. Changed - The `SameSite` flag is now set to `Strict` in cookies by default. For the old behavior, set `allow embedding: True` in the Configuration.
0.5.101
Not secure
Changed - Playground syntax highlighting now highlights Python code as Python code. Fixed - The `interview_menu()` function did not accept parameters.
0.5.100
Not secure
Added - The `.data_type_guess()` method of `DACatchAll`. - The `.keys()` method of `DAStore`. Fixed - Issue with default values after input validation fails and two fields set the same variable.
0.5.99
Not secure
Added - Catchall questions. Fixed - When item under `edit` in a `table` has no question associated with it, an error was raised only if the item was first.