Releases: dofusdude/dofusdude-js
Releases · dofusdude/dofusdude-js
v0.9.1
- New endpoint for listing detailed item types
/dofus2/meta/items/types
- Advanced filtering in search and listing endpoints. The new parameter
filter[type_enum]
allows for multiple, detailed type filtering. Mostly item types from the previous point but for the general search endpoint (/{game}/{language}/search
), also "mount" and "set" is possible. The filter takes an array and inclusions with "+" as optional prefix (e.g. "+boot") and exclusions with mandatory "-" prefix. - New current API game version endpoint
/dofus2/meta/version
.
v0.9.0
v0.8.3
- One item set bonus was impossible to differentiate from a two item set bonus. A new field is added now that explicitly shows the amount of items you need for each effect. The ordering inside the effects array is therefore irrelevant now but will be kept as is. This also introduces a new effects type since this only applies for sets.
- The list entries defined in the OpenAPI spec did not include all fields that can be included. Therefore the SDKs did not deserialize the entries correctly with list endpoints.
v0.8.2
v0.8.1
Changelog
- conditions: Previously dofusdude only supported "and" -- now any combination of "or" and "and" with the
condition_tree
field is correctly modeled. The previousconditions
field stays for backwards compatibility but it will only show "and" combinations, which can be wrong(!) if there are additional or's. Because of that,conditions
is now marked as deprecated. - titles: Titles are now correctly templated for items that have the effect.
- active effects: Weapons with '-1 MP' failed to be marked as active. Instead of detecting it by naming features, now a stable Ankama-internal flag is used for translating the API's
active
to Ankama's "used in a fight". - search Almanax bonus: A new meta endpoint enables search for a bonus category. All dofusdude languages except "pt" are supported.
- search engine update: The search server jumped from 1.3.5 to 1.6.0, mainly for faster indexing which now leads to even faster startup and update circles.
v0.8.0
v0.7.2
v0.7.1
v0.7.0
v0.6.0
- Adds all possible detail fields in the list endpoint using fields[]. example: fields[item]=description,recipe
- Adds a new (alias-)endpoint /all to every listing endpoint for easily getting all data with disabled pagination (page[size]=-1) and all possible additional fields for this type.