v0.3.0 - Content Filtering
Mainly you can now Filter the main document to just show entries and directories which contain a specific (sub) node (optionally with a specific value). This ability leads to new endpoints with which you can filter either manually for contained sub-nodes, or use other helpers in context with due and priority properties. Here is a list of all new endpoints:
/xml/priority/highestTo get only the nodes which have the highest priority among the document/xml/priority/{priority}To get only nodes which priority is higher (lower numerical value) or equal to the provided priority./xml/filter/{name}/{value}To only get nodes which have subnodes called NAME whose value equals VALUE (not case sensitive)/xml/due/overTo get only nodes wich were due in the past./xml/due/todayTo get only nodes wich are due or on today./xml/due/tomorrowTo get only nodes which are due or on tomorrow./xml/due/in/{start}/{end}To get only nodes which due date is in between start and end