With this release I've added five new functions:
I also started using aproba to add some quick and easy validation to functions.
Some of the syntax has changed due to adhering to POLITICO's new code style.
Finally, I've changed the base branch to main. If you have a local copy of this on your computer run the following commands to get things synced up (from xUnit.net on Twitter):
$ git checkout master
$ git branch -m master main
$ git fetch
$ git branch --unset-upstream
$ git branch -u origin/main
$ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
(Or you can just delete it, and re-clone)