A new release of Swagger-JS has just been cut. This includes the following:
Enhancements
- Password Masking in curl examples (#925)
- Added support for
allowEmptyValue
in query params (#825)
- Handling for
chrome://
scheme (#912)
Fixes
- Some errors in constructing clients were causing memory leaks :( (#907)
asCurl
was not reflecting modifications by requestInterceptor
(#903, #830)
- Use scheme based on definition when not explicitly specified (#931)