Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@JamesMCo JamesMCo released this 17 Dec 22:45
· 2 commits to main since this release
v1.2.0
c6b3494

⚠️ Breaking Changes ⚠️

This release removes the value field from the Statistics type in the Island API schema, in line with its removal from the API itself. The rotationValue field should be used instead.

Changelog

  • Update Island API schema to target v24.12.17
    • Adds A.N.G.L.R. Tokens to the Currency type through the anglrTokens field
    • Adds cosmetics to the Collections type through the cosmetics and equippedCosmetics fields
    • Adds MCC+ subscription status to the Player type through the mccPlusStatus field
    • Deprecates the gems field of the Currency type (until its removal from the API, the API will always return 0 for this field)
    • Adds fish to the Collections type through the fish field
    • Consolidates level data into one LevelData type, used by the CrownLevel type for both overall Island levels and fishing levels
    • Removes the value field from the Statistics type (as described above)