If there are for example only prereleases on the first page (and pre_release is set to false, as it is by default), it returns an empty list, even if there is a non-prerelease on a later page. It would be better to either just keep paging until at least one matching release was found, or always check a configurable amount of pages.
If there are for example only prereleases on the first page (and
pre_releaseis set tofalse, as it is by default), it returns an empty list, even if there is a non-prerelease on a later page. It would be better to either just keep paging until at least one matching release was found, or always check a configurable amount of pages.