Releases: JamesMCo/python_mcc_api
Releases · JamesMCo/python_mcc_api
v1.3.1
v1.3.0
⚠️ Breaking Changes ⚠️
This release removes:
- the
evolution
,level
,nextEvolutionLevel
, andnextLevelProgress
fields from theCrownLevel
type, and - the
gems
field from theCurrency
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
andglobalNumberCaught
methods to theFish
type - Adds
globalNumberOwned
field to theCosmetic
type - Removes deprecated fields from the
CrownLevel
andCurrency
types (as described above)
- Adds
v1.2.0
⚠️ 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 theanglrTokens
field - Adds cosmetics to the
Collections
type through thecosmetics
andequippedCosmetics
fields - Adds MCC+ subscription status to the
Player
type through themccPlusStatus
field - Deprecates the
gems
field of theCurrency
type (until its removal from the API, the API will always return0
for this field) - Adds fish to the
Collections
type through thefish
field - Consolidates level data into one
LevelData
type, used by theCrownLevel
type for both overall Island levels and fishing levels - Removes the
value
field from theStatistics
type (as described above)
- Adds A.N.G.L.R. Tokens to the
v1.1.8
v1.1.7
v1.1.6
V1.1.5
v1.1.4
v1.1.3
v1.1.2
- Update Island API schema to target v24.05.02
- Deprecates
value
field of Statictics type, and addsrotationValue
field which should be used instead - Adds
leaderboard
androtations
fields to Statistic type - Adds LeaderboardEntry type
- Adds Rotation enum
- Adds queries for
statistic
(a statistic by name),nextRotation
(when a rotation of a given type will next occur), andpreviousRotation
(when a rotation of a given type last occurred)
- Deprecates