Releases: yhnavein/swaggie
Releases · yhnavein/swaggie
v0.1.10
- [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
- Fix wrong handling of Date parameters. Dates were handled like strings by mistake.
v0.1.8
- Add
eslint-disable
comment in the generated files to ignore eslint errors and warnings
v0.1.7-1
- 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
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
- 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
- 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
- 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
- refactor: codebase is now written using Dependency Injection, which will ease further development on the new features
- chore: upgraded dependencies
v0.1.1
- fix: added missing path parameters in the Operation definitions