2.0.2 Release
Pre-release
Pre-release
The following updates are included in this release:
- New type:
ODataExpression
. Allows building of an OData query, but returns query segments instead of fetching data (#28)- Useful when integrating with 3rd party libraries that handle data fetching
- Handle server-side paging by providing a
next
function to be invoked to retrieve the next page. The function is only defined if the server has indicated that there are additional pages of data (#29) ODataQuery
is now an async iterable protocol, meaning it can be the target of afor await ... of
statement (#29)