Releases: stripe/stripe-cli
v0.2.7
v0.2.6
Changelog
0e8c9d4 Add -v flag for version (#73)
e61c6cb Add code for parsing the OpenAPI spec (#68)
a073802 Add support for forwarding Connect events to separate route (#82)
e7e6a83 Call resp.Body.Close everywhere (#69)
2ffb75c Convert syscall.Handle to int for Windows builds (#83)
f0887ec Lint fixes (#70)
c8ac25c Make the status icons more suble (#74)
ef36972 Merge endpoint package into proxy package (#78)
bc857f4 Replace endpoints map with list of endpoint routes (#79)
5e8ad17 Tweak OpenAPI spec embedding (again) (#67)
3661887 Update installation instructions (#66)
d2c89f3 Use golangci-lint for linting (#71)
v0.2.5
v0.2.4
Changelog
1a8e9e9 Add pre-install commands for travis (#59)
e2d8a5a Add status command (#53)
00283b1 Add tools package (#58)
7f2afb8 Add warning message for keys that'll expire (#55)
115c877 Don't require vfsgen to be installed (#62)
8fd6b47 Embed OpenAPI spec in the CLI (#49)
80e7c6d Fix VSCode settings (#61)
d83fa9b Generalize websocket event type (#52)
ed3d5b7 Move request parameters inside Base struct (#48)
bb9cede Refactor Profile and CLI Configuration (#19)
c66cc36 Remove go generate from goreleaser/travis build (#64)
443809b Run go generate (#63)
a8afb5f Set GOBIN and PATH env vars (#60)
68128d5 Websocket generalization for feature specification (#54)
v0.2.3
Changelog
346fa95 Add beta byline in the readme file (#41)
9c80439 Add more feedback templates (#42)
d63c1bd Add verbose transport (#35)
9f8271e Fix expand support (#33)
e263566 Fix missing word
81e1797 Revert "Add more feedback templates (#42)" (#45)
c0f0c14 Truncate body and headers in webhook responses (#34)
de09c01 Update issue templates (#44)
f1da8e9 Update issue templates (#46)
v0.2.2
v0.2.1
Changelog
5244cae A few fixes to README.md (#29)
bd0c791 Add feedback command (#20)
20bda9c Add terminal restoration on ctrl-c during interactive login to prevent hidden text (#26)
26f2889 Convert request data to use user provided ordering (#22)
1d7307f Create deb and rpm packages and publish scoop bucket (#28)
3011ad2 Improve documentation inside the CLI (#21)
1c93e79 New client for Stripe requests (#18)
4795764 Prefers http package consts instead of raw strings for HTTP methods (#24)
8abbda4 Refactor requests package code to be a little cleaner (#14)
2eaa253 Update .goreleaser.yml (#16)
a029628 Update table of contents for login command (#17)
cd17d0f [README] Makes a few small small changes to the README (#23)
v0.2.0
Changelog
999b591 Allow restricted API keys (#8)
5c6065e Fix login test (#12)
465acef Implement getLinks() to kick off the login flow (#6)
4016f72 New login configuration flow (#7)
9b25dbc New project layout (#9)
bfe3bd6 Prettier login (#13)
5cd37a7 Update README and fix interactive prompt (#15)
ef548c8 stripe login: poll for api key (#4)