Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Releases: Orange-OpenSource/angular-swagger-ui

0.3.2

30 Jun 11:42
Compare
Choose a tag to compare
  • Fix Swagger model generation (float properties not displayed in samples)
  • i18n add Japanese (#44)
  • Display response headers
  • Fix response references (#50)
  • Fix right-to-left display (#53)

0.3.1

21 Mar 16:23
Compare
Choose a tag to compare
  • Make Swagger specification URL absolute when passed to Swagger validator (#43)
  • YAML support
  • Allow rendering a Swagger specification from JSON object or YAML string (#32)
  • Support allOf in object definitions (#41)
  • i18n (#37)
  • Handle deprecated operations

0.3.0

22 Feb 13:34
Compare
Choose a tag to compare
  • Allow defining a custom template to be used by SwaggerUi (#3)
  • Use ngAnnotate
  • Insert templates in swaggerUi module
  • Auto add modules at startup to avoid executing app.run(...)
  • Fix model generation of objects having no properties
  • Fix Swagger 1.2 references (#35)
  • Fix API explorer when using formData (#36)
  • Fix sample JSON of operations having examples

0.2.7

28 Oct 10:41
Compare
Choose a tag to compare
  • Something went wrong with bower, new release to force update

0.2.6

28 Oct 10:09
Compare
Choose a tag to compare
  • 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)

0.2.5

27 Oct 09:55
Compare
Choose a tag to compare
  • Support path parameters (#26)
  • Fix default host and baseURL (#25)
  • Remove useless files when using bower (#24)
  • Fix "Try it out" request URL if swagger descriptor changed
  • Fix Swagger 1.2 host if not defined

0.2.4

12 Oct 09:51
Compare
Choose a tag to compare
  • Allow disabling or defining a custom Swagger validator (#19)
  • Fix Swagger 1.2 host and baseURL (#21)
  • Upgrade AngularJS (#23)

0.2.3

25 Aug 07:58
Compare
Choose a tag to compare
  • 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

0.2.2

21 Aug 13:12
Compare
Choose a tag to compare
  • 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

0.2.1

13 Aug 15:50
Compare
Choose a tag to compare
  • Fix model generation
  • Fix JSON parser