Skip to content

Releases: syroegkin/swagger-markdown

v3.1.1

Choose a tag to compare

@syroegkin syroegkin released this 25 Mar 08:16

3.1.1 (2026-03-25)

Bug Fixes

  • fix array of objects presentation (9d5eab2), closes #220
  • make openapi documents valid, fix warnings (363d824)

v3.1.0

Choose a tag to compare

@syroegkin syroegkin released this 22 Mar 19:56

3.1.0 (2026-03-22)

Bug Fixes

  • fix list spaces in the infro block (8b92ea0)
  • fix markdown line, so it supports null-ish values without crashing (14baca3), closes #221
  • fix shema/path linmks collisions (a53a148)
  • fix typo in info transformer (b20f23d)
  • remove pesky regex (dad1bad)
  • render Request Body table with two columns (Required, Schema) (6190bc8)

Features

  • 3.1 support, null guards, license fix (52b1587)
  • add deprecated parameters support for 3.* versions (37a722a)
  • add missing oneOf and anyOf compositions for 3.* versions (f3a510b)
  • add mutualTLS to the security schema (1bef5c3)
  • add parameters explode support (c5784c4)
  • add read-only and write-only properties support (417d764)
  • add server section for v3.* (a05523b)
  • add spdx type for the licenses (3.1 only) (0f33e0a)
  • add summary support vor version 3.1 (e867c80)
  • add webhooks for v3.1 (4b68f66)
  • documentV31 transformer, request body table fix, typed helpers (c776abc)
  • prepare for v3.1, add guards and rearrange transformers (73b6680)
  • support deprecation in the schemas for v3.* (59d9139)
  • support the callback section for v3.* (01c0127)
  • v3 add nullable type (b8ec7d5)

v3.0.0

Choose a tag to compare

@syroegkin syroegkin released this 09 Aug 11:04

3.0.0 (2025-08-09)

Bug Fixes

Features

  • add fenced code block for md string class (04ec0d0)
  • add requiest body (dd19353)
  • add security definitions trransformers (5589660)
  • linkobject: add process link function to process link objects (c1d89af)
  • process schemas (0c2707e)
  • show parameters (e3cc8d0)
  • split more v3 and v2, add responses and models to v3 (da18994)
  • update dependecny: upgrade minimal node version to 20, upgrade openapi parser (37650d0)
  • v3: extract common functions for v2 and 3 (9753b15)

BREAKING CHANGES

  • update dependecny: the minimal node version is 20

v3.0.0-beta.1

v3.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@syroegkin syroegkin released this 07 Aug 10:36

3.0.0-beta.1 (2025-08-07)

Bug Fixes

Features

  • add fenced code block for md string class (04ec0d0)
  • add requiest body (dd19353)
  • add security definitions trransformers (5589660)
  • linkobject: add process link function to process link objects (c1d89af)
  • process schemas (0c2707e)
  • show parameters (e3cc8d0)
  • split more v3 and v2, add responses and models to v3 (da18994)
  • update dependecny: upgrade minimal node version to 20, upgrade openapi parser (37650d0)
  • v3: extract common functions for v2 and 3 (9753b15)

BREAKING CHANGES

  • update dependecny: the minimal node version is 20

v2.4.0-beta.1

v2.4.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@syroegkin syroegkin released this 05 Aug 09:56

2.4.0-beta.1 (2025-08-05)

Bug Fixes

Features

  • add fenced code block for md string class (04ec0d0)
  • add requiest body (dd19353)
  • add security definitions trransformers (5589660)
  • linkobject: add process link function to process link objects (c1d89af)
  • process schemas (0c2707e)
  • show parameters (e3cc8d0)
  • split more v3 and v2, add responses and models to v3 (da18994)
  • v3: extract common functions for v2 and 3 (9753b15)

v2.3.2

Choose a tag to compare

@syroegkin syroegkin released this 26 May 18:16

2.3.2 (2024-05-26)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (4ee40e1)

v2.3.1

Choose a tag to compare

@syroegkin syroegkin released this 11 Nov 21:29

2.3.1 (2023-11-11)

Bug Fixes

  • chore: technical release dependencies upgrade (230e6b6)

v2.3.0

Choose a tag to compare

@syroegkin syroegkin released this 30 Apr 21:02

2.3.0 (2023-04-30)

Features

  • headers: show headers in the response when present (3f02648)
  • readability: improve readability by inserting horizontal lines between blocks (94f17ab)

v2.2.1

Choose a tag to compare

@syroegkin syroegkin released this 14 Apr 19:47

2.2.1 (2023-04-14)

Bug Fixes

  • correct problem of broken build caused by scattered files in multiple directories (fdac96c), closes #169

v2.2.0

Choose a tag to compare

@syroegkin syroegkin released this 14 Apr 18:40

2.2.0 (2023-04-14)

Features

  • schemes: display schemes if present in the path (bbf610a)