Releases: aternosorg/php-modrinth-api
Releases · aternosorg/php-modrinth-api
v3.0.0
Release 3.0.0
What's Changed
- Update dependencies and require php ^8.3 by @pavog in #16
- Fix
testGetGameVersionsby searching for the latest release by @pavog in #17 - Add method return type
voidto all test functions in ClientTest.php by @pavog in #18
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.1.4
- Fix another deprecation warning
Full Changelog: v2.1.3...v2.1.4
v2.1.3
- Actually fix deprecation warnings
Full Changelog: v2.1.2...v2.1.3
v2.1.2
- Fix deprecation warnings in PHP 8.4
- Fix version in default user agent
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
- Add method to get all results from all pages to PaginatedList
v2.0.0
Release 2.0.0 of php-modrinth-api includes the following changes.
The changes are based on the latest openapi spec from modrinth.
- Removed
MiscApi->submitReport() - Removed
UsersApi->getNotifications() - Removed filters from
ProjectSearchOptions - Removed
ProjectResult->getDependencies() - Removed some unused Models, Docs, Tests
- Renamed model
ForgeUpdatesPromostoForgeUpdateCheckerPromos - Renamed model
LicenseText200ResponsetoLicense
v1.3.0
New Features
- The facet types
MODIFIED_TIMESTAMPandCREATED_TIMESTAMPhave been added.
Deprecations
- The facet types
DATE_MODIFIEDandDATE_CREATEDare now deprecated.
The API has never returned any results when using these facets and they are scheduled for removal in Modrinth API v3.
- The
filtersparameter has been deprecated and is scheduled for removal in Modrinth API version 3. Use facets instead.
v1.2.1
Fixes
- Fix types for payout history
- Fix PHPDoc type for facets in generated classes