Skip to content

Releases: benjaminkomen/TibiaWikiApi

TibiaWikiApi 1.9.0

27 Jun 11:12
af1252d
Compare
Choose a tag to compare
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

16 May 09:16
97e9560
Compare
Choose a tag to compare
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

02 May 19:48
a23ba53
Compare
Choose a tag to compare
  • Move from Maven to Gradle

TibiaWikiApi 1.8.0

02 Feb 15:48
916fdc7
Compare
Choose a tag to compare
Release 1.8.0 (#45)

* Expand docs
* New V2 resource to also show reward chest loot statistics.

TibiaWikiApi 1.7.2

04 Jan 13:31
eee3e92
Compare
Choose a tag to compare
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

02 Jan 20:29
39118d0
Compare
Choose a tag to compare
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

25 Dec 10:50
214adfd
Compare
Choose a tag to compare
Release 1.7.0 (#33)

* Add deathAttack, fansite and notes3 to Item.
* Update dependencies
* Support Loot Statistics.

TibiaWikiApi 1.6.0

08 Jun 11:52
0763e66
Compare
Choose a tag to compare
  • 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

13 Jan 14:23
282c391
Compare
Choose a tag to compare

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

08 Dec 13:25
907cac1
Compare
Choose a tag to compare

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.