Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 10:16
· 1 commit to main since this release

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

New Contributors

Full Changelog: v1.2.0...v2.0.0