Skip to content

Releases: rpearce/httpwut

v0.1.0

18 Oct 02:58
v0.1.0
bbb6693
Compare
Choose a tag to compare

Changelog

  • 8abc6b6 Add HTTP Status Dogs option to open in browser and add missing HTTP codes
  • ec75f67 First commit with all the codez
  • c82c1d3 Handle usage scenarios better
  • 72b8a59 Initial commit
  • 6120213 Merge pull request #1 from rpearce/cobra
  • 947324e Mostly move code around to make it grouped better
  • 29658d4 Move help flag determination to function and make it easy to add more cmds if we want
  • 61931d7 Not exactly sure when to use string consts vs not, but I'm currently keeping the repeated ones
  • e504e56 Refactor
  • 241fadc Refactor further to remove extra Map O(1) lookup
  • b71ff60 Remove unused Name() StatusCommand fn
  • e0a6372 Slightly better error handling and using flag.Arg(0) over os.Arg(0)
  • cf44b67 Support HTTP cats, too - why not?
  • 12a25c5 Update README to account for cobra-cli
  • ab3f9e0 Update usage to go up to 511 and update README with some info
  • 2ddde46 Use cobra-cli instead of flags pkg
  • 26363dc Why loop with O(2n) when you can basically O(1)?
  • 56ca775 english is hard
  • bbb6693 goreleaser config
  • 7975032 satisfy the VSCode suggestion gods