v3.1.0-beta
- Moves UUID dependency back to
gofrs/uuid
as other Buffalo libraries - Fixes an issue with subtests when the parent tests fails.
- Changes the way we clear DB on the model to gain control over how to do it.
- Postgres uses
DELETE
now to clear the DB.
- Postgres uses