Releases: syroegkin/swagger-markdown
Releases · syroegkin/swagger-markdown
Release list
v3.1.1
v3.1.0
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
3.0.0 (2025-08-09)
Bug Fixes
- remove markdownlint dependency (cb6e5a3)
- tune md test to respect all versions (11d9e39)
- unify headers (cb19331)
- update examples (1e7f973)
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
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
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)