Skip to content

Releases: diplodoc-platform/openapi-extension

v1.4.9

18 Dec 15:10
Compare
Choose a tag to compare

1.4.9 (2023-12-18)

Bug Fixes

v1.4.8

11 Dec 16:46
Compare
Choose a tag to compare

1.4.8 (2023-12-11)

Bug Fixes

v1.4.7

30 Nov 15:28
Compare
Choose a tag to compare

Changelog

  1. Support oneOf in array

v1.4.6

29 Nov 15:11
Compare
Choose a tag to compare

Changelog

  1. Support array scheme render and example objects.
  2. New ability to change tag's path: you can define custom path with tags section in includer. For example, instead of doc.com/complex_tag_name you can set
tags:
  complex_tag_name:
    alias: 'complex'

New url will be doc.com/complex

v1.4.5

29 Nov 11:11
6173b10
Compare
Choose a tag to compare

Changelog

  1. New leading pages customisation: now there is an ability to pass configuration to includer with information about tag's leading page. You can:
  2. Remove it with hidden: true
  3. Change name with name: "custom Leading page"
  4. Change page's content (default is links to subsections) with path: "path/to/file/relative/to/openapi.yaml"

v1.4.4

27 Nov 14:35
Compare
Choose a tag to compare

Changelog

  1. Examples with empty objects

v1.4.3

24 Nov 12:46
5b29dba
Compare
Choose a tag to compare

Changelog

  1. Fix generation of example elements

v1.4.1

10 Nov 11:55
Compare
Choose a tag to compare

Changelog

  1. oneOf/allOf examples fix
  2. more type-safety

v1.4.0

30 Oct 14:20
a8c2f75
Compare
Choose a tag to compare

1.4.0 (2023-10-30)

Features

Bug Fixes

  • engines, react/react-dom overrides (6961cb8)
  • setup release action (020888f)
  • Update @gravity-ui/uikit (0237738)

v1.3.4

21 Sep 11:09
Compare
Choose a tag to compare

Changelog

  1. New request design.
  2. Requests / responses colors.
  3. JSON highlighting.