-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ff7362
commit ddaf41e
Showing
4 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### 0.2.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2020 Dec 24_ | ||
|
||
#### Improvements | ||
|
||
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
### 0.1.0 | ||
### 0.2.0 | ||
|
||
_Released 2020 Dec 24_ | ||
|
||
#### Overview | ||
#### Improvements | ||
|
||
**GW2APIClient** is a cross-platform client for the official Guild Wars 2 API. | ||
By leveraging [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html), | ||
GW2APIClient can be used on a large variety of platforms (including Android, the | ||
JVM, and JS) and interoperates seamlessly with various popular programming | ||
languages. | ||
|
||
GW2APIClient provides low-level access to the data provided by Guild Wars 2's | ||
API. It does not provide higher-level abstractions, visualizations or analytical | ||
functionality but may be used to build such tools. | ||
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0). |