In this release, we add a documentation and examples page and start refactoring.
Added
- We have added a documentation page; the documentation page links to the API documentation and includes a couple of examples.
Changed
- We have updated the example ENV file.
- We have renamed a couple of our helper conversion/validation classes and moved them to a new namespace.
- We have made a minor content tweak on the landing page; the documentation button is in another section.
- We have updated and relocated our validation classes; the validation classes are now part of the `App\Request\Validate` namespace.
- We have reworked our summary controllers; we have removed some code duplication and added additional error checking.
Fixed
- Incorrectly assuming the result will be an array with at least one value.