Specified default behaviour

Described default behaviour as:
- Chronological
- From earliest to last
This commit is contained in:
Joris 2021-04-30 14:41:07 +02:00 committed by Mark Robert Henderson
parent ef55777dd2
commit 480ce576c8

4
API.md
View File

@ -272,6 +272,10 @@ Returns an `Object` with the contents of the entry.
Returns an `Array` of `Objects` based on the `options`.
By default the Array is sorted in chronological order,
such that the element at index 0 is the first element and
the element at the last element is the last element in the Feed.
**options** : It is an object which supports the following properties
`gt - (string)` Greater than, takes an item's `hash`.