Skip to content

Releases: dofusdude/doduapi

v1.0.0-rc.11

07 Dec 19:09
05f0fc1
Compare
Choose a tag to compare
v1.0.0-rc.11 Pre-release
Pre-release

Changelog

  • 05f0fc1 fix recipe in item search

v1.0.0-rc.9

01 Dec 19:01
db67cf8
Compare
Choose a tag to compare
v1.0.0-rc.9 Pre-release
Pre-release

Changelog

v1.0.0-rc.8

01 Dec 13:22
2e00f65
Compare
Choose a tag to compare
v1.0.0-rc.8 Pre-release
Pre-release

Changelog

v1.0.0-rc.7

01 Dec 00:13
f86c978
Compare
Choose a tag to compare
v1.0.0-rc.7 Pre-release
Pre-release

Changelog

v1.0.0-rc.10

01 Dec 20:59
aac871e
Compare
Choose a tag to compare
v1.0.0-rc.10 Pre-release
Pre-release

Changelog

v1.0.0-rc.6

30 Nov 23:33
c936029
Compare
Choose a tag to compare
v1.0.0-rc.6 Pre-release
Pre-release

Changelog

v1.0.0-rc.5

30 Nov 23:05
56f10a1
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release

Changelog

v1.0.0-rc.4

30 Nov 11:47
b3372dd
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

Unity Release Candidate 4

  • Up to date with docs v1.0.0-rc.4
  • Fix: game search casting

v1.0.0-rc.2

29 Nov 21:54
31bb7a4
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

v1.0.0-rc.1 -> v1.0.0-rc.2

  • Fix: zeroed values in weapons
  • Fix: effects range sign parsing
  • BREAKING: global search filter[type] has been renamed to filter[search_index] to avoid confusion with filter[type.name_id]

v1.0.0-rc.1

27 Nov 23:04
4045233
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Dofus 3 „Unity“ Support

Changes compared to Dofus 2, sorted by relevance.

  • Versioning with path prefix: /dofus3beta/v1
    • With v1.0.0 release of doduapi, v1 will be stable. Further versions are only added when API compatibility breaks.
  • Italian language removed (not provided by Ankama anymore)
  • Item images are only 64x64 (icon) and 128x128 (sd) for now. They will probably be higher res later. Mount images are 64x64 (icon) and 256x256 (sd).
  • item: no two-handed field anymore
  • item: conditionTree replaces conditions completely now. The old array for conditions is gone.
  • sets: effects array is now lookup table with the item_needed_for_bonus as the key to the related effects array to be more explicit
  • mount (single + list): family_name is an object now: family { id (int), name (localised string) }
  • ItemList: item_subtype (string) => { id (int), name_id (string) }
  • ApiAllsearchResult: type (string) => { name_id (string) }
  • Search: all type* (stuff_type, type, super_type, family) are now nested into objects with id (number) and/or name_id (string identifier) and/or name (localised string). Attributes filtering is changed to reproduce the nested structure.
    • Example: filter[family.id] for mounts. ItemSearch: filter[type_name] was removed. Use filter[type.name_id] instead, which was filter[type_enum] previously.
  • Search Sets is_cosmetic -> contains_cosmetics and contains_cosmetics_only. Both are queryable. filter[is_cosmetic] -> filter[contains_cosmetics_only]
  • Every failed request now returns an error description

The new endpoints are available at https://api.dofusdu.de/dofus3beta/v1/{lang}.... Documentation (docs.dofusdu.de) and SDKs are still in development.

v1 will be stable when the -rc.* suffix from these releases disappears. Bugs in these releases are likely. If you find one, please contact me asap via Discord or a GitHub issue.

  • 3875c6f Chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0
  • 0e1de53 Merge branch 'main' into unity
  • 6c8ae62 Merge branch 'unity' of github.com:dofusdude/doduapi into unity
  • 87dc81c Merge pull request #81 from dofusdude/dependabot/go_modules/github.com/charmbracelet/lipgloss-1.0.0
  • 7b35778 Merge pull request #89 from dofusdude/unity
  • 759644a bump version
  • 073bb49 dep updates
  • 32f2208 error handling
  • 711d47b fix index filters
  • d53d04b initial unity
  • 7e7c5e8 mount images
  • db850a8 naming
  • 4045233 note
  • 269219f remove dbg log