Skip to content

Latest commit

 

History

History
127 lines (79 loc) · 8.16 KB

CHANGELOG.md

File metadata and controls

127 lines (79 loc) · 8.16 KB

0.1.0 (2017-12-12)

Bug Fixes

  • logo-text: long logo text breaks layout (1dd4d25), closes #26
  • swagger: Preserve Model/Classes in swagger while applying decorators. (44b8e35)
  • swagger_to_html: sample response including mime type (48c902c)

Features

  • content: use icon link for anchors (5d6f46c)
  • project-partial: add new feature (a98c6dd), closes #25
  • swagger-parser: configurable parser options (7c00312), closes #38
  • swagger-ui: add swagger-ui v3.6.0 (first iteration) (da39676), closes #24

0.1.0-beta.4 (2017-11-13)

Bug Fixes

  • sidebar: fix issue with position of TOC (2997b9b)

0.1.0-beta.3 (2017-11-10)

Bug Fixes

  • swagger_to_html: Add -X to curl examples (7ae1d8e)
  • search: generate index also when hexo deploy (7027edb), closes #35
  • swagger: Fix issue with yaml parsing of swaggerObject (9098e12)

Features

  • swagger: Process x-doc.exclude to remove entities from api specification (56a0c12)
  • swagger: Process x-doc.host to use a different host for documentation (20bd1b3)
  • navigation: improve children visualization (93e1a9d)

0.1.0-beta.2 (2017-10-27)

Features

  • swagger-ui: add config, permalinks and ability to turn off api explorer (5bd6a82)

0.1.0-beta.1 (2017-10-20)

Bug Fixes

0.1.0-beta (2017-10-19)

Bug Fixes

  • doc-formatting: restore table and code styles (9f41dbc)
  • layout: import ubuntu font (fd756eb)
  • navigation: smooth-scroll server side rendered (6ee588a)
  • nodejs-react: fix navigation rendering (cc4b797)
  • react: reintroduce node-jsx (6c9c03a)
  • search: search input on ubuntu webkit (2f03d28)
  • search-results: fix SupportFooter breaking search results (c9a399d)
  • swagger-to-html: Fix issue with download. (d60930a)
  • swagger-to-html: Fix styling of code sample (b19dfa6)
  • swagger-to-html: Update README (fb77041)

Features

  • optimization: distribute minified asset
  • react: update to react 16
  • misc: add search-form, serch-btn (81bdf0e)
  • new-design: add navigation redesign (adcc18e)
  • sidebar: collapsable children (d65a6b8)
  • support: add support functionality (925c2f5)
  • swagger-to-html: Add feedback to copy button (d4c405e)
  • swagger-to-html: Add security definitions (fb02f2d)
  • swagger-to-html: Provide way to download schema (a969985)
  • swagger-to-html: Update styles according to dress-code (67cac63)
  • typography: style <hr> tags (0b8ec2c)

0.1.0-alpha (2017-09-12)

First alpha version

Bug Fixes

  • search: fix root path when build in background (b710648)
  • fix issue with scrollIntoView (b8628db)
  • browser.sidebar: add some hot fixes to the ugly javascript inherited from meteor (b6f6da2)
  • ga: google analytics never active on localhost (41830a4)
  • swagger-to-html: add support for array and allOf (3ad2ec1)
  • swagger-to-html: fix additional properties (7c0b886)
  • swagger-to-html: Fix issue with styling of tables (9f0606f)
  • swagger-to-html: Fix style of code sections (e883713)
  • swagger-to-html: Fix style of code sections (b3a92a5)
  • swagger-to-html: handle format (5d432b2)
  • swagger-to-md: hotfix include_module (be sure that will not be overriden) (7300b0a)
  • swagger-to-md: respect the order when rendering and pushing the result to the stream (9002f87)

Features

  • add first search implementation (94f0ac9)
  • favicon: add favicon customization (a514462)
  • ga: add google analytics support (e2e6cc4)
  • swagger-to-md: add first implementation (45bddc5)