Releases: bianchidotdev/yahr
Releases · bianchidotdev/yahr
v0.1.2
v0.1.1
v0.1.0
v0.0.4
Changelog
- 2cd9168 Add test for cmd request list
- ee591c2 First happy path test
- 76052ba Fix flag ordering in readme
- 45921e4 Fix test typo
- 013534b Merge pull request #2 from michaeldbianchi/path_param_support
- 05af6c5 Parallelize tests
- cbbaa96 Rename common to core
- 3abcc0a Revert parallel testing
- 9e9d5aa add in working copy of path param support
- 436de9a add support for env var config file and update readme
- 9a90d69 add tests for run command
- f4d41a0 check off mvp item
- 62fd8a0 continue adding tests
- 42ee85a working draft of path params
v0.0.3
Changelog
- ae64cb2 Add support for POST
- b343362 Add support for env vars in config
- 4b7a4ae Implement query param support
- bf605e7 Merge branch 'group_based_config'
- 5d24953 Merge pull request #1 from michaeldbianchi/group_based_config
- acadc57 Replace cobra with urfave/cli/v2
- 632a4b7 Update readme
- 9ae8337 Update readme
- a926990 Validate http method and prove support for put, patch, and delete
- 5ba9c68 add mvp feature roadmap
- a57e6f2 update readme with new spec and usage
- 0c702b9 update thoughts on roadmap
v0.0.2
v0.0.1
Changelog
- dde7081 Create go.yml
- 73bd7fc Initial commit
- ba0045a add deps caching
- 85d57a8 add proposed spec
- f8d1035 add todo list, implement crappy version test, rename config file
- 01e80fb fix go vet error
- dfaeb51 fix note syntax
- f8e8961 go mod tidy
- 99d1fc2 implement barely functional run
- ea0287a implement requests list
- 1880e40 init yahr
- 58710ce remove unused var
- f399f60 touch up cli handling
- b23fda0 tweaks + more sophisticated versioning
- e2ea2c5 update installation instruction