Skip to content

2.0.2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@cbrianball cbrianball released this 14 Jan 02:37
7b55184

The following updates are included in this release:

  1. 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
  2. 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)
  3. ODataQuery is now an async iterable protocol, meaning it can be the target of a for await ... of statement (#29)