Releases: yhnavein/swaggie
Releases · yhnavein/swaggie
v0.5.2
07 Nov 20:15
Compare
Sorry, something went wrong.
No results found
feat : Support for custom templates
v0.5.1
09 Aug 11:50
Compare
Sorry, something went wrong.
No results found
fix : better handle arrays in serializeQueryParam function in Angular1 template
chore : upgrade dependencies
v0.5.0
30 Jul 10:16
Compare
Sorry, something went wrong.
No results found
chore : upgrade dependencies
fix : do not add .toString() to singular formData parameter [axios]
impr : change serializeQueryParam for [ng1] template to create URL that's compliant with old .NET APIs (thanks to @sygnowskip )
feat : [Breaking Change] change how queryParam serializes query parameters
This explains how query parameters will be changed in your code
- parameters_filter_name: string, parameters_filter_query: string
+ parameters: {
+ filter: { name: string, query: string }
+ }
v0.4.14
20 Jul 10:16
Compare
Sorry, something went wrong.
No results found
v0.4.13
09 Jul 13:01
Compare
Sorry, something went wrong.
No results found
impr : Improved ng1 template to address found issues and which is more compliant with the latest set up
v0.4.12
06 Jul 11:33
Compare
Sorry, something went wrong.
No results found
feat : extend all operations with an optional parameter to easily extend request. It can be useful to add some additional headers, fill up differently formData or override something that was generated from the Swagger definitions. The new $config parameter is always the last one, so it should not break anything.
v0.4.11
01 Jul 21:46
Compare
Sorry, something went wrong.
No results found
fix : make formData works also for arrays in the operation's parameters. It is only fix for axios template.
chore : dependencies upgraded
v0.4.10
01 Jul 21:45
Compare
Sorry, something went wrong.
No results found
fix : add missing support for readonly properties in definitions
chore : few dependencies upgraded
v0.4.9
22 May 15:33
Compare
Sorry, something went wrong.
No results found
fix : Fix edge case with fullEnum generated by Swashbuckle
v0.4.8
14 May 18:01
Compare
Sorry, something went wrong.
No results found
improvement : Reduce package size by 50%
improvement : upgrade dependencies