* 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
* chore: bump version
* feat: upgrade settings to support view toggles
* refactor: use base filter
* feat: update default settings
* feat: fix settings tab
* fix: use flat structure instead of global key
* feat: add view toggle settings
* refactor: rename to viewOrder
* refactor: use T as a type prefix
* fix: update current view on toggle switch
* fix: handle when all toggles are off
* chore: bump version
* feat: render feed view
* feat: add feed view
* fix: align center
* refactor: move pagination into its own component
* feat: wrapping of pagination indicator on window size shrink
* fix: move filters over 4px to align them with other content
* fix: handle events for all files
* feat: handle file modify event
* docs: update FEATURES.md
* docs: add network requests section
* refactor: rename to filterGroups
* refactor: rename to selectedFilterGroupId
* feat: allow multiple groups to be enabled
* feat: disable other groups on ctrl or meta key press
* 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
* docs: add more features
* refactor: move to services
* feat: update loadPropertyValue to handle edge cases
* test: add typescript support for jest
* refactor: remove version script
* test: add test for loadPropertyValue
* test: remove paths