Releases: dofusdude/dofusdude-ts
Releases · dofusdude/dofusdude-ts
v1.0.0-rc.8
Unity Release Candidate 8
- Default to Dofus 3 main channel
v1.0.0-rc.7
Unity Release Candidate 7
- Fix: more stable search indexing
- Fix: game search (search all encyclopedia types) did not return some items
- Feat: fine tuned search for more relevant results
v1.0.0-rc.5
Unity Release Candidate 5
- [docs only] Fix: Set is_cosmetic -> contains_cosmetics
- Mounts family id is now really the family id
- Fix: invalid ankama_ids crashed (returned 500), now returns 404
- „Air damage“ (Dofus 3 beta) -> „Air Damage“ (Dofus 3) Mapping. This changes the element id for that.
v1.0.0-rc.4
Unity Release Candidate 4
- Fix: ListSets now returns mulitple sets again
v1.0.0-rc.3
Unity Release Candidate 3
- Use Dofus2 URLs for Almanax
- Default to beta
- Versioning /meta
- Game path variable for /version endpoint
v1.0.0-rc.2
Unity Release Candidate 2. See the doduapi Release for more information.
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.