Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@harrybrwn harrybrwn released this 11 Jun 11:03
· 1 commit to master since this release

Release Notes

  • Addresses are now handled with the apizza address command and apizza --address flag. The address object in the config file is now deprecated.
  • Better completions. Also now supporting fish.
  • Support for yaml in the config file
  • yaml is now default for config files
  • Doing my best to make the cart command easier to use.
  • Tons of bug fixes..
  • If all goes well with the new release system, you should be able to run brew install or snap install to install apizza.
  • Added some color to the command line output.

Developer Notes

  • Added the cmd/cart package to try to make the cart command cleaner and easier for users.
  • Lots of code has been moved around and re-organized.