Skip to content

Tags: jani123/fizz

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Composite primary keys (gobuffalo#47)

* WIP composite primary keys

* Add tests for t.PrimaryKey()

* Add composite primary key support in translators

* Fix remaining issues

* Add doc about composite primary key

* Change primaryKey field name to primaryKeys

This way it matches the getter name.

v1.6.1

Toggle v1.6.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v1.6.0

Toggle v1.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v1.5.1

Toggle v1.5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Version bump

v1.5.0

Toggle v1.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
version bump: v1.5.0

v1.4.1

Toggle v1.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v1.4.0

Toggle v1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v1.3.1

Toggle v1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add MariaDB support (gobuffalo#25)

* Add MariaDB support

* Add missing files

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support float precision fixes gobuffalo#8 (gobuffalo#36)

* Support float precision fixes gobuffalo#8

* Fix fixmie issues

* Fix bad comment formatting