Skip to content

v1.3.0

Choose a tag to compare

@JamesMCo JamesMCo released this 10 Feb 19:07
· 17 commits to main since this release
v1.3.0
84419fd

⚠️ Breaking Changes ⚠️

This release removes:

  • the evolution, level, nextEvolutionLevel, and nextLevelProgress fields from the CrownLevel type, and
  • the gems field from the Currency type

in the Island API schema, in line with their removal from the API itself. The levelData field should be used instead for the fields removed from the CrownLevel type, and there is no replacement field for the gems field.

Changelog

  • Update Island API schema to target v25.02.10
    • Adds sellingPrice and globalNumberCaught methods to the Fish type
    • Adds globalNumberOwned field to the Cosmetic type
    • Removes deprecated fields from the CrownLevel and Currency types (as described above)