William Cheng
477e2365c7
improve git_push.sh ( #10356 )
2021-09-09 12:49:03 +08:00
Nathan Baulch
5d68bd6a03
Fix thousands of spelling typos ( #10272 )
2021-08-28 22:58:24 +08:00
William Cheng
0204bf4ae2
Squashed commit of the following:
...
commit c5a0d0f7394aa742fa336fff7e7c1d3049761868
Merge: 8c4991ba3ed f8ff8c87609
Author: William Cheng <wing328hk@gmail.com>
Date: Tue Aug 17 18:28:12 2021 +0800
Merge branch 'mustache-linting' of https://github.com/NathanBaulch/openapi-generator into NathanBaulch-mustache-linting
commit f8ff8c87609b1ca36fa26fb8474806999638195e
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date: Thu Aug 5 14:12:47 2021 +1000
Reorder tags that handle missing values
commit f5d8a33709d6a3f846a9fe4520b78c3d637051d9
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date: Thu Aug 5 14:08:59 2021 +1000
Use dot notation where possible
commit 493d14921e2333f3ae19ef6fc89318b7e263a80c
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date: Thu Aug 5 14:10:49 2021 +1000
Remove empty tags
commit 32480dc53f48227d55531b94e307d72671373737
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date: Thu Aug 5 10:41:58 2021 +1000
Remove redundant sections
commit a8edabd722c34aa094b4aeb11c22664529c3a219
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date: Wed Aug 4 22:02:22 2021 +1000
Trim extra EOF new lines
commit e89bd7458e3594bf0d30e580bc9408e45b018a57
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date: Wed Aug 4 21:59:26 2021 +1000
Trim trailing whitespace
2021-08-17 18:37:51 +08:00
William Cheng
56aafe30d9
Merge remote-tracking branch 'origin/master' into 5.3.x
2021-07-27 11:33:35 +08:00
Christopher Gretzki
d23915a7b4
[swift5 client] fix filename for binary downloads ( #9989 )
...
* fix-filename-from-header-response-retrieval: fix early exit of iteration
before a match could be found
* fix-filename-from-header-response-retrieval: fixed same bug for alamofire usage too
* fix-filename-from-header-response-retrieval: build project and update samples
Co-authored-by: Christopher Gretzki <gretzki@adesso-mobile.de>
2021-07-21 12:37:48 +08:00
William Cheng
39fbf53150
create v5.3.0
2021-07-10 00:12:23 +08:00
William Cheng
02835b35bc
Prepare v5.2.1 ( #9922 )
...
* bump verions to 5.2.1-SNAPSHOT
* update samples
* update readme
* fix gradle properties
2021-07-09 22:42:31 +08:00
William Cheng
90f7bcd909
Prepare v5.2.0 release ( #9920 )
...
* 5.2.0 release
* update samples
* update meta codegen
2021-07-09 17:06:55 +08:00
Bruno Coelho
f5c3430a26
[swift5][client] avoid local variable name collision ( #9913 )
...
* [swift5][client] avoid variable name collision
* [swift5][client] update sample projects
2021-07-09 01:03:54 +08:00
Tobias Tiemerding
75fc1383bc
Fix typo (Unsuported -> Unsupported) ( #9790 )
2021-06-17 13:44:12 +08:00
Bruno Coelho
687692cedc
update AnyCodable and gitignore ( #9777 )
2021-06-17 00:37:23 +08:00
Ayman Bagabas
f923a0ef15
Swift5 Vapor 4 client library ( #9625 )
...
* [swift5] Add Vapor client library
* Try to improve overall spacing (#17 )
* [swift5] try to remove changes in model and api
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* [swift5] update sample projects
* Update samples
* [swift5] vapor: return clientResponse when no default case
* Update samples
Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
2021-06-06 22:08:14 +08:00
Ayman Bagabas
9bce71656c
Swift5 namespace changes ( #9624 )
...
* [swift5] Rename the API class to {{projectName}}
Instead of {{projectName}}API. This removes some unnecessary naming
complexity.
* [swift5] Define models and Configuration classes under namespace
When swiftUseApiNamespace is set, API classes get defined under the
projectName namespace. This does the same for models and the
Configuration class. Plus adding a deprecation warning when using the
un-namespaced variants.
* [swift5] Use CodingKeys in model decoder
Fixes: 0f5e7d1e3cb9 ("Swift5 models improvements (#9205 )")
* [swift5] Add swiftUseApiNamespace to urlsessionLibrary config
* Update samples
* Try to reduce model changes
Co-authored-by: Bruno Coelho <4brunu@gmail.com>
2021-06-02 00:45:01 +08:00
Bruno Coelho
6cf4843249
[swift5][client] update dependencies ( #9633 )
...
* [swift5][client] update dependencies
* [swift5][client] update sample projects
* [swift5][client] update dependencies in Carthage
2021-06-01 10:09:22 +08:00
Bruno Coelho
dee2840b20
[swift5][client] improve docs for Data ( #9605 )
2021-05-30 17:40:09 +08:00
Bruno Coelho
a61db6e596
[swift5][client] fix binary response ( #9595 )
...
* [swift5][client] fix binary respose
* [swift5][client] fix binary respose
2021-05-27 10:18:51 +08:00
William Cheng
4948ce78ed
update samples
2021-05-21 12:54:40 +08:00
Makoto Aoyama
0a34839567
Add hashableModels to additional properties ( #9495 )
...
* Add hashableStruct
* Revert "Remove x-swift-hashable"
This reverts commit 18053af0016fdba13fd1e5df00ad86abee071283.
* Add Hashable for x-swift-hashable
* Add config yaml to test x-swift-hashable
* Run ./bin/generate-samples.sh ./bin/configs/swift5*
* Run ./bin/utils/export_docs_generators.sh
* Run ./bin/generate-samples.sh ./bin/configs/swift5*
* Verify setHashableStruct
* Rename hashableStruct => hashableModels
- Replace hashableStruct => hashableModels
- Replace HashableStruct => HashableModels
- Replace HASHABLE_STRUCT => HASHABLE_MODELS
- Update docs
* Refactor modelObject.mustache
* Control equals and hash functions
2021-05-20 23:04:19 +08:00