_getChanges
Fetch the Publication history of this Space, so you can see what has changed. --
Function
_getChanges
(since, until, duration, changesTo, includeMinor, reverse) -> _Display Function Signature
- since (optional)
- When the changes should start
- until (optional)
- When the changes should end
- duration (optional)
- (Instead of
since
) What period before until
to cover
- changesTo (optional)
- The Model(s) to include in the list
- includeMinor (optional)
- If true, include Minor changes in the list
- reverse (optional)
- If true, list the results in reverse-chronological order, with the most recent first
- Produces
- A series of Publication Events, in chronological order.
Fill this in!