Skip to content

Releases: yhnavein/swaggie

v0.8.0

14 Apr 12:16
52faf80

Choose a tag to compare

  • BREAKING: minimum supported node version is now 14. One of the bumped dependencies requires it
  • chore: upgrade dependencies
  • chore: upgrade code to support TypeScript 5

v0.7.7

22 Jan 12:58
d13dbd6

Choose a tag to compare

  • fix: ESM problem when using node 18 (#29)
  • ci: add a sanity check to run a built swaggie on all supported node versions

v0.7.6

21 Oct 19:23

Choose a tag to compare

  • fix: null as parameter missing if body is empty (ng1 template) (Thanks piotr121993)

v0.7.5

19 Oct 07:22

Choose a tag to compare

  • fix: ng1 template generation for formData (Thanks @piotr121993)
  • chore: upgrade dependencies

v0.7.4

06 Feb 12:07

Choose a tag to compare

  • fix: print result source code to stdout only when it's necessary
  • impr: add ignore deno linter flag to all the templates

v0.7.3

23 Jan 14:39

Choose a tag to compare

  • feat: support stdout for generating output
  • feat: add types for high-level Swaggie API
  • chore: upgrade deps

v0.7.2

11 Jan 08:44

Choose a tag to compare

  • fix: problems with writing to out file
  • chore: remove last lodash dependencies as they had vulnerabilities.

v0.7.1

03 Jan 00:22

Choose a tag to compare

  • chore: reduce installed package size

v0.7.0

14 Dec 17:23

Choose a tag to compare

  • impr: use new templating system eta (bye, bye, ejs). Bundle is now smaller, and code generation is slightly faster

BREAKING CHANGE:
Because a new templating system is now used, your custom (i.e. not bundled) templates won't work. Difference is not huge, fortunately, but some changes need to be done if you wish to still use them.
It's not a very used used feature, so probably you don't have to worry about it.

v0.6.9

06 Dec 21:40

Choose a tag to compare

  • feat: new swr-axios template. You can use it to generate additional useSwr hooks for your GET requests.
  • chore: get rid of jest and use mocha to make tests super fast