This repository was archived by the owner on Sep 7, 2021. It is now read-only.
Releases: hhucn/eden
Releases · hhucn/eden
0.3 - Added References and Shorthand Routes
0.3
Major Changes with 0.3
- The user is not a simple String anymore. The user is now a map containing the public Screenname (
:name), the:idand thedgep-nativeflag which is set when the user is native to the aggregator stated inidentifier.aggregator-id. - Shorthands for adding statements and whole arguments just by text all accept a author-id and assume the author is local to the current DGEP instance.
- Shorthands for adding arguments and statements now accept additional fields trhough the
additionalmap. You can add any custom field there. Attributes added here will be first-class on the resulting statements. This means that addingadditional: {"foo" "bar"}will add a field:foowith the valuebarto the resulting statement. - Added support for first-class reference search.
- A
referencefield is expected to contain a:text,:hostand:path - References can be searched by host- and text-content in the corresponding routes (See
/index.html#!/statementsfor an overview)
- A
- Other custom fields can be searched via
/statements/custom - A bug with the DBAS-Connector has been fixed and now again produces correct links.