* refactor: move migrations into their own class
* refactor: don't export old types
* test: fix failing test
* feat: add preform migrations function
* fix: delete creationDate prop
* chore: add ts-auto-guard
* test: make sure migrations work
* feat: change settings to support more filter rules
* feat: add data options
* chore: bump version
* feat: handle optional types
* style: move code
* feat: delete old variable names
* fix: handle valueData change
* feat: add DatePropertyFilterType enum
* feat: increase property filter select size to 160px
* feat: add custom date
* fix: use valueData for date input
* fix: clear custom date on date value switch
* refactor: rename to "select a property"
* fix: don't accept number on input
* feat: add placeholder for input
* fix: fix updating of value input
* feat: add assertion for date
* feat: add new date filtering
* feat: add other options