Skip to content

Commit

Permalink
chore: prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 23, 2020
1 parent 58b83eb commit 383ec23
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/changelog/0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.1.0
### 0.1.0

_Released 2020 Sep 30_

### Overview
#### Overview

A library for programmatically creating programs that interface with data exposed
by the official Guild Wars 2 API.
Expand Down
8 changes: 4 additions & 4 deletions docs/changelog/0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.2.0
### 0.2.0

_Not Released Yet_
_Released 2020 Dec 23_

### Improvements
#### Improvements

- Endpoints:
- Added support for `/v2/account/bank`. [[GH-3](https://github.com/GW2ToolBelt/api-generator/issues/3)]
Expand All @@ -18,7 +18,7 @@ _Not Released Yet_
- Added support for V2 schema `2020-11-17T00:30:00.000Z`.
- Path-parameters and query-parameters now have a `camelCaseName` property.

### Fixes
#### Fixes

- Endpoints:
- `isLocalized` flag is now set for `/v2/items`.
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.2.0](0.2.0.md) (TBD; work in progress)
* 2020-09-30 [0.1.0](0.1.0.md) (latest)
* 2020-12-23 [0.2.0](0.2.0.md) (latest)
* 2020-09-30 [0.1.0](0.1.0.md)


This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).
32 changes: 30 additions & 2 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
# 0.1.0
### 0.2.0

_Released 2020 Dec 23_

#### Improvements

- Endpoints:
- Added support for `/v2/account/bank`. [[GH-3](https://github.com/GW2ToolBelt/api-generator/issues/3)]
- Added support for `/v2/continents`. [[GH-70](https://github.com/GW2ToolBelt/api-generator/issues/70)]
- Added support for `/v2/emblem`. [[GH-76](https://github.com/GW2ToolBelt/api-generator/issues/76)]
- Added support for `/v2/emblem/:type`. [[GH-76](https://github.com/GW2ToolBelt/api-generator/issues/76)]
- Added support for `/v2/gliders`. [[GH-80](https://github.com/GW2ToolBelt/api-generator/issues/80)]
- Added support for `/v2/guild/:id`. [[GH-81](https://github.com/GW2ToolBelt/api-generator/issues/81)]
- Added support for `/v2/maps`. [[GH-101](https://github.com/GW2ToolBelt/api-generator/issues/101)]
- Added support for `/v2/masteries`. [[GH-102](https://github.com/GW2ToolBelt/api-generator/issues/102)]
- Added support for `/v2/materials`. [[GH-103](https://github.com/GW2ToolBelt/api-generator/issues/103)]
- Added support for `/v2/recipes`. [[GH-126](https://github.com/GW2ToolBelt/api-generator/issues/126)]
- Added support for V2 schema `2020-11-17T00:30:00.000Z`.
- Path-parameters and query-parameters now have a `camelCaseName` property.

#### Fixes

- Endpoints:
- `isLocalized` flag is now set for `/v2/items`.


---

### 0.1.0

_Released 2020 Sep 30_

### Overview
#### Overview

A library for programmatically creating programs that interface with data exposed
by the official Guild Wars 2 API.
Expand Down
28 changes: 20 additions & 8 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# 0.1.0
### 0.2.0

_Released 2020 Sep 30_
_Released 2020 Dec 23_

### Overview
#### Improvements

A library for programmatically creating programs that interface with data exposed
by the official Guild Wars 2 API.
- Endpoints:
- Added support for `/v2/account/bank`. [[GH-3](https://github.com/GW2ToolBelt/api-generator/issues/3)]
- Added support for `/v2/continents`. [[GH-70](https://github.com/GW2ToolBelt/api-generator/issues/70)]
- Added support for `/v2/emblem`. [[GH-76](https://github.com/GW2ToolBelt/api-generator/issues/76)]
- Added support for `/v2/emblem/:type`. [[GH-76](https://github.com/GW2ToolBelt/api-generator/issues/76)]
- Added support for `/v2/gliders`. [[GH-80](https://github.com/GW2ToolBelt/api-generator/issues/80)]
- Added support for `/v2/guild/:id`. [[GH-81](https://github.com/GW2ToolBelt/api-generator/issues/81)]
- Added support for `/v2/maps`. [[GH-101](https://github.com/GW2ToolBelt/api-generator/issues/101)]
- Added support for `/v2/masteries`. [[GH-102](https://github.com/GW2ToolBelt/api-generator/issues/102)]
- Added support for `/v2/materials`. [[GH-103](https://github.com/GW2ToolBelt/api-generator/issues/103)]
- Added support for `/v2/recipes`. [[GH-126](https://github.com/GW2ToolBelt/api-generator/issues/126)]
- Added support for V2 schema `2020-11-17T00:30:00.000Z`.
- Path-parameters and query-parameters now have a `camelCaseName` property.

This library contains information about the structure and data-types of the API.
This information can be used to generate custom API clients or other programs
which require definitions of the API.
#### Fixes

- Endpoints:
- `isLocalized` flag is now set for `/v2/items`.

0 comments on commit 383ec23

Please sign in to comment.