Releases: BinkyLabs/openapi-overlays-dotnet
Releases · BinkyLabs/openapi-overlays-dotnet
v1.0.0-preview.20
1.0.0-preview.20 (2025-11-17)
Bug Fixes
v1.0.0-preview.19
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
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
v1.0.0-preview.16
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
1.0.0-preview.15 (2025-10-21)
Features
v1.0.0-preview.14
1.0.0-preview.14 (2025-10-20)
Bug Fixes
v1.0.0-preview.13
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
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)