v6.0.0
Breaking Changes:
- events
item.update
,item.new
,item.activate
,item.deactivate
,item.delete
send the event data in a new format:
{
newItem: theNewSavedDocWithNewRevisionNumber,
oldItem: theDocBeforeTheChange
}
appendItemToPayload
on a tool endpoint passes also inactive items
Features:
- screenshot API now provides a POST route to post the item in payload instead of passing an id as part of the url