CHANGELOG

master
Salvo 'LtWorf' Tomaselli 2020-09-03 11:21:26 +07:00
parent c943605f3c
commit fd2c014891
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 4 additions and 0 deletions

@ -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