Skip to content

Releases: apiaframework/apia-openapi

v0.1.14

15 Oct 14:23
dc90f18
Compare
Choose a tag to compare

0.1.14 (2024-10-15)

Bug Fixes

  • only add mutually exclusive description if argument is a lookup argument set (#81) (543dba2)
  • only add mutually exclusive description if there are multiple arguments in a lookup argument set (#83) (7b5d5e7)

v0.1.13

13 Sep 12:03
adb3a0d
Compare
Choose a tag to compare

0.1.13 (2024-09-13)

Bug Fixes

  • only add mutually exclusive description to lookup argument sets (#79) (77f0e31)

v0.1.12

03 Sep 11:36
4f3d020
Compare
Choose a tag to compare

0.1.12 (2024-09-03)

Bug Fixes

  • don't insert / between prefix and scope, assume any prefix should contain it's own separator. (#76) (8cad391)

v0.1.11

02 Sep 16:21
2606577
Compare
Choose a tag to compare

0.1.11 (2024-09-02)

Bug Fixes

  • security schemes keys to symbols (#74) (3506742)

v0.1.10

30 Aug 13:54
491e79d
Compare
Choose a tag to compare

0.1.10 (2024-08-30)

Features

  • allow passing of info + external_docs to the openapi specification. (#72) (349f236)
  • allow passing over security_shemes to the specification and add… (#73) (275d771)

Bug Fixes

  • handle standard argument sets and array types for argument sets (#70) (8d1d288)

v0.1.9

21 Aug 14:35
d4e5424
Compare
Choose a tag to compare

0.1.9 (2024-08-21)

Features

  • add documentation details to endpoints (#65) (ed9e9d2)

v0.1.8

21 Aug 08:35
09a915e
Compare
Choose a tag to compare

0.1.8 (2024-08-21)

Bug Fixes

  • ensure nested params don't break schema (c224beb)

v0.1.7

22 May 11:14
d3502dc
Compare
Choose a tag to compare

0.1.7 (2024-05-22)

Features

  • Support plain text responses (c3e0c6a)

v0.1.6

08 Feb 09:26
e180898
Compare
Choose a tag to compare

0.1.6 (2024-02-08)

Bug Fixes

  • handle nullable, remove duplication (#60) (1ecfc13), closes #55

v0.1.5

24 Jan 09:19
8887c91
Compare
Choose a tag to compare

0.1.5 (2024-01-24)

Features

  • ensure apia objects can be declared as nullable (#56) (7cb80e7)