Releases: modenicheng/pixiv-api
Releases · modenicheng/pixiv-api
Release list
v2.0.0
v2.0.0 — Search Options
search_illust() now takes a single SearchOptions struct with 10 new verified search filters (date range, content type, dimensions, aspect ratio, tool, AI-work hiding, …). Breaking change: the old five positional arguments are gone. See the migration guide.
Every new option was verified against the live Pixiv API by a smoke-test suite; parameters the endpoint silently ignores or rejects were removed instead of shipped.
🙏 Special thanks
This release's API improvements — the SearchOptions design, the HTTP-snooped search parameters, and the drive to make search calling ergonomic — came from RustyNova016 in PR #2. Their contribution pushed the project's API to be more complete and far nicer to use. Thank you!
What's Changed
- feat!: added extra options to search illusts by @RustyNova016 in #2
New Contributors
- @RustyNova016 made their first contribution in #2
Full Changelog: v1.2.0...v2.0.0