This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: Orange-OpenSource/angular-swagger-ui
Releases · Orange-OpenSource/angular-swagger-ui
0.2
- Allow creating and using modules
- Create module to support Swagger external references
- Create module to support application/xml API explorer responses to display formatted response body
- Use the global consumes/produces definition if an operation doesn't specify its own
- Add support for $ref definition on operation parameters
- Use bootstrap-less-only to remove dependency to jQuery
- Display HTML description for operations, parameters and responses. If untrusted sources, user MUST include ngSanitize to his app else he has to add trusted-sources parameter to swagger-ui directive
- Fix models defintions circular references
0.1.6
- Fix model generation
- Fix documentation
- Display host, base path and version
0.1.5
- Enable permalinks
- Autoload Swagger descriptor at startup
- Transfer to Orange OpenSources