Releases: benjaminkomen/TibiaWikiApi
Releases · benjaminkomen/TibiaWikiApi
TibiaWikiApi 1.9.0
Remove jersey (#77) * Trying to remove jersey in favor of default spring boot web. * Forgot produces and consumes annotations. Upgrade to Spring Boot 2.3.1 * Moved to Springdoc and Swagger 3 * Preparing release 1.9.0
TibiaWikiApi 1.8.2
Release of version 1.8.2 (#67) * Cleanup of dependencies and imports. * Use springboot version in one place. * Fix bug with hunting places names with a slash and adding tests.
TibiaWikiApi 1.8.1
- Move from Maven to Gradle
TibiaWikiApi 1.8.0
Release 1.8.0 (#45) * Expand docs * New V2 resource to also show reward chest loot statistics.
TibiaWikiApi 1.7.2
Release of version 1.7.2 (#35) - Use jwiki published on GitHub Packages - Make Travis able to access GitHub Packages - Make Google Cloud build able to access GitHub Packages - Make use of new features in jwiki (Namespace constructor, Wiki builder - Add e2e tests - Change logging back from logback to slf4j-log12
TibiaWikiApi 1.7.1
Release of 1.7.1 (#34) Improve loot endpoint: Fix bug in regex, filter Loot Statistics namespace and add pageName to response
TibiaWikiApi 1.7.0
Release 1.7.0 (#33) * Add deathAttack, fansite and notes3 to Item. * Update dependencies * Support Loot Statistics.
TibiaWikiApi 1.6.0
- Updating dependencies.
- Rearrange Creatures Damage Modifiers. Format empty Loot Table in a more sensible manner.
- Make sure actualname of achievements is not erased.
- Adding booktypes.
- Changing effectid to list.
- Adding cities to enum and parameter to mount.
- Updating to java 12 and maven.
- Dynamically determine host for swagger.
- Swagger documentation.
- Expand unit tests and integration tests.
- Update README.
TibiaWikiApi 1.5.0
Version 1.5.0 of the TibiaWikiApi includes the following new features:
- Several updates and fixes in the wiki objects.
- Several bugfixes.
- Several dependencies were updated.
- The addtion of several integration tests.
TibiaWikiApi 1.4.0
Version 1.4.0 of the TibiaWikiApi includes the following new features:
- Ability to modify any wikiObjects (PUT endpoint added to all resources)
- Support for new WikiObject type Missiles.
- Working on larger unit test coverage.
- Reworking dependency injection.
- More general way of handling CORS filters.