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