v0.7.2 (2017-02-03)
Implemented enhancements:
- Buffalo new command unsopported multiple GOPATH #203
- Resource generator shouldn't generate pointers #198
- Resource generator should generate a better variable name #197
- Make sure a new Buffalo app doesn't have Context#Get deprecation warnings #194
- Add file:line info to Context#Get deprecation warnings #193
- Logrus middleware for Buffalo #188
- Allow build command to split assets bundle and binary app #170
- Buffalo fails to start/build/test on Windows #166
- Buffalo new "welcome" output #164
- Flash #139
- Need a way to easily add "routes" when generating files. #105
- Add a form builder helper #96
- Buffalo Docker Image #89
- generate a default .travis.yml file for new projects #36
- add a
grift test
task #20 - Add a default 500 page #14
- Updated Unknown Error message #162 (bscott)
- Skip webpack install if already in PATH #158 (mdhender)
Fixed bugs:
- Buffalo fails to start/build/test on Windows #166
- running multiple
buffalo
commands causes a "timeout" #67
Closed issues:
- Remove all licensing from the top of
cmd
files #208 - Templates when Rendering from Resource #204
- Silent failure of unknown db type #183
- Action generator should append new tests instead of clearing test file #174
- Generating invalid .codeclimate.yml #173
- Binary name should have ".exe" implicitly appended to it on Windows #169
- There was a problem starting the dev server #156
- buffalo.Context should implement the context.Context interface #153
- Cross-compiling fails from 64-bit linux to arm linux #142
- Prevent new app creation from outside the Go workspace #140
- Problem starting "buffalo dev" server #135
- Installation on macOS fails at go-sqlite3 step #128
- Tests only running in latest stable Go version #123
- Add a test helper equivalent of the PopTransaction middleware #22
Merged pull requests:
- make the Flash#Persist function private #219 (markbates)
- Buffalo new "welcome" output closes #164 #218 (markbates)
- added generator tests for goth and changed where it adds the routes #215 (markbates)
- Adds Test cases for the travis/none ci-provider generation #212 (apaganobeleno)
- Remove all licensing from the top of
cmd
files closes #208 #209 (markbates) - Fixed issue #203: multiple GOPATH are not supported by buffalo new. #205 (stanislas-m)
- [#193] adding line number to the Context#Get warning #202 (apaganobeleno)
- [#194] Avoid Context#Get warnings on the newly created app. #201 (apaganobeleno)
- [#198] moving resource generator to avoid pointers #200 (apaganobeleno)
- [#197] generates better code inside actions #199 (apaganobeleno)
- need to peg webpack to 1.14.0 because 2.2.x doesn't work with the generated config #196 (markbates)
- Fixed actions generator: imports were missing. #192 (stanislas-m)
- remove unused code #191 (philipithomas)
- convert Version to constant #190 (philipithomas)
- Add Golint and fix all issues #189 (philipithomas)
- better error printing. #186 (markbates)
- fixes #183 #185 (amedeiros)
- [feature] adds .travis.yml when generating a new app #184 (apaganobeleno)
- Allow buffalo build to extract assets and put them into a zip file #180 (stanislas-m)
- set a default session name based on the project when it is created #179 (markbates)
- fixed an issue where flash messages where not clearing properly #178 (markbates)
- Fixes #173 #177 (amedeiros)
- Skipping test generation if test exists on action generation #176 (apaganobeleno)
- Fixed action generator which erased previously defined tests #175 (stanislas-m)
- Fix rendering if alternative layout is used closes #167 #171 (markbates)
- fix webpack to run locally on windows #168 (markbates)
- Added jetbrains IDE workspace directory for such IDE's as Gogland #163 (bscott)
- Creating a new app with webpack requires admin privileges closes #157 #161 (markbates)
- updated contributers list #155 (markbates)
- buffalo.Context should implement the context.Context interface close … #154 (markbates)
- changed a few pointers in the render package to not pointers #152 (markbates)
- removed a few debug statements #151 (markbates)
- Fix spelling mistake in PopTransaction documentation #147 (DanielHeckrath)
- fix browser typo #145 (dankleiman)
- Minor spelling/grammar fixes #144 (mrxinu)
- Implementing the
flash
helper #143 (apaganobeleno) - Prevent new app creation from outside the Go workspace #141 (markbates)
- UnWrap HttpErrors in pop middleware and return them. #138 (lumost)
- preventing wrapping errors with point in error handler stack #137 (lumost)
- import buffalo when generating a new action #136 (lumost)
- First Attempt at #105 #112 (apaganobeleno)
v0.7.1 (2017-01-13)
Closed issues:
- Channel for community chat #126
- build_path does not work for Windows #124
- Installation error #120
- Default js and css file when webpack is skipped #116
- go.rice requirement in build #115
- Warn user about SESSION_SECRET variable? #114
- Buffalo sub-commands unavailable #113
- Error installing buffalo. #111
- In
production
mode Buffalo/Velvet templates show traces #110 - buffalo new <project> fails looking for golang.org/x/tools/go/gcimporter #108
- missing "public/assets" box on new app without webpack #104
- SHOULDERS update & grift task #99
- [minor] dev mode on non-buffalo project results in panic #91
- typo in generated database.yml? #87
- Buffalo dev not starting #86
- Export fileResolver Field in Render Options Struct #84
buffalo task
should forward togrift
#59- generate a default .codeclimate.yml file for new projects #37
- generate a README.md for new projects #35
- Don't write test.log files when running tests #17
- Add an "actions" generator #16
Merged pull requests:
- Add badge for Go Report Card to README #132 (stuartellis)
- Makes our tests run on Go 1.7 and 1.8 #131 (apaganobeleno)
- build_path does not work for Windows closes #124 #130 (markbates)
- Edit some typo #129 (janczer)
- Passing some issues from codeclimate #122 (apaganobeleno)
- Provide a mechanism to map status codes to error handles. Closes #110 #121 (markbates)
- Warn user about SESSION_SECRET variable? closes #114 #119 (markbates)
- point people to npm docs if there is an issue running npm #118 (markbates)
- Default css js files and no logo in assets wo webpack #117 (fooflare)
- Return the RouteInfo when mapping an endpoint. Also make it available in the request context #109 (markbates)
- missing "public/assets" box on new app without webpack closes #104 #107 (markbates)
- Using gentronics to generate the templates and the actions #106 (apaganobeleno)
- Adds an Actions generator to the cmd package #103 (apaganobeleno)
- Cleaning up some docs #102 (CodyOss)
- Avoiding generating log folder when running tests. #101 (apaganobeleno)
- [grift] changing the task to be pointing the buffalo repo #100 (apaganobeleno)
- making buffalo call grift for the tasks #98 (apaganobeleno)
- Update build.go #93 (arifemre)
- Update new.go #92 (arifemre)
- Typo in readme #90 (CodyOss)
- Typos in readme #88 (kennygrant)
v0.7.0 (2017-01-04)
Closed issues:
- Error When Generating Goth Code #79
- Goth generator does not install required dependencies #75
- Export goGet and goInstall from cmd package #73
Merged pull requests:
- issue-37: initial commit for codeclimate yml generation #83 (briandowns)
- issue-35: readme generator #82 (briandowns)
- 0.7.0 #81 (markbates)
- test the goth generator in docker #78 (markbates)
- added the CopyWebpackPlugin to copy files from assets directory #77 (markbates)
- Install required dependencies when using the Goth generator #76 (intabulas)
- Make GoGet and GoInstall useable from generators #74 (intabulas)
v0.6.0 (2016-12-29)
v0.5.1 (2016-12-22)
Closed issues:
- groups on groups should inherit the prefix of the previous group #72
- Improve resource generator to insert the resource into actions/app.go #43
v0.5.0 (2016-12-21)
Closed issues:
Merged pull requests:
v0.4.7 (2016-12-19)
Closed issues:
Merged pull requests:
- auto mount a generated resource #69 (markbates)
- add Host as an option to the App #68 (markbates)
- Add a generator for Goth closes #65 #66 (markbates)
- Add a REPL/console closes #63 #64 (markbates)
v0.4.6 (2016-12-15)
Closed issues:
- Go Get Errors #61
buffalo db
should forward tosoda
#58- markdown rendering breaks some raymond parsing #55
- add template caching #54
Merged pull requests:
- Added a resolvers package to help find and resolve files. #62 (markbates)
buffalo db
should forward tosoda
closes #58 #60 (markbates)- small bug fixes to template caching #57 (markbates)
- add template caching closes #54 #56 (markbates)
v0.4.5 (2016-12-13)
Closed issues:
- generate SHOULDERS.md when deploying a new release. #52
- generate js & css files into sub directory of assets #49
- PORT should be settable via an ENV var #47
- define ENV at the top of actions/app.go #46
- Add NewRelic middleware #45
- Procfile should use the project name by default #44
- Add a "resource" generator #41
- Add "bootstrap" to the "new" generator (optional) #24
- add a markdown renderer #13
Merged pull requests:
- Shoulders #53 (markbates)
- add a markdown renderer closes #13 #51 (markbates)
- generate js & css files into sub directory of assets #50 (markbates)
- A bunch of fixes #48 (markbates)
v0.4.4 (2016-12-11)
Closed issues:
Merged pull requests:
v0.4.3.1 (2016-12-11)
v0.4.3 (2016-12-10)
Closed issues:
- Add some functions from the strings package as helpers #33
- Add the functions from https://github.com/markbates/inflect as helpers #32
- Add support for mapping "Resources" #31
- "grift release" should run the "docker CI" first. #29
Merged pull requests:
- added more helpers. closes #32 closes #33 #34 (markbates)
- Working on adding support for a Resource interface #30 (markbates)
v0.4.2 (2016-12-09)
v0.4.1 (2016-12-09)
v0.4.1.pre (2016-12-09)
v0.4.0 (2016-12-09)
v0.4.0.pre (2016-12-09)
0.4.0 (2016-12-09)
Closed issues:
- replace httprouter with gorilla mux #27
- Add "jQuery" to the "new" generator (optional) #23
- Generate a Procfile in the
new
generator #21 - Add a pop transaction middleware to the "new" generator #15
- add a cmd to run the app in "dev" w/ refresh #12
- Add refresh to the generator #11
- Add pop/soda to the generator #10
- Add grift to the generator #9
- add a wrapHandlerFunc fund #8
- add a wrapHandler function #7
- Add template caching #6
- Serve static files #5
- Add Websocket support #4
- Need
bind
function #3 - Need README #2
- Need GoDoc #1
Merged pull requests:
- replace httprouter with gorilla mux closes closes #27 #28 (markbates)
- added some helpers and event source support #26 (markbates)
- switched over to using gentronics for generating templates #25 (markbates)
* This Change Log was automatically generated by github_changelog_generator