Releases: freakyfelt/yet-another-json-rpc
Releases · freakyfelt/yet-another-json-rpc
v1.0.0
1.0.0 (2024-02-24)
⚠ BREAKING CHANGES
- simplify down to an OAS 3.1 extension
Features
- cli: add ability to read/write stdin/stdout (43f7d5f)
- cli: add basic addQuery and addMutation operations (1070f3b)
- cli: add basic transform CLI (0680b43)
- cli: add DocumentTransformer; swap types package (15d420e)
- cli: allow for mutation inputs in non-body locations (abb569e)
- cli: allow for overriding the path and method (b80759b)
- cli: allow for overriding the status code and description (9b26c16)
- cli: Allow for parameter fields to be overridden (ce96d4c)
- cli: shallow merge OAS paths (39696b1)
Bug Fixes
- cli: allow for not specifying query or mutation operations (2d05435)
- cli: deep merge provided OpenAPI paths (43fc1e2)
- cli: drop redundant package-lock.json (980ca8a)
- cli: execute all tests; fix broken tests (1cea5e5)
- workspace: move package dependencies to package (9a9dfc8)
Code Refactoring
- simplify down to an OAS 3.1 extension (aef9afc)
cli: v1.0.1
cli: v1.0.0
1.0.0 (2023-06-19)
Features
- cli: add ability to read/write stdin/stdout (43f7d5f)
- cli: add basic addQuery and addMutation operations (1070f3b)
- cli: add basic transform CLI (0680b43)
- cli: add DocumentTransformer; swap types package (15d420e)
- cli: allow for mutation inputs in non-body locations (abb569e)
- cli: allow for overriding the path and method (b80759b)
- cli: allow for overriding the status code and description (9b26c16)
- cli: Allow for parameter fields to be overridden (ce96d4c)
- cli: shallow merge OAS paths (39696b1)