Skip to content

Releases: gobuffalo/pop

v4.6.9

24 Aug 21:12
Compare
Choose a tag to compare

Changelog

92dbc1c Bump version
616f51c Fix Anko converter (#218)

v4.6.8

21 Aug 21:52
Compare
Choose a tag to compare

Changelog

982204f Bump version
51b57d1 Fix test fizz migrations to include an ID (#214)

v4.6.7

21 Aug 20:33
Compare
Choose a tag to compare

Changelog

ea58889 Bump version
1ebd0c4 Fix 212 (#213)

v4.6.6

18 Aug 15:50
Compare
Choose a tag to compare

Changelog

97cff08 Bump version
309dd7a removes go module support (#209)

v4.6.5

16 Aug 20:06
Compare
Choose a tag to compare

This version is a patch release for the v4.6.x series. It fixes an issue with the auto-conversion from old anko-style fizz patches, when you use backticks "`".

Changelog

a2bbccb Bump version
7bb8730 Remove backticks rewriter from Anko converter (#201)
d38e782 updated deps (#203)

v4.6.4

10 Aug 20:33
Compare
Choose a tag to compare

This version is a patch release for the v4.6.x series. It fixes a problem with Go modules.

Changelog

9f8bf0c Bump version
76471b9 moved tests from pop_test to just pop (#200)
be45101 Add code of conduct
8ea6f1e Add ISSUE_TEMPLATE
253c1bb updated deps

v4.6.3

06 Aug 17:09
Compare
Choose a tag to compare

This version is a patch release for the v4.6.x series. It removes a hard dependency on a vendored Markdown package.

Changelog

f7f4e88 Bump version
8273569 this removes the dep on the bad md package that needed vendoring (#197)

v4.6.2

26 Jul 20:45
Compare
Choose a tag to compare

This version is a patch release for the v4.6.x series. It fixes a memory leak, and migrates Cockroach driver to the new common load schema system.

Changelog

c0faa0f Bump version
2e44253 Fix prepare memory leak (#178)
34f163a Use generic load schema for Cockroach (#179)
35ad64c Fix dead links to Fizz documentation (#172)
18ac907 Back to development

v4.6.1

10 Jul 05:48
Compare
Choose a tag to compare

This version is a patch release for the v4.6.x series. It fixes a bug in the upgrader to Fizz new syntax.

Changelog

9936c00 Bump version
ebc8949 Fix fizz upgrader (#165)
272d02c Reset version to development

v4.6.0

06 Jul 18:30
Compare
Choose a tag to compare

Changelog

d450dce Merge branch 'development'
51a3a41 Improve MySQL collation test cases (#162)
755b893 Add string ID support for Create (#163)
2cc5a84 Fix MySQL collation parsing from DSN (#159)
ad2320c Improve Travis conditions (DB create & migrate only for current dialect) (#160)
9ed63a7 Fix Fizz model generator (#158)
55acd22 Merge master into development (#157)
0b6e9f8 Fix linting issues and add console warning for deprecations (#153)
40f7185 Fix #151: ensure the migration file name starts with a number (#152)
efd33a6 Merge master into development (#147)
f7b3819 Fix #21: Handle encoding for MySQL (#135)
8b870c4 [Fix] load all inner associations for every element when loading with All query method (#124)
05d10c2 Fix #66: Double schema.sql and different env behavior (#133)
86b19b0 Add the reset command (#120)
77d61d8 Merge master into development (#131)
1098ad4 Generify LoadSchema (at least for MySQL and PostgreSQL for the moment) (#127)
d8ba1ae Migrate MySQL LoadSchema to not depend on native client (#125)
4bfc562 added test for eager for rawquery, fix rawquery to include paginator (#98)
0a83b31 Flip brackets and parens on ActiveRecord link (#121)
232efba Fix gometalinter issues (#117)
c1671b2 adds a go.mod file (#115)
478a425 use capital letters for docker keyword (#119)
17a9e8a Require that file names end in .sql or .fizz (#118)
3262cc1 Sets attribute generator to use the provided form instead of singularized form (#113)
9d26c1b Replace SQL COUNT call for Exists with SQL EXISTS (#108)
00008ec adding doc to Clone (#107)
8dfd632 Setup for development