v0.1.18: EuropePMC cursor pagination, category-routing fix, date validation
EuropePMC cursor pagination, category-routing fix, date validation
biorxiv_search_preprints gains paged EuropePMC results; two validation gaps closed in biorxiv_list_recent and biorxiv_search_preprints.
Added:
biorxiv_search_preprintsgains an optionalcursor_markinput to page through ranked EuropePMC results;nextCursorMarkappears inenrichmentwhen more pages exist, absent on the last page. (#30)
Fixed:
biorxiv_list_recentunderserver="both"with a server-exclusive category (e.g.Neuroscience) now queries only the owning server, instead of mixing in an unfiltered page from the other. Categories shared by both taxonomies (Epidemiology,Pathology) still fan out. (#27)biorxiv_list_recentandbiorxiv_search_preprintsreject calendar-impossible dates (2024-02-30,2023-02-29) before any upstream call. (#29)
175 tests pass; bun run devcheck clean.