Skip to content

Commit 2678ea4

Browse files
authored
fix!: deep merge variables with fetcherOptions from context. (#284)
* fix!: deep merge variables with fetcherOptions from context. Closed #226 #227 #279 #278 * Add @dan-cooke as contributor
1 parent e16bc82 commit 2678ea4

File tree

6 files changed

+174
-94
lines changed

6 files changed

+174
-94
lines changed

.all-contributorsrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898
"avatar_url": "https://avatars.githubusercontent.com/u/10364836?v=4",
9999
"profile": "https://github.com/rajzik",
100100
"contributions": ["bug", "code", "doc"]
101+
},
102+
{
103+
"login": "dan-cooke",
104+
"name": "Daniel Cooke",
105+
"avatar_url": "https://avatars.githubusercontent.com/u/22816887?v=4",
106+
"profile": "https://github.com/dan-cooke",
107+
"contributions": ["bug", "code"]
101108
}
102109
],
103110
"contributorsPerLine": 7

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
302302
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/oalanoliv"><img src="https://avatars.githubusercontent.com/u/4368481?v=4?s=100" width="100px;" alt="Alan Oliveira"/><br /><sub><b>Alan Oliveira</b></sub></a><br /><a href="https://github.com/fabien0102/openapi-codegen/commits?author=alan-oliv" title="Code">💻</a></td>
303303
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Cellule"><img src="https://avatars.githubusercontent.com/u/4157103?v=4?s=100" width="100px;" alt="Michael &quot;Mike&quot; Ferris"/><br /><sub><b>Michael &quot;Mike&quot; Ferris</b></sub></a><br /><a href="https://github.com/fabien0102/openapi-codegen/commits?author=Cellule" title="Code">💻</a></td>
304304
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rajzik"><img src="https://avatars.githubusercontent.com/u/10364836?v=4?s=100" width="100px;" alt="Jan Šilhan"/><br /><sub><b>Jan Šilhan</b></sub></a><br /><a href="https://github.com/fabien0102/openapi-codegen/issues?q=author%3Arajzik" title="Bug reports">🐛</a> <a href="https://github.com/fabien0102/openapi-codegen/commits?author=rajzik" title="Code">💻</a> <a href="https://github.com/fabien0102/openapi-codegen/commits?author=rajzik" title="Documentation">📖</a></td>
305+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dan-cooke"><img src="https://avatars.githubusercontent.com/u/22816887?v=4?s=100" width="100px;" alt="Daniel Cooke"/><br /><sub><b>Daniel Cooke</b></sub></a><br /><a href="https://github.com/fabien0102/openapi-codegen/issues?q=author%3Adan-cooke" title="Bug reports">🐛</a> <a href="https://github.com/fabien0102/openapi-codegen/commits?author=dan-cooke" title="Code">💻</a></td>
305306
</tr>
306307
</tbody>
307308
</table>

0 commit comments

Comments
 (0)