Releases: aternosorg/php-curseforge-api
Releases · aternosorg/php-curseforge-api
v1.3.2
- Fix another deprecation warning
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Fix deprecation warnings in PHP 8.4
- Fix library version in default user agent
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Add new sort fields to mod search:
- EARLY_ACCESS
- FEATURED_RELEASE
- RELEASE_DATE
- RATING
v1.2.4
- Fix pagination limits when calling client methods directly
v1.2.3
- Check hard limit in paginated responses
- When searching to the end of the 10 000 result limit of paginated endpoints, the PaginatedList will now correctly return false for hasNextPage and also reduces the page size to prevent reaching over it.
v1.2.2
- Add NeoForge to ModLoaderType
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
- Add method to get all results from all pages to PaginatedList
v1.1.3
- Fix type annotation of ModSearchOptions->setSortOrder
v1.1.2
Fixes
- Fix typo in ModSearchOptions
- Fix parameter type of ModSearchOptions->setSortField