Skip to content

Releases: gobuffalo/suite

v4.0.4

15 Feb 14:26
v4.0.4
4a8d1b4
Compare
Choose a tag to compare

What's Changed

  • make it up to date with recent versions by @sio4 in #92

NOTE: this version will be the last version that supports go 1.16.

Full Changelog: v4.0.3...v4.0.4

v4.0.3

13 Jul 10:23
Compare
Choose a tag to compare

What's Changed

  • preparing go1.18 support by @sio4 in #67
  • and clean up module dependencies

Full Changelog: v4.0.2...v4.0.3

v4.0.2

24 Nov 21:40
8ed19b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

24 Nov 21:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

23 Nov 02:43
3aa91fa
Compare
Choose a tag to compare

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

06 May 22:37
Compare
Choose a tag to compare
  • 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

06 May 20:52
5c761b3
Compare
Choose a tag to compare
  • 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.0.2

27 Jan 21:51
Compare
Choose a tag to compare
moving the version down so it does not require latest version of buffalo

v3.0.1

27 Jan 21:44
947a39b
Compare
Choose a tag to compare

Updating dependencies.

v3.0.0

23 Mar 21:25
6b92115
Compare
Choose a tag to compare
Merge pull request #36 from gobuffalo/task-v3-mods

Task v3 + pop v5 + mods + github actions