Skip to content

Tags: benjaminkomen/TibiaWikiApi

Tags

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.8.2

Toggle 1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release of version 1.8.1 (#59)

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.8.0 (#45)

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

1.7.2

Toggle 1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release of 1.7.1 (#34)

Improve loot endpoint: Fix bug in regex, filter Loot Statistics namespace and add pageName to response

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.7.0 (#33)

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

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.6.0 (#27)

* 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.

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.5.0 (#26)

* Removed wrongly spelled bestiaryclass
* Log wiki edits.
* Bugfix.
* Fixing bug with empty Sound List.
* Update dependencies.
* Updating domain with new Item parameters.
* Changing Achievement grade to Integer, enum had weird json databind mapping off-by-one error.
* Adding parameter actualname, it was not documented but used on some pages.
* Adding several booktypes.
* Suppressing and fixing some sonar issues.
* Another attempt to add integration tests for the controllers.
* Fixed the integration test by upgrading the mockito dependency.
* More integration tests and fixing a bug found on the way.
* Added templateType parameter to all WikiObject classes (mainly for test purposes).
* Finished integrations tests for AchievementsResource.

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.4.0 (#25)

* starting new development iteration

* working on upload functionality

* Jdk8 build not necessary

* Working on the edit article feature (work in progress).

* Being able to modify achievements. Reuse one main objectmapper. Removed some unnecessary code.

* Expanding JsonFactory to support serialisation of books as well. Other types are work in progress.

* Support serialisation of buildings.

* Support serialisation of corpses.

* Attempt to add integration tests..

* Working on creatures.

* Fixing remaining objects with constructors and builders. Adding Missile.

* Working on unit tests for jsonfactory, small fixes in wikiobject classes.

* Working further on unit tests for jsonfactory, with small fixes in other classes.

* Reworking dependency injection in constructors instead of fields. Adding Missiles resource.

* Adding PUT methods to all resources.

* Fix in resource paths.

* Fixing constructing of json for locations and streets which don't have list and getvalue params anymore. Fix datatype of position parameters of npcs.

* Also support hunting place modifications.

* Removing CORS headers and adding one global filter.