v0.4.0
Added
- Enhance data collection and debugging information (#31 by @tobiasehlert)
- Adding rate-limit detection and status code switching (#36 by @tobiasehlert)
- Adding TIBIADATA_HOST env (#39 by @tobiasehlert)
- Rewrite of characters and adding of unit testing (#40 by @kamilon)
- Adding codecov.io (#48 by @tobiasehlert)
- Adding new Tibia News endpoints (#32 by @tobiasehlert)
- Worlds Overview unit tests (#53 by @kamilon)
- World unit tests (#54 by @kamilon)
Changed
- Refactor to use pure goquery and no manual regex on guilds (#29 by @JorgeMag96)
- Performing go mod tidy (#43 by @tobiasehlert)
- Use new assert instead of passing t many times (#45 by @phenpessoa)
- Updating workflows (#51 by @tobiasehlert)
- Bump golang from 1.17.5 to 1.17.6 (#50 by @dependabot)
- Reduce dependencies (#44 by @phenpessoa)
- Clean up webserver.go and a few utility funcs (#37, #52 by @phenpessoa)
Fixed
- Maintenance mode detection with error message return (#34 by @tobiasehlert)
- Guilds name upper casing correction (#35 by @tobiasehlert)
- Handle timezone information during DateTime parsing (#46, #49 by @kamilon, @tobiasehlert)
Full Changelog: v0.3.0...v0.4.0