Skip to content

Releases: azurlane-api/AzurLaneKt

Support setting token

19 Nov 21:16
4e223e4
Compare
Choose a tag to compare
v1.5.0

Remove workflow

Introduce request handlers

18 Nov 00:01
44d5ee2
Compare
Choose a tag to compare

Instead of choosing for the user to use blocking requests the user now has the option to use async requests.
This means the main library functions that make http requests won't directly return the response data anymore but instead return a handler with the complete() function which can be used blocking or async.
Look at the readme for an example.

Fix tests

15 Nov 21:25
37a3a07
Compare
Choose a tag to compare
v1.3.2

Update gradle

New release

15 Nov 20:55
dc84017
Compare
Choose a tag to compare
v1.3.1

Update test and some other thing

Update to v2

15 Nov 19:57
e9cc55d
Compare
Choose a tag to compare
v1.3.0

Update to v2

Fix errors

15 Nov 08:54
0902895
Compare
Choose a tag to compare
v1.2.2

Update version

Fix typo

13 Nov 18:06
779e9b0
Compare
Choose a tag to compare

Fix typo starts -> stars

Rebase code structure & move repo

13 Nov 08:55
a276425
Compare
Choose a tag to compare
v1.2.0

Update README.md

Test release 1.1.2

11 Nov 10:37
0080707
Compare
Choose a tag to compare
v1.1.2

I guess we should update the version number too

Test release

11 Nov 10:34
754fc4e
Compare
Choose a tag to compare
v1.1.1

[test] add wrapper task