Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 5.79 KB

CHANGELOG.md

File metadata and controls

82 lines (49 loc) · 5.79 KB

Changelog

1.2.4 (2024-10-14)

Bug Fixes

  • openapi: create migration to add POST response 201 (780dd78)

1.2.3 (2024-10-09)

Continuous Integration

  • github: publish package to npm registry with provenance (f8b624c)

1.2.2 (2024-10-09)

Bug Fixes

  • openapi: add migration to fix spectral array-items lint error (509c472), closes #119

1.2.1 (2023-12-22)

Bug Fixes

  • openapi: add migration to change 'trigger_properties' to object (4287496)

1.2.0 (2023-08-20)

Features

  • openapi: add additional string format to spec.json (6f725a6)

1.1.1 (2023-08-19)

Bug Fixes

  • openapi: update migration to fix JSON Schema (112f5a3)

1.1.0 (2023-08-18)

Features

  • openapi: add migration to generate JSON Schema from example (482213a)

Bug Fixes

  • openapi: add migration to fix catalogs JSON Schema (9ad049d)

1.0.1 (2023-08-13)

Bug Fixes

  • openapi: add migration to fix security scheme (3613805)
  • openapi: add migration to fix servers (725f4a8)
  • openapi: add migrations to fix request body (81efba7)
  • openapi: create migration to add responses (c946354)
  • postman: add migration to delete duplicate url (29c9d9d)

1.0.0 (2023-08-11)

Features

  • openapi: add migration to change to relative urls in spec.json (5664b8b)
  • openapi: add migration to delete servers (46681d0)
  • openapi: create spec.json (6959bd4)
  • postman: add migrations (3817591)
  • postman: add migrations (ba6aa2f)
  • postman: create collection.json (fa99c9b)
  • postman: create migrations (2c28d10)

Bug Fixes

  • openapi: add migration to fix oas3-schema (f834001)
  • openapi: add migration to fix oas3-valid-media-example number (aac84f2)
  • openapi: add request body for PATCH /catalogs/{catalog_name}/items (05689fe)
  • openapi: add request body for POST /catalogs (9b855ee)
  • openapi: add request body for POST /catalogs/{catalog_name}/items (c6ed17f)
  • postman: add migration to fix oas3-valid-media-example boolean (41311f1)
  • postman: add migration to fix oas3-valid-media-example integer (4b25a98)
  • postman: add migration to fix oas3-valid-media-example object (2aa43c8)