Releases: xops/openrpc-cli
Releases · xops/openrpc-cli
1.0.2
1.0.1
1.0.0
1.0.0 (2021-03-15)
Bug Fixes
- don't print success message if outputting to stdout (adbc72c)
- don't use
process.exit
to exit program (7d98a77) - linting (3394f9e)
- properly resolve URL on the 'inspect' command (0b1f58f)
- resolve file paths correctly (0f8a3ef)
- resolve the output file path correctly (41fa971)
- update meta-schema + add circleci configs (b9b47dd)
Features
- add OpenRPC parser (864b1b7)
- add OpenRPC validator (f1a1a36)
- add support for bundling YAML files (4954e89)
- add support for YAML when validating and inspecting (80a6c0d)
- add the 'format' flag on 'bundle' (4888e78)
- add the 'substitute' flag on 'bundle' (ceaeabe)
- add the ability to repeat calling methods (299e0e5)
- add web socket support on the CLI inspector (5b2292e)
- apply syntax highlighting on JSON RPC response (88636e2)
- change output format based on output file extension (9ffe3a6)
- implement command line inspector (b1a4a90)
- implement OpenRPC bundling (afc5c0d)
- implement OpenRPC validation (f7da6ef)
- output styled strings (b9c6038)
- print to stdout if the 'output' flag is not provided (ea2a9a3)
- use
console.table
to display validation errors (3c95e42) - use a 'confirm' prompt when an output file already exists (df9090c)