Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Releases: gobuffalo/buffalo

v0.13.0

15 Oct 16:21
Compare
Choose a tag to compare

Changelog

0ff7229 generated goreleaser
5c8a40b version bump: v0.13.0

v0.13.0-rc.3

15 Oct 15:15
Compare
Choose a tag to compare
v0.13.0-rc.3 Pre-release
Pre-release

Changelog

cea9617 Array already has time.RFC3339 const (#1345)
405f449 Merge branch 'master' into 0130rc3-branch
b691efd Typo philosophies (#1372)
49b97f8 V0.12.7 (#1349)
f06aa57 emit app with route, not req (#1366)
63f518e exposes the mux.Router on the application (#1356)
67e56d7 fixed tap
fac9bb5 fixes broken Dockerfile.build on master
4d7b03a generated goreleaser
5270b9f generated goreleaser
f1f1f14 generated goreleaser
f45656f generated goreleaser
edb42b6 removes printlin for mods; it breaks plugin
bd1f6ca updated deps
7144abc updated deps
2b93e85 updated pop to fix missing template error (#1373)
70779f0 version bump: v0.12.7
48915a8 version bump: v0.12.8
0ec9cdf version bump: v0.13.0-rc.3

v0.12.8

14 Oct 20:31
Compare
Choose a tag to compare

Changelog

fac9bb5 fixes broken Dockerfile.build on master
4d7b03a generated goreleaser
2b93e85 updated pop to fix missing template error (#1373)
48915a8 version bump: v0.12.8

v0.12.8-rc.1

14 Oct 20:00
Compare
Choose a tag to compare
v0.12.8-rc.1 Pre-release
Pre-release

Changelog

fac9bb5 fixes broken Dockerfile.build on master
ecd1e70 generated goreleaser
c203301 updated pop to fix missing template error
34eb872 version bump: v0.12.8-rc.1

v0.13.0-rc.2

09 Oct 18:25
Compare
Choose a tag to compare
v0.13.0-rc.2 Pre-release
Pre-release

Changelog

bf5d77a *fixes invalid formatting (#1362)
0b3a5bf Better handle errors display as JSON or XML (#1351)
1cd0d04 Extracting module name from go.mod (#1354)
8520ec0 Make install now pulls deps first (#1360)
3ceb2bc Merge master (#1352)
2365c0c adds a top level package doc (#1357)
dcc5d1f generated goreleaser
3d4c116 make sure to skip _foo folders for buffalo fix (#1346)
e1b0d91 merges v0.12.7 into development (#1350)
c517746 reset dev version
41a5ac2 updated deps (#1364)
d07dae6 version bump: v0.13.0-rc.2

v0.12.7

03 Oct 19:53
Compare
Choose a tag to compare

Changelog

49b97f8 V0.12.7 (#1349)
67e56d7 fixed tap
f1f1f14 generated goreleaser
5270b9f generated goreleaser
70779f0 version bump: v0.12.7

v0.12.7-beta.1

03 Oct 14:54
Compare
Choose a tag to compare
v0.12.7-beta.1 Pre-release
Pre-release

Changelog

ec0436e Update Bootstrap version
58fccdc fixed releaser template
268c048 generated goreleaser
490fc80 generated goreleaser
7ce3e07 update Dockerfile and Makefile; removed go.*
bb03b51 updated to use release
faea11e version bump: v0.12.7-beta.1
81f14e1 version bump: v0.12.7-rc.1

v0.13.0-rc.1

01 Oct 19:25
Compare
Choose a tag to compare
v0.13.0-rc.1 Pre-release
Pre-release

Changelog

939bbac Auto Render not correctly redirecting POST/PUT on resource if using it in group #1299 (#1332)
bfe7fc4 Builds with buffalo dev drop sqlite tag on syntax error fixes #1302 (#1330)
5923cab Feature update packages (#1282)
426c84d Skip -i flag in go build if modules are enabled (#1337)
6cde665 adds a couple of new constructors for Message, including New(*buffalo.App). this fixes #1296 (#1338)
a22bbce after package.json.tmpl was changed, packr wasn't run to updated the (#1336)
9a57be6 buffalo fix will now install required tools, such as plugins, when run (#1334)
137b670 build (buffalo build) failing fixes #1323 (#1331)
f83d8b6 fixes DELETE not working properly for nested resources with render.Auto (#1342)
00c45cc generated goreleaser
8fac2c0 goreleaser updates Homebrew tap with beta version releases fixes #1340 (#1341)
e09c274 index/show pages fail with resource named 'post' fixes #1199 (#1343)
e56fdc3 reset version
e9e7068 set the version for the docker image when generating a new app (#1327)
39480b2 this changes the RegisterCustomDecorder func to RegisterCustomDecoder (#1339)
24cb538 this removes the misleading BUILD CANCELLED message (#1333)
8c81e85 version bump: v0.13.0-rc.1

v0.13.0-beta.2

24 Sep 17:47
Compare
Choose a tag to compare
v0.13.0-beta.2 Pre-release
Pre-release

Changelog

a3e38be Do not join absolute paths on build messages (#1294)
ae0038b Fix WorkerStop event and add WorkerStart event (#1318)
75f58c3 Fix error texts (#1317)
103e0ce Fix the alpine-based Docker image (#1297)
131515d adding charset=utf-8 to Content-Type header for html documents (#1314)
4c0665b adds consts for events (#1315)
9fd04c9 cleaned up to use better events helper methods
01958bf currently the Dockerfile.build is broken because it isn't install the (#1306)
a75e7bc does a better job of rebranding refresh: events as buffalo:dev: events (#1321)
45cf96e emit better payloads (#1311)
9bd87bf fixed a cast issue and some issues with go mods (#1320)
b9bf961 fixes failing tests on travis (#1308)
197ef54 implements an event system for Buffalo (#1305)
18a785a improve deprecation notices (#1307)
93538a2 makes sure that both Dockerfile.build and Dockerfile get the latest (#1313)
3314bc5 reset version back to development
7921bc3 see russross/blackfriday#491 (comment) (#1319)
5569c4b this re-brands refresh events as buffalo:dev events. it also fixes a (#1309)
4cc60cf updated events (#1316)
c9861ae version bump: v0.13.0-beta.2

v0.13.0-beta.1

17 Sep 21:45
Compare
Choose a tag to compare
v0.13.0-beta.1 Pre-release
Pre-release

Changelog

f422fff Add Homebrew goreleaser configuration (#1288)
81d5d51 Add Lookup(name string) (*RouteInfo, error) to RouteList (#1163)
b75be66 Add XML header with version and encoding when rendering an XML response (#1198)
c413348 Add a build tag to guard integration tests (#1225)
1e41ace Add an integration test for buffalo version command (#1214)
8a887b4 Add destroy command for mailers (#1279)
b001c7e Add nominal new app integration test (#1219)
686cf12 Add test cases for binding parseTime
9df2fa4 Add txt for templates (#1117)
cf5ca8f Add txt for templates (#1117)
50dc863 Add txt for templates (#1117)
9cdfd32 Adding "BUFFALO_PLUGIN_TIMEOUT" option. (#1104)
bab0d22 Always display the version of pop/plush/other libraries used sort of (#1194)
c0369de Appveyor Fixes (#1274)
1fb0a06 Avoiding running schema from test db (#1284)
1b7f12b Change 'You application' to 'Your application' in log on build success (#1243)
7b02e4c Clear flashes when using redis (#1141)
1d00171 Create CODE_OF_CONDUCT.md (#1202)
6a45b47 Default error handler content type fixes #1150 (#1195)
a906704 Deprecate internal middlewares (#1207)
caeb5a5 Disable status checks on codecov for now (#1249)
0e29956 Dockerfile improvements: Add an alpine variant and refactor (#1132)
5aa5ea1 Ensure no buffalo deps are updated using buffalo new (#1236)
20864cd Ensure the logger_formatter is compatible with appengine (#1231)
79b311b Fail if github username can't be found (#1295)
6aa9514 Fix #1182: App.Serve() log used Host instead of Addr (#1183)
d02636d Fix buffalo-pop path (#1292)
5eb2603 Fix middlewares on update (#1259)
749ecba Fix popper.js warning (#1185)
3e240fe Fix soda GenerateConfig deprecation (#1166)
8ced951 Fix some minor typos in main.go comments (#1260)
a6e42ce Generify logrus usage (#1187)
39e5c7e ISSUE-856 Added SetWithPath cookie method (#1196)
11176cf Improve the issue template (#1220)
737ccc2 Interpret the hour portion of the time in 24-hour mode if the format doesn't include AM/PM designation
b5d977c Link to slack channel in contributing guidelines (#1265)
56da45a Make PR behaviour clearer (#1076)
9fc9767 Make the --config flag of buffalo new command use the config file (#1119)
a38013c Merge branch 'development' into defective-binding-time-format
16b9e07 Merge branch 'development' into defective-binding-time-format
20d9922 Merge branch 'development' into middleware-aliases
74c56b6 Merge branch 'development' into middleware-aliases
4453b4e Merge branch 'development' into typescript
10b950e Merge branch 'development' into typescript
2a22e28 Merge branch 'development' into typescript
285404e Merge branch 'development' into typescript
dbca480 Merge branch 'development' into typescript
8659b8d Merge branch 'development' into v0.13.0-beta.1-prep
2cffb81 Merge branch 'development' of github.com:gobuffalo/buffalo into filtered-param-logger
20f8245 Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
8e16ff3 Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
d23120a Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
2f26645 Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
1c78767 Merge branch 'master' into development
e46a267 Merge branch 'master' into development
a0aa4d1 Merge branch 'master' into development
678708d Merge branch 'master' into development
09f265a Merge branch 'master' into development
baec866 Merge branch 'master' into development
36986b2 Merge pull request #1131 from drnic/typescript
0bf6d9c Merge pull request #1172 from Mohammed90/defective-binding-time-format
7567bf2 Merge pull request #1204 from gobuffalo/filtered-param-logger
65f37bc Merge pull request #1258 from gobuffalo/middleware-aliases
8cd0ea0 Metalinter Fixes (#1270)
b8c7b08 Migrate server.go logger to the app one instead of logrus (#1107)
de6183c Migrate server.go logger to the app one instead of logrus (#1107)
88d7221 Migrate server.go logger to the app one instead of logrus (#1107)
e7f8c63 Move github stuff to the .github standard dir (#1184)
73468e3 Paramlogger on (#1276)
5165618 Reduce dependency on pop (#1145)
a879661 Remove dollar sign prefix on code example (#1268)
e448cf1 Remove logger need from the render package (#1186)
69cba61 Replace assets map Mutex with a RWMutex (#1146)
46c0eed Replace yarn calls with yarnpkg alias to prevent conflict with Hadoop YARN (#1218)
0d91dd0 Respect GO_ENV when setting NODE_ENV (#1266)
50a1af6 Simplify README so users go to the doc website instead (#1167)
750e0ab Start new app integration tests (#1215)
0efc1ec Support Bazaar build version (#1262)
2a433c7 This needs to be merged before the v0.13.0-beta.1 release can be cut (#1303)
7512d08 Update CONTRIBUTING.md (#1147)
756cbdf Update inline doc for pop transaction (#1222)
af83dbc Update new project template to use extracted middlewares (#1213)
f65bb0c Use go mod for fix (#1241)
811fe3a Using ParameterExclusionList instead of ParameterFilterBlackList (#1208)
241e4d3 [S]Css to assets (#1287)
f6f761b added godoc documentation for tokenauth usage (#1060)
d5a1726 added some more comments about how the routing table works (#1233)
9bbb68b added the ability to retreive form, body parameters, via c.Param and (#1227)
2eff036 adding a bit more of tests
ce8c0fc adding alias to middlewares
b5a0adc adding filtered param logger
c8dd1d8 adding instructions for --force-migrations (#1144)
f3d548e adds new wrapper methods (#1177)
5c85aaa aliases and deprecates the updater package in favor of the fix package (#1240)
a1138ed allows for buffalo new and buffalo build to work with apps using go modules (#1237)
eb3fbdd automatically respond with a 404 if error is sql.ErrNoRows (#1149)
52242d6 buffalo/cmd: make len comparison more clear (#1212)
e5c42bb changes default postgres password to allow running tests in the build container (#1285)
5503f5b changing confirmation message (#1277)
5fda997 deprecate the old plugins package (#1174)
2c7507a feature: download renderer to facilitate file downloads (#1175)
efc2f50 fix contrib guide list (#1129)
e70a774 fix travis
30d2fc0 fix travis
afa8cdc fixed go.mod and skipped tests for currently unsupported features (#1224)
c89e3ef fixed make install
6ecb5a7 fixed missing comment from merge
1bf77ff fixes a regress bootstrap version (#1143)
5248121 fixes an issue where the built bin location was being displayed wrong (#1200)
84e8fab fixes an issue with go.mod not being there when running go get (#1246)
a498512 fixes the trailing slash "issue" (#1168)
5b2d0e3 fixes the trailing slash "issue" (#1168)
1bad0a3 good deps
53489fb internal/release,render: remove redundant func wrapping (#1211)
f46357b keep toml simple
bcbac89 keep toml simple
46697c9 keep toml simple
9ac1ee0 last of the prep after smoke tests
f22d6b7 make install was wrong
04fee7c make sure all caught panics have a stack with them (#1176)
433568f move to buffalo-pop (#1229)
a84c9fb moved from markbates/willie to gobuffalo/httptest (#1244)
7a52b0d not sure how PackrClean got removed
46ee198 oups! maps are not ordered! moving to use contains in tests
55756f0 prepending time formats when using RegisterTimeFormats (#1170)
ecc608a proposal : layout for partial (#1201)
warning: refname 'v0.12.6' is ambiguous.
a15bbc6 remove whitespace in webpack.config.js (#1120)
c4bd721 remove whitespace in webpack.config.js (#1120)
25e2069 removed markbates/going as a direct dep for buffalo (#1235)
a267c46 removed packr files rebase
aab786b removed the vbuffalo section from goreleaser since it doesn't exist (#1289)
20cf858 removed the weird blackfriday dep (#1216)
88da0ec removing some logging
299a8ec renamed "buffalo update" to "buffalo fix" to match "go fix". (#1192)
c5f35a9 reset back to development
ea58117 reset back to development
d612e0c reset back to development
1e01c8a resetting ParameterFilterList before integration test
e1f428b run go mod tidy (#1230)
7545e5c small fix for running the tests with go.tip
82773df stops buffalo new from generating incomplete projects if the templates are missing (#1242)
0bae6f6 this option allows for users to set the default content type for Auto (#1234)
a6f3b69 this pushes the adding of pop/soda commands to buffalo to the buffalo-pop (#1252)
7a19c8a update to use the new release tool (#1291)
b12aecd updated to use the shoulders package (#1223)
37f0ec0 upgraded the default node-sass to work on node 10 (#1108)
c6dd9fc upgraded the default node-sass to work on node 10 (#1108)
52d1e1b upgraded the default node-sass to work on node 10 (#1108)
e09eb4b upgrading babel to remove npm warnings (#1280)
d453ee4 uses a top level middleware to more easily catch application errors (#1248)
710e970 version bump: v0.13.0-beta.1
77c6975 vgo
c132324 vgo
bf8ee04 vgo
173bfbd webpack.config.js that optionally supports typescript .ts files via ts-loader