3.17.0
(feat): Add Page to the top-level exports.ts files, which allows for import { Page } from '...'; to work.
Remove Pageable, and use only core.Page for pagination everywhere.
3.16.0
(feat): Generate a CONTRIBUTING.md file.
3.15.0
(feat): Export types for ReconnectingWebSocket, ReconnectingWebSocket.Event, ReconnectingWebSocket.CloseEvent, and ReconnectingWebSocket.ErrorEvent.
3.14.0
(feat): Expose the underlying response on the Page type.