Changelog
0.6.0 (2023-05-13)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Improvement | add support for baserow 1.16.0 workspaces, trailing slashes on urls | 7 | @luc-languagetools | |
Improvement | Upgrade from `databind 1.x` to `4.x` | 8 | @NiklasRosenstein |
0.5.1 (2022-03-24)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Hygiene | update project structure to use Poetry as the build system and Slap for tooling | @NiklasRosenstein |
0.5.0 (2021-10-22)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Feature | add `User.language` field | 6 | @dretay |
0.4.0 (2021-09-16)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Improvement | rename `LinkedTableCollection` to `LinkedRow` and moved it to `baserow.orm.column` | @NiklasRosenstein | ||
Improvement | add `Column.from_baserow()` | @NiklasRosenstein | ||
Improvement | add `ColumnPlaceholderTranslator` helper class | @NiklasRosenstein | ||
Docs | add a bunch of docstrings to the ORM classes | @NiklasRosenstein | ||
Feature | add `BaserowClient.create_database_table_row()`, `BaserowClient.update_database_table_row()` and `Database.save()` | @NiklasRosenstein | ||
Feature | add `BaserowClient.create_user()` | @dermasmid |
0.3.0 (2021-09-13)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Feature | add `Query.first()`, `BaserowOrmException` and `NoRowReturned` | @NiklasRosenstein |
0.2.1 (2021-09-13)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Fix | fix readme example | @NiklasRosenstein |
0.2.0 (2021-09-13)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Feature | add `BaserowClient.login()`, `BaserowClient.load()` and `BaserowClient.save()` | @NiklasRosenstein | ||
Feature | support `boolean`, `long_text` and `file` fields | @NiklasRosenstein | ||
Feature | add simple ORM capabilities | @NiklasRosenstein | ||
Feature | add `BaserowClient.get_database_table_row()` | @NiklasRosenstein | ||
Feature | add `Column.link_row_has()` and `Column.link_row_has_not()` | @NiklasRosenstein |
0.1.1 (2021-09-12)
Type | Description | PR | Issues | Author |
---|---|---|---|---|
Fix | add missing dependencies | @NiklasRosenstein |