|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
6 | | -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 7 |
|
8 | 8 | Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
9 | 9 |
|
| 10 | +## [v0.12.0](https://github.com/netlify/open-api/compare/v0.11.4...v0.12.0) - 2019-12-16 |
| 11 | + |
| 12 | +### Merged |
| 13 | + |
| 14 | +- Remove `payment_method_id` from accountUpdateSetup [`#169`](https://github.com/netlify/open-api/pull/169) |
| 15 | +- Fix options of go generation command [`#205`](https://github.com/netlify/open-api/pull/205) |
| 16 | +- Remove obsolete okbody structs [`#206`](https://github.com/netlify/open-api/pull/206) |
| 17 | +- Bump js-yaml from 3.12.2 to 3.13.1 [`#203`](https://github.com/netlify/open-api/pull/203) |
| 18 | +- Bump lodash from 4.17.11 to 4.17.15 [`#204`](https://github.com/netlify/open-api/pull/204) |
| 19 | +- Bump lodash-es from 4.17.11 to 4.17.15 [`#202`](https://github.com/netlify/open-api/pull/202) |
| 20 | +- Add CI for the OpenAPI specification and the API documentation [`#201`](https://github.com/netlify/open-api/pull/201) |
| 21 | +- Fix Go client generation [`#200`](https://github.com/netlify/open-api/pull/200) |
| 22 | +- Enhance documentation UI [`#182`](https://github.com/netlify/open-api/pull/182) |
| 23 | +- Group `require()` statements [`#197`](https://github.com/netlify/open-api/pull/197) |
| 24 | +- Add `description` field [`#176`](https://github.com/netlify/open-api/pull/176) |
| 25 | +- Upgrade all dependencies [`#181`](https://github.com/netlify/open-api/pull/181) |
| 26 | +- Add linting and prettifying [`#185`](https://github.com/netlify/open-api/pull/185) |
| 27 | +- Add `externalDocs` [`#186`](https://github.com/netlify/open-api/pull/186) |
| 28 | +- Validate and normalize OpenAPI specification [`#194`](https://github.com/netlify/open-api/pull/194) |
| 29 | +- Simplify version bumping [`#179`](https://github.com/netlify/open-api/pull/179) |
| 30 | +- Add unit tests [`#196`](https://github.com/netlify/open-api/pull/196) |
| 31 | +- Fix YAML syntax error [`#193`](https://github.com/netlify/open-api/pull/193) |
| 32 | +- Remove `required: false` [`#188`](https://github.com/netlify/open-api/pull/188) |
| 33 | +- Re-order npm scripts [`#180`](https://github.com/netlify/open-api/pull/180) |
| 34 | +- Add Node.js version [`#184`](https://github.com/netlify/open-api/pull/184) |
| 35 | +- Add OpenAPI tags [`#178`](https://github.com/netlify/open-api/pull/178) |
| 36 | +- Add terms of service [`#173`](https://github.com/netlify/open-api/pull/173) |
| 37 | +- Make npm package size smaller [`#195`](https://github.com/netlify/open-api/pull/195) |
| 38 | +- Fix `installation_id` type [`#164`](https://github.com/netlify/open-api/pull/164) |
| 39 | +- added split testing endpoints [`#161`](https://github.com/netlify/open-api/pull/161) |
| 40 | +- Use go proxy [`#159`](https://github.com/netlify/open-api/pull/159) |
| 41 | + |
| 42 | +### Fixed |
| 43 | + |
| 44 | +- Fix `installation_id` type [`#162`](https://github.com/netlify/open-api/issues/162) |
| 45 | + |
| 46 | +### Commits |
| 47 | + |
| 48 | +- Fix merge conflict [`c5cf049`](https://github.com/netlify/open-api/commit/c5cf049ea5d618c1eb382e4d3bd1c2148bb22145) |
| 49 | +- Fix merge conflict [`ce229cd`](https://github.com/netlify/open-api/commit/ce229cdb5e651e5aa697e2570832519462e359f4) |
| 50 | +- Fix file copy [`4d016c1`](https://github.com/netlify/open-api/commit/4d016c10085dec55702f17a7fb186d337e29cc84) |
| 51 | + |
10 | 52 | ## [v0.11.4](https://github.com/netlify/open-api/compare/v0.11.3...v0.11.4) - 2019-04-19 |
11 | 53 |
|
12 | 54 | ### Merged |
@@ -34,7 +76,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
34 | 76 | ### Commits |
35 | 77 |
|
36 | 78 | - Add prepublish hook [`ed4efa3`](https://github.com/netlify/open-api/commit/ed4efa3c36e4e052399877a74a71fda9e1c80010) |
37 | | -- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0) |
| 79 | +- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0) |
38 | 80 |
|
39 | 81 | ## [v0.11.1](https://github.com/netlify/open-api/compare/v0.11.0...v0.11.1) - 2019-03-06 |
40 | 82 |
|
|
0 commit comments