Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 2.48 KB

File metadata and controls

90 lines (63 loc) · 2.48 KB

0.2.7 (2015-10-28)

  • Something went wrong with bower, new release to force update

0.2.6 (2015-10-28)

  • 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 (2015-10-27)

  • 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

0.2.4 (2015-10-12)

  • Allow disabling or defining a custom Swagger validator (#19)
  • Fix Swagger 1.2 host and baseURL (#21)
  • Upgrade AngularJS (#23)

0.2.3 (2015-08-25)

  • 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 (2015-08-21)

  • 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 (2015-08-13)

  • Fix model generation
  • Fix JSON parser

0.2 (2015-08-12)

  • 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 (2015-07-07)

  • Fix model generation
  • Fix documentation
  • Display host, base path and version

0.1.5 (2015-06-24)

  • Enable permalinks
  • Autoload Swagger descriptor at startup
  • Transfer to Orange OpenSources

0.1.4 (2015-05-03)

  • Fix CSS
  • Fix model generation
  • Fix API explorer displayed URL

0.1.3 (2015-04-14)

  • Fix for operations having no tags

0.1.2 (2015-04-02)

  • Fix CSS
  • Display API explorer query params
  • Add support for enums
  • Fix model generation
  • Fix display on small screens

0.1.1 (2015-03-03)

  • Responsive tables
  • Split JS in multiple files
  • Add CSS classes to ease override