Skip to content

Releases: BinkyLabs/openapi-overlays-dotnet

v1.0.0-preview.20

17 Nov 17:39
d840656

Choose a tag to compare

v1.0.0-preview.20 Pre-release
Pre-release

1.0.0-preview.20 (2025-11-17)

Bug Fixes

  • empty strings should be quoted in yaml (086c04a)
  • empty strings should be quoted in yaml (ae22bb7)

v1.0.0-preview.19

10 Nov 18:11
a8c8aed

Choose a tag to compare

v1.0.0-preview.19 Pre-release
Pre-release

1.0.0-preview.19 (2025-11-10)

Features

  • Add confirmation prompt before overwriting files with --force/-f flag (74d70db)

v1.0.0-preview.18

06 Nov 21:51
377323d

Choose a tag to compare

v1.0.0-preview.18 Pre-release
Pre-release

1.0.0-preview.18 (2025-11-06)

Bug Fixes

  • Bump Microsoft.OpenApi and Microsoft.OpenApi.YamlReader for null serialization in yaml (835ded8)

v1.0.0-preview.17

05 Nov 11:28
c47d195

Choose a tag to compare

v1.0.0-preview.17 Pre-release
Pre-release

1.0.0-preview.17 (2025-11-05)

Bug Fixes

  • a bug where array updates would replace and not append additional values (71c976a), closes #137
  • if targets for updates are arrays, the item should be inserted (36bcceb), closes #136
  • yaml OpenAPI descriptions are empty (1a3ac73)

v1.0.0-preview.16

27 Oct 18:06
15b4f5b

Choose a tag to compare

v1.0.0-preview.16 Pre-release
Pre-release

1.0.0-preview.16 (2025-10-27)

Features

  • adds a new normalize command (f9da1e5)
  • adds split commands for overlay only and overlay with normalization (07aeaaf)
  • bypass the openapi.net object model when applying overlays to avoid normalization (0fd0bf0)

Bug Fixes

  • upgrade oai.net dependency to avoid bad yaml formatting during serialization (7c4ac46)

v1.0.0-preview.15

21 Oct 21:29
c9b25ad

Choose a tag to compare

v1.0.0-preview.15 Pre-release
Pre-release

1.0.0-preview.15 (2025-10-21)

Features

  • Update x-copy behavior to require single source match per specification OAI/Overlay-Specificatino#PR #150 (#121) (8263215)

v1.0.0-preview.14

20 Oct 17:55
a9d5c31

Choose a tag to compare

v1.0.0-preview.14 Pre-release
Pre-release

1.0.0-preview.14 (2025-10-20)

Bug Fixes

  • upgrades dependencies to fix empty default array values (05214ba)
  • upgrades dependencies to fix empty default array values (5f22256)

v1.0.0-preview.13

17 Oct 19:48
22a5442

Choose a tag to compare

v1.0.0-preview.13 Pre-release
Pre-release

1.0.0-preview.13 (2025-10-17)

Bug Fixes

  • an issue where navigating to the parent for removal would fail based on the expression (b2d3b34)

v1.0.0-preview.12

17 Oct 17:34
5d09ca9

Choose a tag to compare

v1.0.0-preview.12 Pre-release
Pre-release

1.0.0-preview.12 (2025-10-17)

Features

  • adds a result type for apply methods (47df43e)
  • attempt to go through subsequent actions if one fails (b73ad65)

Bug Fixes

  • adds a try catch so a single failing action does not crash the whole document application (cb88170)
  • an issue where the default format for the updated document would always be json instead of the format of the source document (5034c95)
  • an issue where the default format for the updated document would always be json instead of the format of the source document (d6db167)
  • avoid stack overflows when applying changes for updates or copies (3faf8e3)
  • avoid stack overflows when applying changes for updates or copies (84c6ee5)

v1.0.0-preview.11

16 Oct 13:13
5f24e4f

Choose a tag to compare

v1.0.0-preview.11 Pre-release
Pre-release

1.0.0-preview.11 (2025-10-16)

Features

  • adds the ability to copy a node into another (5f86d20)