Merged
Conversation
…` function (will be moved to the `get_project_version` function)
…ter (for get_project_versions) and ProjectVersionParam (for get_project_version function) feat(structs/versions): move information about fields directly to structures
… project version with custom filtering) feat(versions): add tests related with get_project_version func chore(versions): docstring changes
…nces to ModrinthAPI::search function (will be removed later) chore(crate): update examples
…f `ModrinthAPI::extended_search`
fuck my own ci...
Changes: 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) Deprecated: - Deprecate `extended_search` function. Now it refers to `ModrinthAPI::search` (c5ae0f8) Removed: - 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Features:
Version,ExtraOptions,Dependencies,DependencyType,VersionType,Status,RequestedStatus,File,HashandFileTypestructures (e7c6fae)get_project_version,get_project_versionsandget_version_by_idfunctions (8b0503e)Deprecated:
extended_searchfunction. Now it refers toModrinthAPI::search(c5ae0f8)Removed:
searchfunction (c5ae0f8)Miscellaneous changes: