Skip to content

Releases: markozajc/Akiwrapper

v1.2.0 - The 'Back in time' update

04 May 13:55
Compare
Choose a tag to compare

This update introduces:

  • The 'undoAnswer' method that lets you travel back in time (reverts your last answer, can be called as many times as you want),
  • Some Javadoc fixes.

v1.1.0 - The profanity filter update

03 May 14:55
Compare
Choose a tag to compare

This update introduces:

  • An option to enable the profanity filter,
  • Fix for the new Akinator API.

v1.0.3

10 Apr 21:03
Compare
Choose a tag to compare

AkiwrapperImpl will now properly handle the 'elem list is empty' situation on getGuesses(). So instead of throwing a StatusException, it will now return an empty, unmodifiable ArrayList.

v1.0.2

10 Apr 20:46
Compare
Choose a tag to compare

StatusException will now have the problematic status as a message (making it output along with the stacktrace), which will enhance further debugging.

v1.0.1 - The first big update

01 Apr 20:08
Compare
Choose a tag to compare

This update introduces:

  • Completely reworked interface with the library,
  • Better error code handling,
  • Full documentation,
  • Overall greatly increased stability.