Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 3.43 KB

1.1.1 (2024-07-08)

Bug Fixes

  • add require entrypoint in exports (240496d)

1.1.0 (2024-06-09)

Features

  • init: init ajv instance and define the path (506ee2b)
  • validate: validate the data with existing schema (482e35c)

1.0.0 (2024-05-28)

Bug Fixes

  • media: overwrite instead of merging them (041c863)
  • operation: reoreder parameters (1c4aad8)
  • parameter: ability to overwrite result or clear the result (d32db0e)
  • parameter: correct transform result (c283c2b)
  • parameter: omit description from schema (ec26f34)
  • parameter: transform with options to overwrite result (74ace8b)
  • request-body: ability to extends body options (87347d0)
  • request-body: correct schema (d011d4c)
  • request-body: omit description from body (1d5b222)
  • request-body: omit example properties (58884f4)
  • request-body: return undefined when not giving schema (3a0f5c6)
  • request-body: separate options to make it clean and enhance readability (06d427d)
  • response: fix response tranform to match test cases (018fc46)
  • restrict parameter schema to object (21da305)
  • type: set deepMerge function type (da6a997)

Features

  • accept empty request body (db0ed41)
  • define and generate openapi document (9328d7e)
  • openapi: path define and document generation (44f2a89)
  • path-item: transform path item (5a324f0)