Releases: gobuffalo/suite
Releases · gobuffalo/suite
v4.0.4
v4.0.3
v4.0.2
What's Changed
- Bump actions/stale from 3 to 4 by @dependabot in #47
- Remove incorrect dependency by @fasmat in #48
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
What's Changed
- Fix sub test error: called FailNow on a parent test by @breml in #41
- Reverts to use uuid v3.2.0-incompatible as the rest of the buffalo libraries. by @paganotoni in #43
- Task postgres delete by @paganotoni in #44
- Way to V4: replace packr/packd with io/fs by @fasmat in #45
New Contributors
Full Changelog: v3.0.2...v4.0.0
v3.1.0-beta.2
- 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.
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
v3.0.2
moving the version down so it does not require latest version of buffalo
v3.0.1
Updating dependencies.
v3.0.0
Merge pull request #36 from gobuffalo/task-v3-mods Task v3 + pop v5 + mods + github actions