Releases: freakyfelt/yet-another-json-rpc
Releases · freakyfelt/yet-another-json-rpc
v2.0.0
2.0.0 (2025-06-21)
⚠ BREAKING CHANGES
- (deps) increase minimum supported version to Node v20.17.0 (#572)
Bug Fixes
- (deps) increase minimum supported version to Node v20.17.0 (#572) (bba1c7c)
- deps: bump pino from 9.5.0 to 9.6.0 (#497) (75b3fd3)
- deps: bump pino from 9.6.0 to 9.7.0 (#560) (2a206e1)
- deps: bump yaml from 2.6.0 to 2.6.1 (#480) (e643b7c)
- deps: bump yaml from 2.6.1 to 2.7.0 (#502) (11228a6)
- deps: bump yaml from 2.7.0 to 2.7.1 (#538) (8617246)
- deps: bump yaml from 2.7.1 to 2.8.0 (#557) (cf34a95)
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)