Skip to content

Releases: gobuffalo/fizz

v1.3.1

15 Dec 08:28
Compare
Choose a tag to compare
  • Add Fizz and UnFizz for Table (#37)
  • Bump version

v1.3.0

05 Dec 06:53
0732b67
Compare
Choose a tag to compare
  • Add MariaDB support (#25)

v1.2.0

29 Nov 19:10
df16e09
Compare
Choose a tag to compare
Support float precision fixes #8 (#36)

* Support float precision fixes #8

* Fix fixmie issues

* Fix bad comment formatting

v1.1.3

15 Nov 20:59
8ac5462
Compare
Choose a tag to compare
Fix doc about auto-generated ID (#35)

The ID column is no longer auto-generated.

v1.1.2

11 Nov 18:57
Compare
Choose a tag to compare
Fix typo in meta query for SQLite

v1.1.1

10 Nov 21:21
15dd03c
Compare
Choose a tag to compare
Remove sqlx dep (#31)

* Remove sqlx dep

* Use std lib sql instead.
* Replace PRAGMA queries with selectable versions, to ensure the columns order.

* Fix Scan error on table name

v1.1.0

10 Nov 20:26
Compare
Choose a tag to compare
MS Sql Server  support (#1)

* add ms sql server support

* add sql srv to docker-compose and database.yml

* fix tests

v1.0.16

01 Nov 08:37
c5c75a8
Compare
Choose a tag to compare
 Fix MySQL tests and add trap cleanup for test.sh  (#32)

* Fix MySQL tests and add trap cleanup for test.sh

* Fix comment formatting

v1.0.15

29 Oct 19:43
Compare
Choose a tag to compare
version bump: v1.0.15

v1.0.14

25 Oct 09:47
Compare
Choose a tag to compare
  • Fix MySQL version check (#29)