Skip to content

Releases: amrtgaber/aoe2-data-api

v2.0.0

24 Jun 00:54
98f7f84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

2024.03.20

20 Mar 20:42
Compare
Choose a tag to compare

Version 1.2.0 release.

  • Continuous updates to match current game versions
    • added gambesons
    • added Armenians, Georgians, and Romans

Full Changelog: v1.1.0...v1.2.0

2022.10.03

04 Oct 05:42
Compare
Choose a tag to compare

Version 1.1.0 release

  • Fix bug where elite huskarl was not associated with the barracks.
  • Fix bug where elite tarkan was not associated with the stable.

Full Changelog: v1.0.0...v1.1.0

2022.09.28

29 Sep 05:43
Compare
Choose a tag to compare

Version 1.0.0 Release 🎉

New Features

  • API is hosted!
  • Each route has settings to include or omit connecting data.
    • For example, civs can include or omit available units.
    • For example, units can include or omit which buildings they are produced from.
  • Get all civs
    • Get civ by id
    • Get civ by name
  • Get all units
    • Get unit by id
    • Get unit by name
  • Get all techs
    • Get tech by id
    • Get tech by name
  • Get all buildings
    • Get building by id
    • Get building by name
  • Get all ages
    • Get age by id
    • Get age by name
  • Get versions
    • Get game version
    • Get API version

What's Changed

New Contributors

Full Changelog: https://github.com/amrtgaber/aoe2-data-api/commits/v1.0.0