|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
3.0
|
|
|
|
|
- UI shows different colours for different types
|
|
|
|
|
- Better documentation on the website
|
|
|
|
|
- By default relations are saved as json. This allows to keep the type
|
|
|
|
|
- Dates can no longer be added or subtracted
|
|
|
|
|
- Types are now inferred by column, no longer by cell
|
|
|
|
@ -10,6 +12,8 @@
|
|
|
|
|
- Prevent relation/field names from being reserved keywords
|
|
|
|
|
- Fixed issue in cli where loading an invalid file would lead to a crash
|
|
|
|
|
- Added typing hints throughout the code
|
|
|
|
|
- New major release, API changed
|
|
|
|
|
- Windows: installer installs python and uses pip to get dependencies
|
|
|
|
|
|
|
|
|
|
2.5
|
|
|
|
|
- Add new class of tests for queries that are supposed to fail
|
|
|
|
|