-
-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BREAKING_CHANGE: fully refactored http-client.eta template; feat: image content kind; feat: request content type auto substitution * chore: update funding * feat: RequestHeaders, RequestParams types (issue #150, thanks @Fabiencdp); chore: removed apiConfig.generic usage in templates * internal: rename test scripts; docs: update CHANGELOG * fix: try to fix pseudo duplicated operationIds (issue #152, thanks @RoXuS for report) * feat: --default-response option; BREAKING_CHANGE: changed the default response body type ('any' -> 'void') * fix: remove hard coded request content type (issue #153, thanks @po5i); BREAKING_CHANGE: changed request body transformation * feat: request cancellation support (issue #96, thanks @ApacheEx) * bump: up project version to 5.0.0 * fix: critical bug with `:paramName` path params (issue #149)
- Loading branch information
Showing
82 changed files
with
17,479 additions
and
11,132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [js2me] | ||
patreon: js2me | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: js2me | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: ['https://paypal.me/acacode'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] | ||
custom: ["https://paypal.me/acacode"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.