Skip to content

Releases: gobuffalo/pop

v4.5.1

18 Apr 15:40
Compare
Choose a tag to compare

Changelog

97d8d8c version bump
a8b24dc Fix a regression with migrations (#69)
8d249c6 README cleanup


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.5.0

16 Apr 18:55
Compare
Choose a tag to compare

Changelog

f3c6f37 version bump
6bd7630 Add migration table name option (#60)
4f62567 Pop Eager Creation (#14)
8745d21 add flag to choose the type of migration file (#63)


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.4.0

13 Apr 22:20
Compare
Choose a tag to compare

Changelog

0b56be1 version bump
5f09ca7 Allow migrations to target a specific database (#62)
5fd1842 some README updates


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.3.1

04 Apr 16:26
Compare
Choose a tag to compare

Changelog

dc1f230 version bump
dd4dab1 Allow to set max idle conns from config (#52)
9c381f6 handle complex As in buildColumns (#20)
d9d23a1 Document the need to use -tags sqlite for sqlite support (#39)
d620a94 Update README.md (#37)


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.3.0

20 Mar 15:48
Compare
Choose a tag to compare

Changelog

d11f917 version bump
efb39a2 Merge pull request #36 from go-saloon/issue-967
429dd34 fizz/translators: add missing NOT NULL in expected schema
03adbd9 fizz/translators,soda/cmd/generate: add support for BLOB


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

V4.2.3: Merge pull request #34 from smlrepo/master

18 Mar 15:37
a5f321e
Compare
Choose a tag to compare

v4.2.2

15 Mar 18:34
Compare
Choose a tag to compare

Changelog

cb44fc0 version bump
cbe993d Merge pull request #31 from gobuffalo/fix-postgresql-urlwithoutDb
cea8fbd Fix issue with postgresql urlWithoutDb


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.2.1

13 Mar 15:52
Compare
Choose a tag to compare

Changelog

7bebeda version bump
2cbfb90 Merge branch 'master' of https://github.com/gobuffalo/pop
d85be8b improved scope docs
7980e4a Merge pull request #18 from trevrosen/more-scope-doc
c61488d Merge branch 'master' into more-scope-doc
8e87bee Merge pull request #26 from gobuffalo/expose-callback-interfaces
165f07e expose the callback interfaces to make it clearer how they work
3d0b4e9 Merge branch 'master' into more-scope-doc
8e5ef0f Expand Scope example to show chaining


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.2.0

12 Mar 16:04
Compare
Choose a tag to compare

Changelog

cb2f913 version bump
7644b5c Merge pull request #24 from glb/support-bigint-primary-keys
f12c057 Merge pull request #6 from alexsante/mysql-add-column-before-or-after
51ccca1 Merge branch 'master' into mysql-add-column-before-or-after
281a65a fizz/translators: support bigint primary keys in postgres
c6bcdcf Merge pull request #15 from stangah/ps-belongs-to-name
41d4074 Changes field name in test data migration
043d3b2 Removes nested association from belongs_to_association tests
069096f Fixes Pop tests for new belongs_to naming
fc58739 BelongsTo uses field name instead of type for ID field
42f907c Pull Merge
e114bbb Added first option to AddColumn
8f9f67c Merge branch 'master' into mysql-add-column-before-or-after
fe640bd Merge branch 'master' into mysql-add-column-before-or-after
885f8ed Merge branch 'master' into mysql-add-column-before-or-after
0866b59 Merge branch 'master' into mysql-add-column-before-or-after
19ec543 Removed BEFORE option since it's not valid in MySQL. Columns can only be placed AFTER another column.
05a0145 Added sqlite test back in
2c98ad9 Removed the sqlite test case as it is no longer included in buffalo
3a4b7a9 Fixed Options references in AddColumn
c77e4af This commit provides mysql migrations the ability to add a column before or after another column


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v4.1.0

06 Mar 17:00
ca27fce
Compare
Choose a tag to compare

Changelog

ca27fce Merge pull request #12 from gobuffalo/fix-tests
e3f0d3b run go test with the -tags sqlite flag
382cc04 lol - numbers as strings
4a77242 fixed broken tests
7320198 fixed travis
bfb96e8 version bump
3536dd0 Merge pull request #8 from larrymjordan/inner-associations
5b82456 Update README.md
a2e3ded sync nested associations with current pop package state
595376e Merge branch 'inner-associations' of github.com:larrymjordan/pop into inner-associations
febb493 Merge branch 'master' into inner-associations
6d6dee9 Merge branch 'master' into inner-associations
5323a93 add nested tests to belongs_to
6760b9f [Refactor] use composition for InnerAssociations() function
54b736d add format validation for eager fields passed into AssociationsForStruct function
5f8b68f add eager loading with inner associations for slice, arrays and struct associations type
cca8281 add inner associations support


Automated with GoReleaser
Built with go version go1.10 darwin/amd64