Skip to content

Commit 5c057c0

Browse files
chore(main): release 1.0.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5e3cad commit 5c057c0

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 1.0.0 (2024-02-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* simplify down to an OAS 3.1 extension
9+
10+
### Features
11+
12+
* **cli:** add ability to read/write stdin/stdout ([43f7d5f](https://github.com/freakyfelt/yet-another-json-rpc/commit/43f7d5f1576a6371a348edafcf2b9164f7352fdd))
13+
* **cli:** add basic addQuery and addMutation operations ([1070f3b](https://github.com/freakyfelt/yet-another-json-rpc/commit/1070f3bed917cf7c2b790e7805f11d4b56ab80ca))
14+
* **cli:** add basic transform CLI ([0680b43](https://github.com/freakyfelt/yet-another-json-rpc/commit/0680b438fb988875ec6539682c4499d227fc6f54))
15+
* **cli:** add DocumentTransformer; swap types package ([15d420e](https://github.com/freakyfelt/yet-another-json-rpc/commit/15d420ef6264bcaa294467c5917c834a072a5c94))
16+
* **cli:** allow for mutation inputs in non-body locations ([abb569e](https://github.com/freakyfelt/yet-another-json-rpc/commit/abb569eb4deedddb14579b0f3b90ab685e92481f))
17+
* **cli:** allow for overriding the path and method ([b80759b](https://github.com/freakyfelt/yet-another-json-rpc/commit/b80759b1cee6feb2e271b127eb9bd2160f2c5fb9))
18+
* **cli:** allow for overriding the status code and description ([9b26c16](https://github.com/freakyfelt/yet-another-json-rpc/commit/9b26c1673bb8600499b45152ec759bce12e0f0a9))
19+
* **cli:** Allow for parameter fields to be overridden ([ce96d4c](https://github.com/freakyfelt/yet-another-json-rpc/commit/ce96d4c7e4220e3a12228896d041dde56bc60d23))
20+
* **cli:** shallow merge OAS paths ([39696b1](https://github.com/freakyfelt/yet-another-json-rpc/commit/39696b1314ca25833ac2dbc1cc3b7a23591c41ab))
21+
22+
23+
### Bug Fixes
24+
25+
* **cli:** allow for not specifying query or mutation operations ([2d05435](https://github.com/freakyfelt/yet-another-json-rpc/commit/2d05435e6de23752cf4e929d844feeaa24be35d9))
26+
* **cli:** deep merge provided OpenAPI paths ([43fc1e2](https://github.com/freakyfelt/yet-another-json-rpc/commit/43fc1e262e8fd3fa2b18a5e15a573cebecdc7923))
27+
* **cli:** drop redundant package-lock.json ([980ca8a](https://github.com/freakyfelt/yet-another-json-rpc/commit/980ca8ab5a0554bfd48d03e6e7107a9538904af6))
28+
* **cli:** execute all tests; fix broken tests ([1cea5e5](https://github.com/freakyfelt/yet-another-json-rpc/commit/1cea5e537003d27bc2bc4c3a571cc07282b2f425))
29+
* **workspace:** move package dependencies to package ([9a9dfc8](https://github.com/freakyfelt/yet-another-json-rpc/commit/9a9dfc82d8c692832f3a13cfd2f09b715aad255e))
30+
31+
32+
### Code Refactoring
33+
34+
* simplify down to an OAS 3.1 extension ([aef9afc](https://github.com/freakyfelt/yet-another-json-rpc/commit/aef9afc88f9b26c84447cafb88132e554a4681c3))
35+
336
## [1.0.1](https://github.com/freakyfelt/yet-another-json-rpc/compare/[email protected]) (2023-07-03)
437

538

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakyfelt/yarpc-cli",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"description": "Yet Another JSON RPC CLI",
55
"keywords": [],
66
"author": {

0 commit comments

Comments
 (0)