- Something went wrong with bower, new release to force update
- Lost default responses content-type (#27)
- Remove useless files when using bower (#25)
- Remove useless package in dev (#28)
- Fix dev sample swagger URL at startup (#29)
- Support path parameters (#26)
- Remove useless files when using bower (#25)
- Fix default host and baseURL (#24)
- Fix "Try it out" request URL if swagger descriptor changed
- Fix Swagger 1.2 host if not defined
- Allow disabling or defining a custom Swagger validator (#19)
- Fix Swagger 1.2 host and baseURL (#21)
- Upgrade AngularJS (#23)
- Do not allow adding module multiple times (fix #17)
- Set permalinks optional as it can cause UI being reloaded when using ngRoute if 'reloadOnSearch' not set to false
- Check parameters at startup to give advices
- Allow forcing parser to JSON
- Throw error if no parser found
- Include Swagger validator
- Create module Swagger 1.2 to Swagger 2.0 converter (beta)
- Fix duplicated elements in UI
- Fix model generation
- Fix JSON parser
- 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
- Fix model generation
- Fix documentation
- Display host, base path and version
- Enable permalinks
- Autoload Swagger descriptor at startup
- Transfer to Orange OpenSources
- Fix CSS
- Fix model generation
- Fix API explorer displayed URL
- Fix for operations having no tags
- Fix CSS
- Display API explorer query params
- Add support for enums
- Fix model generation
- Fix display on small screens
- Responsive tables
- Split JS in multiple files
- Add CSS classes to ease override