Skip to content

Releases: Galarzaa90/TibiaKt

v0.4.0

12 Sep 15:47
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes

  • House is now a sealed class with subtypes Rented and Auctioned for a cleaner model.
  • Renamed all boolean properties to start with is, has or are.

v0.3.2

05 Sep 18:50
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Changes

  • Added configuration options to TibiaKtClient.

v0.3.1

23 Aug 14:30
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changes

  • Removed request timeout

v0.3.0

18 Aug 04:43
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changes

  • Added exaltedDust, bossPoints and bosstiaryProgress to Auctions.
  • Added boostable bosses parsing.
  • Parse rotation information for Leaderboards.
  • Use zone instead of offsets to parse dates.
  • Added BOSS_POINTS highscores category.
  • Replace Java's Duration and Instant with Kotlin's.
  • Added handling for Tibia.com's site maintenance.
  • Handle GuildsSection for worlds that don't exist.
  • Handle KillStatistics for worlds that don't exist.
  • Handle Highscores for worlds that don't exist.
  • Properly build URL for EventsSchedule.
  • Various parsing bugs.

v0.2.0

25 Apr 23:23
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • Changed Float types to Double, easier to handle, doesn't require to suffix f to literals.
  • Rewrote all builder classes to type-safe builder pattern
  • Added parsing for the Tibia.com forums.
  • Removed default values from many models.
  • Fixed various parsing bugs.

v0.1.0

26 Jan 02:22
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Available features:

  • Parsing of the following Tibia.com sections
    • Characters
    • World Overview
    • Individual worlds (online player lists)
    • Guild lists
    • Individual guilds (no wars)
    • House lists
    • Individual houses
    • Character Bazaar
    • Auctions
    • Creatures Section (boosted creature and list only)
    • News Archive
    • Individual news
    • CM Posts
    • Highscores
    • Leaderboard
  • Ktor based HTTP client with various methods to fetch from Tibia.com