1.2.0
Python 3.12
Added Python 3.12 support.
Improved Filtering
When filtering Varchar and Text columns, you can now specify the match. Previously, it always defaulted to contains, but now you can specify starts, ends and exact. For example, you can now filter for a movie with a name starting with Star Wars.
When filtering numeric / date / time columns, you can now specify the not equals operator. For example, give me all the movie tickets which aren't on a certain day.
Bug fixes
Fixed some minor bugs, and added additional Playwright tests.