Skip to content

Commit

Permalink
adjusted changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mutterpedrom committed Apr 10, 2021
1 parent 58be079 commit 0e06399
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,23 @@ All notable changes to this project will be documented in this file. See [standa

### [0.1.2](https://github.com/MutterPedro/easy-api-doc/compare/v0.1.1...v0.1.2) (2021-04-10)


### Features

* **parameters:** added parameters to Path component, requestBody to Response and Servers to OpenAPI ([4944820](https://github.com/MutterPedro/easy-api-doc/commit/4944820ce53fa125c18d7ba247dae7304eaf5a7a))
- **parameters:** added parameters to Path component, requestBody to Response and Servers to OpenAPI ([4944820](https://github.com/MutterPedro/easy-api-doc/commit/4944820ce53fa125c18d7ba247dae7304eaf5a7a))

### [0.1.1](https://github.com/MutterPedro/easy-api-doc/compare/v0.1.0...v0.1.1) (2021-04-09)

## 0.1.0 (2021-04-09)


### Features

* **builders:** added headers to ResponnseBuilder.fromAgentResponse ([94ab80c](https://github.com/MutterPedro/easy-api-doc/commit/94ab80c00a151e7cb29cdfad48aaf012ff1706a0))
* **builders:** added ResponseBuilder with fromAgentResponse function ([adbc255](https://github.com/MutterPedro/easy-api-doc/commit/adbc25553f1bdc7f2f4038206d423df5df4a0ad8))
* **document element:** added Component and Info elements ([1f2284d](https://github.com/MutterPedro/easy-api-doc/commit/1f2284d665abeb86da15fe893a731bb98e419b6d))
* **document element:** added Path element ([236c820](https://github.com/MutterPedro/easy-api-doc/commit/236c820ca0db4d055847d92eae52fd750e97ef01))
* **document elements:** added Encoding, Header and MediaType elements ([457f6e7](https://github.com/MutterPedro/easy-api-doc/commit/457f6e77ddc1b8c373a67da5cdff65ea58a2eb46))
* **document elements:** added OpenAPI component ([a093102](https://github.com/MutterPedro/easy-api-doc/commit/a0931028b7e843a57b49e9cf6b9de760a9e1eecd))
* **document elements:** added Operation, Parameter and RequestBody elements ([e9a2ae4](https://github.com/MutterPedro/easy-api-doc/commit/e9a2ae48b4c39984a13d1fb5a2a552ac7e453c37))
* **document elements:** added Response, Server and Link elements ([aaad31c](https://github.com/MutterPedro/easy-api-doc/commit/aaad31c35409cf868ce9d5f259c09bd94adee8bf))
* **openapidocument:** added OpenAPIDocument helper class ([dbd9098](https://github.com/MutterPedro/easy-api-doc/commit/dbd9098cc5c33c92573e2c9cb574994721aedb77))
* **Schema:** added the schema object spec ([64487cc](https://github.com/MutterPedro/easy-api-doc/commit/64487cc0a6cb8afa25cdef8e171b74cda4a0b10a))
- **builders:** added headers to ResponnseBuilder.fromAgentResponse ([94ab80c](https://github.com/MutterPedro/easy-api-doc/commit/94ab80c00a151e7cb29cdfad48aaf012ff1706a0))
- **builders:** added ResponseBuilder with fromAgentResponse function ([adbc255](https://github.com/MutterPedro/easy-api-doc/commit/adbc25553f1bdc7f2f4038206d423df5df4a0ad8))
- **document element:** added Component and Info elements ([1f2284d](https://github.com/MutterPedro/easy-api-doc/commit/1f2284d665abeb86da15fe893a731bb98e419b6d))
- **document element:** added Path element ([236c820](https://github.com/MutterPedro/easy-api-doc/commit/236c820ca0db4d055847d92eae52fd750e97ef01))
- **document elements:** added Encoding, Header and MediaType elements ([457f6e7](https://github.com/MutterPedro/easy-api-doc/commit/457f6e77ddc1b8c373a67da5cdff65ea58a2eb46))
- **document elements:** added OpenAPI component ([a093102](https://github.com/MutterPedro/easy-api-doc/commit/a0931028b7e843a57b49e9cf6b9de760a9e1eecd))
- **document elements:** added Operation, Parameter and RequestBody elements ([e9a2ae4](https://github.com/MutterPedro/easy-api-doc/commit/e9a2ae48b4c39984a13d1fb5a2a552ac7e453c37))
- **document elements:** added Response, Server and Link elements ([aaad31c](https://github.com/MutterPedro/easy-api-doc/commit/aaad31c35409cf868ce9d5f259c09bd94adee8bf))
- **openapidocument:** added OpenAPIDocument helper class ([dbd9098](https://github.com/MutterPedro/easy-api-doc/commit/dbd9098cc5c33c92573e2c9cb574994721aedb77))
- **Schema:** added the schema object spec ([64487cc](https://github.com/MutterPedro/easy-api-doc/commit/64487cc0a6cb8afa25cdef8e171b74cda4a0b10a))

0 comments on commit 0e06399

Please sign in to comment.