Releases: gobuffalo/pop
v4.5.1
v4.5.0
v4.4.0
v4.3.1
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
V4.2.3: Merge pull request #34 from smlrepo/master
Fix import in fizz.
v4.2.2
v4.2.1
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
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
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