Merge pull request #43 from ltworf/changelog

changelog
master
Salvo 'LtWorf' Tomaselli 2020-09-03 11:22:31 +07:00 committed by GitHub
commit 2a854e5df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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