Skip to content

Releases: freakyfelt/yet-another-json-rpc

cli: v1.0.1

03 Jul 20:08
743bbc8
Compare
Choose a tag to compare

1.0.1 (2023-07-03)

Bug Fixes

  • cli: drop redundant package-lock.json (980ca8a)

cli: v1.0.0

19 Jun 19:09
50a07ad
Compare
Choose a tag to compare

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)

Bug Fixes

  • cli: allow for not specifying query or mutation operations (2d05435)
  • cli: deep merge provided OpenAPI paths (43fc1e2)
  • cli: execute all tests; fix broken tests (1cea5e5)
  • workspace: move package dependencies to package (9a9dfc8)