Releases: DevRusty/modrinth-api-rs
Releases · DevRusty/modrinth-api-rs
Release v0.2.0
⚙️ Features:
- Implement
Version
,ExtraOptions
,Dependencies
,DependencyType
,VersionType
,Status
,RequestedStatus
,File
,Hash
andFileType
structures (e7c6fae) - Implement
get_project_version
,get_project_versions
andget_version_by_id
functions (8b0503e)
- Deprecate
extended_search
function. Now it refers toModrinthAPI::search
(c5ae0f8)
❌ Removals:
- Removed old
search
function (c5ae0f8)
🔗 Miscellaneous changes:
- ci/cd: testing new ci/cd (#2)
- chore(clippy): fix clippy warnings
- chore(crate): move all tests to their folder (a5ff702)
Pull requests
Full Changelog: v0.1.1...v0.2.0
Release v0.1.1
Release v0.1.0
First version of crate
Current available features:
- basic and extended search feature (basic search are deprecated and will be removed since 0.2.0)
- get project info by ID
PR Changes
- No changes
Contributors
@Weever1337 and @nixxoq