Commit fa33ae8
committed
chore(release): 1.0.0 [skip ci]
# 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))1 parent b3fc8c2 commit fa33ae8
1 file changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments