Skip to content

v3.0.0

Latest

Choose a tag to compare

@JulianVennen JulianVennen released this 10 Apr 14:28
· 11 commits to master since this release
f5329ca

This release uses the new php-nextgen OpenAPI generator. The generated classes are now very different including breaking changes.

Notable Changes

  • Generated methods now have return and parameter types
  • Generated classes now use real PHP enums instead of classes with constants.
  • The existing enums in Aternos\CurseForgeApi\Client\Options have been removed. Import the generated ones from Aternos\CurseForgeApi\Model instead.
  • ModFilesOptions and ModSearchOptions have moved from up one level in the namespace
  • Enum variants now have the correct names