github.com/lenfree/buffalo@v0.7.3-0.20170207163156-891616ea4064/CHANGELOG.md (about)

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