Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db-version-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ This page describes changes for existing Logseq features on the [database versio
* `logseq/` inside a directory no longer exists.

### API
* All property related calls like `upsertBlockProperty` work with DB graphs. Property values can now be numbers and booleans. Properties are namespaced to `:plugin.property._api`
* All property related calls like `upsertBlockProperty` work with DB graphs. Property values can now be numbers and booleans. When called through the HTTP API (or any caller without a plugin id), properties are namespaced to `:plugin.property._test_plugin` (and classes to `:plugin.class._test_plugin`).
* See [this test file](https://github.com/logseq/logseq/blob/master/clj-e2e/test/logseq/e2e/plugins_basic_test.clj) for using the api with DB graphs.
Comment on lines +127 to 128
Loading