Skip to content

Commit

Permalink
chore: prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jul 14, 2022
1 parent 832d713 commit 25a0be6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 55 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.6.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.6.0

_Not Released Yet_
_Released 2022 Jul 14_

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* ????-??-?? [0.6.0](0.6.0.md) (TBD; work in progress)
* 2022-06-07 [0.5.0](0.5.0.md) (latest)
* 2022-07-14 [0.6.0](0.6.0.md) (latest)
* 2022-06-07 [0.5.0](0.5.0.md)
* 2021-06-12 [0.4.0](0.4.0.md)
* 2021-01-21 [0.3.0](0.3.0.md)
* 2020-12-23 [0.2.1](0.2.1.md)
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 0.6.0

_Released 2022 Jul 14_

#### Improvements

- Updated the library to Kotlin 1.6 and replaced all experimental functionality.

#### Breaking Changes

- The library now requires Kotlin 1.6.


---

### 0.5.0

_Released 2022 Jun 07_
Expand Down
56 changes: 4 additions & 52 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,11 @@
### 0.5.0
### 0.6.0

_Released 2022 Jun 07_
_Released 2022 Jul 14_

#### Improvements

- Endpoints:
- Added support for `/v2/account/legendaryarmory`. [[GH-179](https://github.com/GW2ToolBelt/api-generator/issues/179)]
- Added support for `/v2/characters`. [[GH-46](https://github.com/GW2ToolBelt/api-generator/issues/46)]
- Added support for `/v2/characters/:id/buildtabs/active`. [[GH-49](https://github.com/GW2ToolBelt/api-generator/issues/49)]
- Added support for `/v2/characters/:id/equipment`. [[GH-53](https://github.com/GW2ToolBelt/api-generator/issues/53)]
- Added support for `/v2/characters/:id/equipmenttabs`. [[GH-54](https://github.com/GW2ToolBelt/api-generator/issues/54)]
- Added support for `/v2/characters/:id/equipmenttabs/active`. [[GH-55](https://github.com/GW2ToolBelt/api-generator/issues/55)]
- Added support for `/v2/guild/:id/log`. [[GH-82](https://github.com/GW2ToolBelt/api-generator/issues/82)]
- Added support for `/v2/guild/:id/stash`. [[GH-85](https://github.com/GW2ToolBelt/api-generator/issues/85)]
- Added support for `/v2/legendaryarmory`. [[GH-178](https://github.com/GW2ToolBelt/api-generator/issues/178)]
- Added support for `/v2/skills`. [[GH-128](https://github.com/GW2ToolBelt/api-generator/issues/128)]
- Added support for `/v2/traits`. [[GH-135](https://github.com/GW2ToolBelt/api-generator/issues/135)]
- `/v2/account`:
- Added support for `build_storage_slots` (since `2019-12-19T00:00:00.000Z`).
- `/v2/legends`:
- Added support for `code` (since `2019-12-19T00:00:00.000Z`).
- Added support for V2 schema `2021-07-15T13:00:00.000Z`.
- Added support for V2 schema `2022-03-09T02:00:00.000Z`.

#### Fixes

- Endpoints:
- `/v1/guild_details`
- Changed types of color and emblem ID fields from `STRING` to `INTEGER`.
- `/v1/map_floor`:
- Changed type of file IDs from `STRING` to `INTEGER`.
- `/v2/guild/:id`
- Changed types of emblem ID fields from `STRING` to `INTEGER`.
- `/v2/guild/:id/stash`
- Changed types of `upgrade_id`, `id` and `count` from `STRING` to `INTEGER`.
- `/v2/guild/upgrades`
- Changed types of `count` from `STRING` to `INTEGER`.
- `/v2/mounts/skins`
- Changed type of color ID fields from `STRING` to `INTEGER.`
- `/v2/pets`:
- Changed `ID` type of pet skill objects from `STRING` to `INTEGER`.
- `/v2/pvp/seasons/:id/leaderboards/:board/:region`:
- Rename type `LeaderboardEntry` to `PvPSeasonsLeaderboardEntry`.
- Changed type of `team` from `INTEGER` to `STRING`.
- Changed type of `value` from `STRING` to `INTEGER`.
- `/v2/pvp/seasons`:
- Made `duration` optional.
- `/v2/wvw/matches`:
- Changed types of map and skirmish IDs from `STRING` to `INTEGER`.
- `/v2/wvw/matches/stats`:
- Changed types of map and skirmish IDs from `STRING` to `INTEGER`.
- `/v2/wvw/matches/scores`:
- Changed types of map and skirmish IDs from `STRING` to `INTEGER`.
- Updated the library to Kotlin 1.6 and replaced all experimental functionality.

#### Breaking Changes

- The libraries' API was restructured to support working with only a subset of
endpoints and to implement a better type-system.
- The library now requires Kotlin 1.6.

0 comments on commit 25a0be6

Please sign in to comment.