Skip to content

v3.1.0

Choose a tag to compare

@syroegkin syroegkin released this 22 Mar 19:56
· 4 commits to master since this release

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)