Skip to content

Commit fa33ae8

Browse files
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

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# 1.0.0 (2021-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* don't print success message if outputting to stdout ([adbc72c](https://github.com/xops/openrpc-cli/commit/adbc72cab76b0bdb726ce7fb1eaff87fa37298da))
7+
* don't use `process.exit` to exit program ([7d98a77](https://github.com/xops/openrpc-cli/commit/7d98a77312f1921375332a6ca1b5ef291727087c))
8+
* linting ([3394f9e](https://github.com/xops/openrpc-cli/commit/3394f9ea47a07773a7144d05d340eed1c7d812d7))
9+
* properly resolve URL on the 'inspect' command ([0b1f58f](https://github.com/xops/openrpc-cli/commit/0b1f58ff2d01671d2b9555b1709d9b9115afcd21))
10+
* resolve file paths correctly ([0f8a3ef](https://github.com/xops/openrpc-cli/commit/0f8a3efdfc6a10940e759ee4163a77061cdbb199))
11+
* resolve the output file path correctly ([41fa971](https://github.com/xops/openrpc-cli/commit/41fa97113bb099483c32e50c06d706af101629ae))
12+
* update meta-schema + add circleci configs ([b9b47dd](https://github.com/xops/openrpc-cli/commit/b9b47dd76c64974d242f76de7bea34aa4c658c25))
13+
14+
15+
### Features
16+
17+
* add OpenRPC parser ([864b1b7](https://github.com/xops/openrpc-cli/commit/864b1b75c9c526ebe44e8fc5e6d9351d10f4a2a1))
18+
* add OpenRPC validator ([f1a1a36](https://github.com/xops/openrpc-cli/commit/f1a1a365d595f85f100741f5fcd00a4c3f1bfc6f))
19+
* add support for bundling YAML files ([4954e89](https://github.com/xops/openrpc-cli/commit/4954e89d17178f45362467b212a293fe9bc2e7e7))
20+
* add support for YAML when validating and inspecting ([80a6c0d](https://github.com/xops/openrpc-cli/commit/80a6c0dad820c6835083d8c316963825923fc88a))
21+
* add the 'format' flag on 'bundle' ([4888e78](https://github.com/xops/openrpc-cli/commit/4888e78b92cdd603c9cc99f599fd5cb9d2245a47))
22+
* add the 'substitute' flag on 'bundle' ([ceaeabe](https://github.com/xops/openrpc-cli/commit/ceaeabe63e7999d180478ffcbf37112c954d86ef))
23+
* add the ability to repeat calling methods ([299e0e5](https://github.com/xops/openrpc-cli/commit/299e0e52584b7b90d0136066cc0f08d897377c82))
24+
* add web socket support on the CLI inspector ([5b2292e](https://github.com/xops/openrpc-cli/commit/5b2292eafbc6162bd5c0a7425bb485bac2f18759))
25+
* apply syntax highlighting on JSON RPC response ([88636e2](https://github.com/xops/openrpc-cli/commit/88636e2d04bf9904288f57f75c5dfa864c28812e))
26+
* change output format based on output file extension ([9ffe3a6](https://github.com/xops/openrpc-cli/commit/9ffe3a653f40c9e2043ccddf4d749698878ddcf5))
27+
* implement command line inspector ([b1a4a90](https://github.com/xops/openrpc-cli/commit/b1a4a90d1eb88f7621f766c9f4259cc83d599144))
28+
* implement OpenRPC bundling ([afc5c0d](https://github.com/xops/openrpc-cli/commit/afc5c0d47fb0670a7472af17f5310ad33bdfaa15))
29+
* implement OpenRPC validation ([f7da6ef](https://github.com/xops/openrpc-cli/commit/f7da6ef87c9eefa997f180298dedc1ae20bf5ffd))
30+
* output styled strings ([b9c6038](https://github.com/xops/openrpc-cli/commit/b9c6038a73e5b44c277d17dfa8a0797863b63001))
31+
* print to stdout if the 'output' flag is not provided ([ea2a9a3](https://github.com/xops/openrpc-cli/commit/ea2a9a37fb4632509ca46d37be8396a54eb6d924))
32+
* use `console.table` to display validation errors ([3c95e42](https://github.com/xops/openrpc-cli/commit/3c95e422aace51641249ad5a31db7e1b0b55ba80))
33+
* use a 'confirm' prompt when an output file already exists ([df9090c](https://github.com/xops/openrpc-cli/commit/df9090c5938eda35d65c0559ed3820adf80944e5))

0 commit comments

Comments
 (0)