Skip to content

Releases: DevRusty/modrinth-api-rs

Release v0.2.0

31 May 08:55
Compare
Choose a tag to compare

⚙️ Features:

  • Implement Version, ExtraOptions, Dependencies, DependencyType, VersionType, Status, RequestedStatus, File, Hash and FileType structures (e7c6fae)
  • Implement get_project_version, get_project_versions and get_version_by_id functions (8b0503e)

⚠️ Deprecations:

  • Deprecate extended_search function. Now it refers to ModrinthAPI::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

25 May 09:56
Compare
Choose a tag to compare

PR Changes

✨ Features

  • [#1] "feat(crate): implement structs from todo" by @nixxoq

🛠️ Refactorings

  • [#1] "feat(crate): implement structs from todo" by @nixxoq

Contributors

@nixxoq

Release v0.1.0

20 May 07:44
8fdc220
Compare
Choose a tag to compare

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