Skip to content

Releases: AzurAPI/AzurApi-Kotlin

3.1.5

30 Aug 11:22
Compare
Choose a tag to compare

3.1.5 (2020-08-30)

  • Upgrade to kotlin 1.4.0

3.1.4

18 Jul 23:29
Compare
Choose a tag to compare

3.1.4 (2020-07-19)

Bug fixes

  • Fix errors on ship stats parsing: optional value if it doesn't exist

3.1.3

18 Feb 15:10
Compare
Choose a tag to compare

3.1.3 (2020-02-18)

Bug fixes

  • Fix case sensitive option in getShipById

3.1.2

26 Jan 10:12
Compare
Choose a tag to compare

3.1.2 (2020-01-26)

Bug fixes

  • Fix isLive2D parsing

Misc

  • Separate code into 2 packages: api and internal, internal contents are not meant to be used by users

3.1.1

25 Jan 20:11
Compare
Choose a tag to compare

3.1.1 (2020-01-25)

Misc

  • reloadDatabase explicitly throws an exception

3.1.0

25 Jan 18:26
Compare
Choose a tag to compare

3.1.0 (2020-01-25)

New features

  • getShipByName can take an optional language parameter

Bug fixes

  • Fix json parsing

3.0.0

06 Jan 20:43
Compare
Choose a tag to compare

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

11 Dec 13:17
Compare
Choose a tag to compare

2.0.1 (2019-12-11)

Bug fixes

  • Fix json version parsing

2.0.0

09 Dec 19:38
Compare
Choose a tag to compare

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

08 Dec 16:24
Compare
Choose a tag to compare

1.0.0 (2019-12-08)

First release

New features

  • getVersion: returns API version
  • reloadDatabase: updates database