Releases: amrtgaber/aoe2-data-api
Releases · amrtgaber/aoe2-data-api
v2.0.0
What's Changed
- Update game version to 111772 by @amrtgaber in #9
- add user model and auth module by @amrtgaber in #10
- fix line endings by @amrtgaber in #11
- add drafts model by @amrtgaber in #12
- add like routes by @amrtgaber in #13
- production upgrades by @amrtgaber in #14
- add refresh token by @amrtgaber in #15
- update node version to 18 by @amrtgaber in #16
Full Changelog: v1.2.0...v2.0.0
2024.03.20
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
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
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
- Tech tree item connections by @amrtgaber in #8
New Contributors
- @amrtgaber made their first contribution in #8
Full Changelog: https://github.com/amrtgaber/aoe2-data-api/commits/v1.0.0