Skip to content

Releases: yhnavein/swaggie

v0.5.2

07 Nov 20:15

Choose a tag to compare

  • feat: Support for custom templates

v0.5.1

09 Aug 11:50

Choose a tag to compare

  • fix: better handle arrays in serializeQueryParam function in Angular1 template
  • chore: upgrade dependencies

v0.5.0

30 Jul 10:16

Choose a tag to compare

  • 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

Choose a tag to compare

  • impr: Handle nested definitions

Thanks @arutkowski00

v0.4.13

09 Jul 13:01

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • fix: add missing support for readonly properties in definitions
  • chore: few dependencies upgraded

v0.4.9

22 May 15:33

Choose a tag to compare

  • fix: Fix edge case with fullEnum generated by Swashbuckle

v0.4.8

14 May 18:01

Choose a tag to compare

  • improvement: Reduce package size by 50%
  • improvement: upgrade dependencies