Releases: AzurAPI/AzurApi-Kotlin
Releases · AzurAPI/AzurApi-Kotlin
3.1.4
3.1.4 (2020-07-19)
Bug fixes
- Fix errors on ship stats parsing: optional value if it doesn't exist
3.1.3
3.1.3 (2020-02-18)
Bug fixes
- Fix case sensitive option in
getShipById
3.1.2
3.1.2 (2020-01-26)
Bug fixes
Misc
- Separate code into 2 packages:
api
and internal
, internal
contents are not meant to be used by users
3.1.1
3.1.1 (2020-01-25)
Misc
reloadDatabase
explicitly throws an exception
3.1.0
3.1.0 (2020-01-25)
New features
- getShipByName can take an optional language parameter
Bug fixes
3.0.0
3.0.0 (2020-01-06)
Breaking changes
- Ship:
buildTime
type change from String
to ShipConstruction
.
misc.voice
type change from String
to Url
.
2.0.1
2.0.1 (2019-12-11)
Bug fixes
2.0.0
2.0.0 (2019-12-09)
Breaking changes
- Version class attribute type has changed
databaseVersion
: String
-> Int
Misc
- reloadDatabase: updates only if there is a an available new version
First release
1.0.0 (2019-12-08)
First release
New features
- getVersion: returns API version
- reloadDatabase: updates database