Skip to content

Latest commit

 

History

History
132 lines (57 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

132 lines (57 loc) · 5.01 KB

1.10.0 (2024-09-05)

Features

  • allow responseSchema to be omitted (fc40a25)

1.9.0 (2024-09-05)

Features

  • allow data property to be omitted (0c488dc)

1.8.0 (2024-08-29)

Features

  • shorten fake protocol name in docs (4a6c5e6)

1.7.0 (2024-08-14)

Features

  • force better display of script name in server drop down (c42bd19)

1.6.0 (2024-08-02)

Features

  • allow defining summary for operations (ed1610d)

1.5.0 (2024-07-30)

Features

  • allow to pass reference objects for script schemas (160364d)

1.4.0 (2024-04-29)

Features

  • allow injecting global schemas into manager (b333b5f)

1.3.0 (2024-04-26)

Features

  • add optional tags definition for scripts (6426d08)

1.2.0 (2024-04-26)

Features

  • allow defining meta schemas (32865a0)

1.1.0 (2024-04-01)

Features

  • add expose flag to errors (d818609)

1.0.8 (2024-03-27)

Bug Fixes

  • default script parameter to unknown (180e2db)

1.0.7 (2024-03-27)

Bug Fixes

  • let scripts specify the parameter type (ebcb85d)

1.0.6 (2024-03-27)

Bug Fixes

  • pass script parameter value into scripts (cb94b2b)

1.0.5 (2024-03-07)

Bug Fixes

  • server: stringify address before outputing (185a9b4)

1.0.4 (2024-03-07)

Bug Fixes

  • script: parse from context.request.body instead of context.body (b972c33)

1.0.3 (2024-03-07)

Bug Fixes

  • script: accept any scriptParameterValue (f87d392)

1.0.2 (2024-03-07)

Bug Fixes

  • script: wrap result in scriptResult property (c106ca8)

1.0.1 (2024-03-04)

Bug Fixes

  • release: include declarations and add exports section (1b53485)

1.0.0 (2024-03-04)

Features