Skip to content

Releases: yhnavein/swaggie

v0.1.10

07 Nov 08:50
Compare
Choose a tag to compare
  • [Potential Breaking Change] Removal of Redux code generator
  • Add unit tests for most crucial parts of this app
  • Fix bug which was preventing loading YML specification from the URL
  • Small code refactoring
  • Improved README file

v0.1.9

07 Nov 08:34
Compare
Choose a tag to compare
  • Fix wrong handling of Date parameters. Dates were handled like strings by mistake.

v0.1.8

07 Nov 08:32
Compare
Choose a tag to compare
  • Add eslint-disable comment in the generated files to ignore eslint errors and warnings

v0.1.7-1

18 Sep 08:49
Compare
Choose a tag to compare
  • New CLI parameter (--preferAny) to allow use of any type instead of unknown

Strange version, because of the issue when publishing on the first time.

v0.1.6

18 Sep 09:41
Compare
Choose a tag to compare
  • Add x-enum support

x-enum is an extension that NSwag is supporting to improve enum support in the Swagger.

If you are using Swashbuckle as a specs generator on the backend side it does not change anything for you.

v0.1.5

18 Sep 09:37
Compare
Choose a tag to compare
  • No more bundled prettier. You can use prettier from your app.
  • When using --reactHooks option, a new hook useClient will be available in your code

Removal of prettier will make the package significantly smaller. Most of the cases prettier will be in your app either way. This will make it possible to use your app's prettier configuration.

v0.1.4

28 Jul 22:13
Compare
Choose a tag to compare
  • feat: add support for React Hooks to be able to directly use react contexts in the app's code
  • chore: upgrade dependencies (fixing security vulnerabilities)

v0.1.3

17 Apr 10:22
Compare
Choose a tag to compare
  • feat: ability to configure a different baseUrl for all clients from CLI parameter
  • fix: No longer default /api set up as baseUrl. You can go back to this using a new CLI argument: -b /api
  • chore: upgraded docs

v0.1.2

17 Apr 10:23
Compare
Choose a tag to compare
  • refactor: codebase is now written using Dependency Injection, which will ease further development on the new features
  • chore: upgraded dependencies

v0.1.1

17 Apr 10:22
Compare
Choose a tag to compare
  • fix: added missing path parameters in the Operation definitions