github.com/jackgris/buffalo@v0.10.3-0.20171206174715-b1dbfd2402de/CHANGELOG.md (about)

     1  # Change Log
     2  
     3  ## [v0.10.2](https://github.com/gobuffalo/buffalo/tree/v0.10.2) (2017-11-13)
     4  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.10.1...HEAD)
     5  
     6  **Implemented enhancements:**
     7  
     8  - Implement \#723 - Localized views [\#771](https://github.com/gobuffalo/buffalo/pull/771) ([stanislas-m](https://github.com/stanislas-m))
     9  - Simplify i18n [\#763](https://github.com/gobuffalo/buffalo/pull/763) ([stanislas-m](https://github.com/stanislas-m))
    10  
    11  **Fixed bugs:**
    12  
    13  - CSRF middleware should accept wildcard mimetype [\#767](https://github.com/gobuffalo/buffalo/issues/767)
    14  - Regession in Resource generator for nested resources [\#754](https://github.com/gobuffalo/buffalo/issues/754)
    15  - Error: unknown flag: --use-model [\#751](https://github.com/gobuffalo/buffalo/issues/751)
    16  - Gitlab ci fails with a new project [\#575](https://github.com/gobuffalo/buffalo/issues/575)
    17  - context.Redirect exits app with code 0 [\#411](https://github.com/gobuffalo/buffalo/issues/411)
    18  - Fix skip-yarn flag description [\#776](https://github.com/gobuffalo/buffalo/pull/776) ([stanislas-m](https://github.com/stanislas-m))
    19  - Fix test render packr config [\#770](https://github.com/gobuffalo/buffalo/pull/770) ([stanislas-m](https://github.com/stanislas-m))
    20  - Fix \#767: CSRF middleware should accept wildcard mimetype [\#768](https://github.com/gobuffalo/buffalo/pull/768) ([stanislas-m](https://github.com/stanislas-m))
    21  
    22  **Closed issues:**
    23  
    24  - Bug: Failed when install on PC doesn't have gcc [\#777](https://github.com/gobuffalo/buffalo/issues/777)
    25  - Difficult to find how to override port settings [\#775](https://github.com/gobuffalo/buffalo/issues/775)
    26  - How to enable CORS [\#766](https://github.com/gobuffalo/buffalo/issues/766)
    27  - Cannot map table name on pop model [\#764](https://github.com/gobuffalo/buffalo/issues/764)
    28  - upgrade from buffalo 0.9 to 0.10, buffalo.Automatic not defined [\#760](https://github.com/gobuffalo/buffalo/issues/760)
    29  - Buffalo slack channel link doesn't work [\#759](https://github.com/gobuffalo/buffalo/issues/759)
    30  - concurrent hashmap write issue [\#758](https://github.com/gobuffalo/buffalo/issues/758)
    31  - Installation fails per README instructions [\#753](https://github.com/gobuffalo/buffalo/issues/753)
    32  - Proposal: move github.com/gobuffalo/x/mail into Buffalo "Core" [\#752](https://github.com/gobuffalo/buffalo/issues/752)
    33  
    34  **Merged pull requests:**
    35  
    36  - Fix Issue \#751 - unknown flag: --use-model [\#778](https://github.com/gobuffalo/buffalo/pull/778) ([jmbrunskill](https://github.com/jmbrunskill))
    37  - Running a single test fixes \#769 [\#772](https://github.com/gobuffalo/buffalo/pull/772) ([markbates](https://github.com/markbates))
    38  - Proposal: move github.com/gobuffalo/x/mail into Buffalo "Core" fixes \#752 [\#762](https://github.com/gobuffalo/buffalo/pull/762) ([markbates](https://github.com/markbates))
    39  - no longer need extensions for templates in actions or partials for HTML, JS, and Markdown [\#761](https://github.com/gobuffalo/buffalo/pull/761) ([markbates](https://github.com/markbates))
    40  - Regession in Resource generator for nested resources fixes \#754 [\#757](https://github.com/gobuffalo/buffalo/pull/757) ([markbates](https://github.com/markbates))
    41  - print out the yarn version and dep version [\#756](https://github.com/gobuffalo/buffalo/pull/756) ([markbates](https://github.com/markbates))
    42  - Update Binding Time Formats [\#755](https://github.com/gobuffalo/buffalo/pull/755) ([corylanou](https://github.com/corylanou))
    43  
    44  **Fixed bugs:**
    45  
    46  - Fix CI generation [\#744](https://github.com/gobuffalo/buffalo/pull/744) ([stanislas-m](https://github.com/stanislas-m))
    47  
    48  **Closed issues:**
    49  
    50  - `buffalo new` is working unexpectedly [\#749](https://github.com/gobuffalo/buffalo/issues/749)
    51  - Provide a way to load custom inflection rules [\#747](https://github.com/gobuffalo/buffalo/issues/747)
    52  - Wrong install instructions [\#745](https://github.com/gobuffalo/buffalo/issues/745)
    53  - How to resolve foreign keys? [\#670](https://github.com/gobuffalo/buffalo/issues/670)
    54  
    55  **Merged pull requests:**
    56  
    57  - Provide a way to load custom inflection rules fixes \#747 [\#748](https://github.com/gobuffalo/buffalo/pull/748) ([markbates](https://github.com/markbates))
    58  - check for npm earlier in new apps [\#746](https://github.com/gobuffalo/buffalo/pull/746) ([markbates](https://github.com/markbates))
    59  - Fix Gitlab MySQL url on new generation [\#742](https://github.com/gobuffalo/buffalo/pull/742) ([bryanstephens](https://github.com/bryanstephens))
    60  
    61  ## [v0.10.1](https://github.com/gobuffalo/buffalo/tree/v0.10.1) (2017-11-06)
    62  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.10.0...v0.10.1)
    63  
    64  **Implemented enhancements:**
    65  
    66  - Is there a way to define custom flags for generated binary? [\#715](https://github.com/gobuffalo/buffalo/issues/715)
    67  - \[feature\] build only binary without assets compilation [\#700](https://github.com/gobuffalo/buffalo/issues/700)
    68  - Add support for Bazaar VCS when creating a new app [\#718](https://github.com/gobuffalo/buffalo/pull/718) ([stanislas-m](https://github.com/stanislas-m))
    69  - Add plural support for i18n [\#703](https://github.com/gobuffalo/buffalo/pull/703) ([stanislas-m](https://github.com/stanislas-m))
    70  
    71  **Fixed bugs:**
    72  
    73  - `buffalo new` generates circular dependency in action\_test.go [\#708](https://github.com/gobuffalo/buffalo/issues/708)
    74  - concurrent hashmap write issue [\#697](https://github.com/gobuffalo/buffalo/issues/697)
    75  - v0.9.5 fails to quit dev mode after first Ctrl + C [\#690](https://github.com/gobuffalo/buffalo/issues/690)
    76  
    77  **Closed issues:**
    78  
    79  - assets `public` path still embedded into the binary with -e flag ? [\#741](https://github.com/gobuffalo/buffalo/issues/741)
    80  - Generating a resource composed by 2 words underscored [\#734](https://github.com/gobuffalo/buffalo/issues/734)
    81  - Clean public folder before build [\#727](https://github.com/gobuffalo/buffalo/issues/727)
    82  - auto reloading doesn't work when .go file change [\#726](https://github.com/gobuffalo/buffalo/issues/726)
    83  - Trying to create a new helper produces "greet\(\) \(reflect.Value\) is an invalid function" [\#722](https://github.com/gobuffalo/buffalo/issues/722)
    84  - buffalo build -e unable to find template file [\#701](https://github.com/gobuffalo/buffalo/issues/701)
    85  - assets is not return correct fingerprint [\#698](https://github.com/gobuffalo/buffalo/issues/698)
    86  - Provide a Buffalo version based on Golang language version 1.7.x [\#696](https://github.com/gobuffalo/buffalo/issues/696)
    87  - Needs root permission to make new app under Mac OS High Sierra [\#695](https://github.com/gobuffalo/buffalo/issues/695)
    88  - Issues after running `go get -u github.com/gobuffalo/buffalo/buffalo` [\#694](https://github.com/gobuffalo/buffalo/issues/694)
    89  - Clean up commands so they can be called programmatically. [\#692](https://github.com/gobuffalo/buffalo/issues/692)
    90  - assets uglifier for production only? [\#683](https://github.com/gobuffalo/buffalo/issues/683)
    91  - \[minor bug\] Dockerfile [\#681](https://github.com/gobuffalo/buffalo/issues/681)
    92  - buffalo 0.9.5 build binary returns weird result [\#679](https://github.com/gobuffalo/buffalo/issues/679)
    93  - Worker starting during `migrate` [\#677](https://github.com/gobuffalo/buffalo/issues/677)
    94  - gobuffalo.io is down. [\#672](https://github.com/gobuffalo/buffalo/issues/672)
    95  - Make buildTime as BuildTime [\#664](https://github.com/gobuffalo/buffalo/issues/664)
    96  - webpack should using uglifyjsv3 to support JS ES6 [\#663](https://github.com/gobuffalo/buffalo/issues/663)
    97  - Documentation needs more informations [\#556](https://github.com/gobuffalo/buffalo/issues/556)
    98  - Buffalo command shows duplicate plugins [\#530](https://github.com/gobuffalo/buffalo/issues/530)
    99  - documentation update to skip field update [\#286](https://github.com/gobuffalo/buffalo/issues/286)
   100  
   101  **Merged pull requests:**
   102  
   103  - v0.10.0 [\#740](https://github.com/gobuffalo/buffalo/pull/740) ([markbates](https://github.com/markbates))
   104  - fixes https://github.com/markbates/grift/issues/18 [\#738](https://github.com/gobuffalo/buffalo/pull/738) ([markbates](https://github.com/markbates))
   105  - Proper model generation for XML type. [\#737](https://github.com/gobuffalo/buffalo/pull/737) ([seblw](https://github.com/seblw))
   106  - Wrong names with irregular resource input [\#736](https://github.com/gobuffalo/buffalo/pull/736) ([paganotoni](https://github.com/paganotoni))
   107  - Fixing underscored multi word resource generation [\#735](https://github.com/gobuffalo/buffalo/pull/735) ([paganotoni](https://github.com/paganotoni))
   108  - attach the file name for a rendering error [\#733](https://github.com/gobuffalo/buffalo/pull/733) ([markbates](https://github.com/markbates))
   109  - set the default ADDR to "" for everything other than dev [\#732](https://github.com/gobuffalo/buffalo/pull/732) ([markbates](https://github.com/markbates))
   110  - fixed issue with the with-dep flag not being set properly [\#731](https://github.com/gobuffalo/buffalo/pull/731) ([markbates](https://github.com/markbates))
   111  - assign a "test" value when running CSRF in test mode [\#730](https://github.com/gobuffalo/buffalo/pull/730) ([markbates](https://github.com/markbates))
   112  - Update README.md - Fix for installation procedure [\#729](https://github.com/gobuffalo/buffalo/pull/729) ([rgerardi](https://github.com/rgerardi))
   113  - Clean all assets on compile [\#728](https://github.com/gobuffalo/buffalo/pull/728) ([knicklabs](https://github.com/knicklabs))
   114  - log a warning instead of returning an error for missing template engine [\#725](https://github.com/gobuffalo/buffalo/pull/725) ([markbates](https://github.com/markbates))
   115  - quieted down the CleanWebpackPlugin [\#721](https://github.com/gobuffalo/buffalo/pull/721) ([markbates](https://github.com/markbates))
   116  - fixes go templates [\#720](https://github.com/gobuffalo/buffalo/pull/720) ([markbates](https://github.com/markbates))
   117  - App binds to 127.0.0.1:3000 by default  [\#719](https://github.com/gobuffalo/buffalo/pull/719) ([markbates](https://github.com/markbates))
   118  - removed deprecated methods [\#717](https://github.com/gobuffalo/buffalo/pull/717) ([markbates](https://github.com/markbates))
   119  - Is there a way to define custom flags for generated binary? fixes \#715 [\#716](https://github.com/gobuffalo/buffalo/pull/716) ([markbates](https://github.com/markbates))
   120  - map the tmpl extension to go templates [\#714](https://github.com/gobuffalo/buffalo/pull/714) ([markbates](https://github.com/markbates))
   121  - added a JavaScript renderer as well as an enhanced partial helper for JS that handles HTML partials correctly [\#713](https://github.com/gobuffalo/buffalo/pull/713) ([markbates](https://github.com/markbates))
   122  - Make buildTime as BuildTime fixes \#664 [\#712](https://github.com/gobuffalo/buffalo/pull/712) ([markbates](https://github.com/markbates))
   123  - renamed mdTemplateEngine to MDTemplateEngine [\#711](https://github.com/gobuffalo/buffalo/pull/711) ([markbates](https://github.com/markbates))
   124  - allow for the use of different template engines based on extensions [\#710](https://github.com/gobuffalo/buffalo/pull/710) ([markbates](https://github.com/markbates))
   125  - remove actionsPath from actions\_test generator template [\#709](https://github.com/gobuffalo/buffalo/pull/709) ([bketelsen](https://github.com/bketelsen))
   126  - Cleaning up stale webpack output. [\#706](https://github.com/gobuffalo/buffalo/pull/706) ([barrongineer](https://github.com/barrongineer))
   127  - fixed a typo in comment [\#705](https://github.com/gobuffalo/buffalo/pull/705) ([kberov](https://github.com/kberov))
   128  - Allows to pass -k to disable assets compilation [\#702](https://github.com/gobuffalo/buffalo/pull/702) ([paganotoni](https://github.com/paganotoni))
   129  - WIP: Fix \#697: concurrent access on keyMap [\#699](https://github.com/gobuffalo/buffalo/pull/699) ([stanislas-m](https://github.com/stanislas-m))
   130  - v0.9.5 fails to quit dev mode after first Ctrl + C fixes \#690 [\#693](https://github.com/gobuffalo/buffalo/pull/693) ([markbates](https://github.com/markbates))
   131  - wow. ok. that was a lot of work, but i think it's going to be totally worth it. [\#691](https://github.com/gobuffalo/buffalo/pull/691) ([markbates](https://github.com/markbates))
   132  - cleaned up docker and also running all generators seperately [\#689](https://github.com/gobuffalo/buffalo/pull/689) ([markbates](https://github.com/markbates))
   133  - cleaned up the action generator [\#688](https://github.com/gobuffalo/buffalo/pull/688) ([markbates](https://github.com/markbates))
   134  - assets uglifier for production only? closes \#683 [\#687](https://github.com/gobuffalo/buffalo/pull/687) ([markbates](https://github.com/markbates))
   135  - cleaned up the resources generator [\#685](https://github.com/gobuffalo/buffalo/pull/685) ([markbates](https://github.com/markbates))
   136  - Update Dockerfile.tmpl [\#684](https://github.com/gobuffalo/buffalo/pull/684) ([u007](https://github.com/u007))
   137  - Update Dockerfile.tmpl [\#682](https://github.com/gobuffalo/buffalo/pull/682) ([u007](https://github.com/u007))
   138  - removed unnecessary directory checks from commands [\#680](https://github.com/gobuffalo/buffalo/pull/680) ([markbates](https://github.com/markbates))
   139  - replaced old build system with cleaner one from the buffalo-xbuild plugin [\#678](https://github.com/gobuffalo/buffalo/pull/678) ([markbates](https://github.com/markbates))
   140  - plugins should be exempt from the "inside buffalo project" warning [\#676](https://github.com/gobuffalo/buffalo/pull/676) ([markbates](https://github.com/markbates))
   141  
   142  ## [v0.10.0](https://github.com/gobuffalo/buffalo/tree/v0.10.0) (2017-10-02)
   143  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.5...v0.10.0)
   144  
   145  ## [v0.9.5](https://github.com/gobuffalo/buffalo/tree/v0.9.5) (2017-10-02)
   146  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.4...v0.9.5)
   147  
   148  **Fixed bugs:**
   149  
   150  - Templates and migrations are bundled in binary with the `-e` flag [\#567](https://github.com/gobuffalo/buffalo/issues/567)
   151  
   152  **Closed issues:**
   153  
   154  - upgrade build causes could not find folder for box:\(projectpath\)/actions/templates [\#660](https://github.com/gobuffalo/buffalo/issues/660)
   155  - Mounting a resource on a resource produces bad routes [\#656](https://github.com/gobuffalo/buffalo/issues/656)
   156  - Using Goth for login/password auth? [\#652](https://github.com/gobuffalo/buffalo/issues/652)
   157  - CSS for error pages is broken in v0.9.5 [\#650](https://github.com/gobuffalo/buffalo/issues/650)
   158  - Import error generating new app as API only [\#648](https://github.com/gobuffalo/buffalo/issues/648)
   159  - Any simple way to use custom layout? [\#640](https://github.com/gobuffalo/buffalo/issues/640)
   160  - Need an invite to slack channel? [\#639](https://github.com/gobuffalo/buffalo/issues/639)
   161  - building linux binaries from the Mac with sqlite [\#638](https://github.com/gobuffalo/buffalo/issues/638)
   162  - mount at group router not work [\#637](https://github.com/gobuffalo/buffalo/issues/637)
   163  - Duplicate Session Set-Cookie Header [\#631](https://github.com/gobuffalo/buffalo/issues/631)
   164  - Error: you need to be inside your buffalo project path to run this command [\#629](https://github.com/gobuffalo/buffalo/issues/629)
   165  - A few questions [\#628](https://github.com/gobuffalo/buffalo/issues/628)
   166  - deployed binary cannot pass in argument to task [\#625](https://github.com/gobuffalo/buffalo/issues/625)
   167  - Build on Windows produces incorrect extension [\#623](https://github.com/gobuffalo/buffalo/issues/623)
   168  - `buffalo dev` code auto rebuild doesn't work with NFS [\#620](https://github.com/gobuffalo/buffalo/issues/620)
   169  
   170  **Merged pull requests:**
   171  
   172  - Fix links in SHOULDERS.md [\#669](https://github.com/gobuffalo/buffalo/pull/669) ([jorinvo](https://github.com/jorinvo))
   173  - PopTransaction middleware should roll back if there is a non success status code [\#668](https://github.com/gobuffalo/buffalo/pull/668) ([markbates](https://github.com/markbates))
   174  - Fixes default error pages showing with broken style. [\#667](https://github.com/gobuffalo/buffalo/pull/667) ([paganotoni](https://github.com/paganotoni))
   175  - added support for compressing assets in binaries [\#666](https://github.com/gobuffalo/buffalo/pull/666) ([markbates](https://github.com/markbates))
   176  - cleaned up the generated resource html a bit [\#665](https://github.com/gobuffalo/buffalo/pull/665) ([markbates](https://github.com/markbates))
   177  - Added go-i18n to the giants [\#662](https://github.com/gobuffalo/buffalo/pull/662) ([fdonzello](https://github.com/fdonzello))
   178  - get the content type using the httpx package [\#661](https://github.com/gobuffalo/buffalo/pull/661) ([markbates](https://github.com/markbates))
   179  - Mounting a resource on a resource produces bad routes fixes \#656 [\#657](https://github.com/gobuffalo/buffalo/pull/657) ([markbates](https://github.com/markbates))
   180  - fix: remove mixed tabs and spaces from .travis.yml template [\#655](https://github.com/gobuffalo/buffalo/pull/655) ([DanielHeckrath](https://github.com/DanielHeckrath))
   181  - Resource error changes [\#654](https://github.com/gobuffalo/buffalo/pull/654) ([markbates](https://github.com/markbates))
   182  - don't make an assetsBox if in api mode [\#653](https://github.com/gobuffalo/buffalo/pull/653) ([markbates](https://github.com/markbates))
   183  - make the app available to the context [\#651](https://github.com/gobuffalo/buffalo/pull/651) ([markbates](https://github.com/markbates))
   184  - Fix API mode import errors [\#649](https://github.com/gobuffalo/buffalo/pull/649) ([tsmith1024](https://github.com/tsmith1024))
   185  - Templates and migrations are bundled in binary with the `-e` flag fix… [\#646](https://github.com/gobuffalo/buffalo/pull/646) ([markbates](https://github.com/markbates))
   186  - changed where the assetsBox is initialized [\#645](https://github.com/gobuffalo/buffalo/pull/645) ([markbates](https://github.com/markbates))
   187  - sessions lookups should happen up the app parent chain [\#644](https://github.com/gobuffalo/buffalo/pull/644) ([markbates](https://github.com/markbates))
   188  - mount at group router not work fixes \#637 [\#641](https://github.com/gobuffalo/buffalo/pull/641) ([markbates](https://github.com/markbates))
   189  - deployed binary cannot pass in argument to task fixes \#625 [\#636](https://github.com/gobuffalo/buffalo/pull/636) ([markbates](https://github.com/markbates))
   190  - Feature assets fingerprint [\#635](https://github.com/gobuffalo/buffalo/pull/635) ([paganotoni](https://github.com/paganotoni))
   191  - do a better job of capturing signals for buffalo dev [\#634](https://github.com/gobuffalo/buffalo/pull/634) ([markbates](https://github.com/markbates))
   192  - middleware.SessionSaver is now built-in. [\#633](https://github.com/gobuffalo/buffalo/pull/633) ([markbates](https://github.com/markbates))
   193  - added deprecation notices around middleware.CSRF as well as prevent the CSRF middleware from running in test mode [\#632](https://github.com/gobuffalo/buffalo/pull/632) ([markbates](https://github.com/markbates))
   194  - gracefully capture and handle signal's during buffalo build [\#630](https://github.com/gobuffalo/buffalo/pull/630) ([markbates](https://github.com/markbates))
   195  - deprecated "Automatic" in favor of just "New". [\#627](https://github.com/gobuffalo/buffalo/pull/627) ([markbates](https://github.com/markbates))
   196  - cache yarn packages in the base docker image. also made the list of [\#626](https://github.com/gobuffalo/buffalo/pull/626) ([markbates](https://github.com/markbates))
   197  - Check GOOS from runtime rather than env var [\#624](https://github.com/gobuffalo/buffalo/pull/624) ([hut8](https://github.com/hut8))
   198  
   199  ## [v0.9.4](https://github.com/gobuffalo/buffalo/tree/v0.9.4) (2017-09-05)
   200  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.3...v0.9.4)
   201  
   202  **Fixed bugs:**
   203  
   204  - Problems with reserved SQL identifier [\#577](https://github.com/gobuffalo/buffalo/issues/577)
   205  
   206  **Closed issues:**
   207  
   208  - Creating a new project fails at goimports with Buffalo 0.9.3 and Go 1.9 [\#612](https://github.com/gobuffalo/buffalo/issues/612)
   209  - Ability to set up pre-app handlers [\#609](https://github.com/gobuffalo/buffalo/issues/609)
   210  - running db create and db seed and db migrate on server without go [\#607](https://github.com/gobuffalo/buffalo/issues/607)
   211  - Provide way to mount other application [\#602](https://github.com/gobuffalo/buffalo/issues/602)
   212  - Move the Goth generator to a plugin and out of "core" [\#600](https://github.com/gobuffalo/buffalo/issues/600)
   213  - `buffalo db create -e development` asking for password [\#596](https://github.com/gobuffalo/buffalo/issues/596)
   214  - buffalo new error message incorrect [\#593](https://github.com/gobuffalo/buffalo/issues/593)
   215  - Did my setup fail or are instructions incomplete?  [\#590](https://github.com/gobuffalo/buffalo/issues/590)
   216  - \(&DefaultContext{}\).Redirect\(\) has surprising format-string behavior [\#586](https://github.com/gobuffalo/buffalo/issues/586)
   217  - Asset Fingerprinting [\#578](https://github.com/gobuffalo/buffalo/issues/578)
   218  - Please add example for login forms [\#149](https://github.com/gobuffalo/buffalo/issues/149)
   219  
   220  **Merged pull requests:**
   221  
   222  - fix for gorilla context memory leak [\#619](https://github.com/gobuffalo/buffalo/pull/619) ([nutbunnies](https://github.com/nutbunnies))
   223  - reverts assets-figerprint [\#618](https://github.com/gobuffalo/buffalo/pull/618) ([paganotoni](https://github.com/paganotoni))
   224  - v0.9.4 [\#617](https://github.com/gobuffalo/buffalo/pull/617) ([markbates](https://github.com/markbates))
   225  - use bootstrap-sass not regular bootstrap [\#616](https://github.com/gobuffalo/buffalo/pull/616) ([markbates](https://github.com/markbates))
   226  - Fix 'formular' typo [\#615](https://github.com/gobuffalo/buffalo/pull/615) ([slomek](https://github.com/slomek))
   227  - Enable plugin subcommands [\#614](https://github.com/gobuffalo/buffalo/pull/614) ([ryanfaerman](https://github.com/ryanfaerman))
   228  - Ability to set up pre-app handlers fixes \#609 [\#610](https://github.com/gobuffalo/buffalo/pull/610) ([markbates](https://github.com/markbates))
   229  - Fixes order for yarn command on setup.go [\#608](https://github.com/gobuffalo/buffalo/pull/608) ([mayra-cabrera](https://github.com/mayra-cabrera))
   230  - use a null session for APIs [\#605](https://github.com/gobuffalo/buffalo/pull/605) ([markbates](https://github.com/markbates))
   231  - Provide way to mount other application fixes \#602 [\#604](https://github.com/gobuffalo/buffalo/pull/604) ([markbates](https://github.com/markbates))
   232  - improved the travis yaml [\#603](https://github.com/gobuffalo/buffalo/pull/603) ([markbates](https://github.com/markbates))
   233  - Move the Goth generator to a plugin and out of "core" fixes \#600 [\#601](https://github.com/gobuffalo/buffalo/pull/601) ([markbates](https://github.com/markbates))
   234  - added a middleware for forcing ssl redirect [\#599](https://github.com/gobuffalo/buffalo/pull/599) ([markbates](https://github.com/markbates))
   235  - handle trailing slash properly [\#598](https://github.com/gobuffalo/buffalo/pull/598) ([markbates](https://github.com/markbates))
   236  - Wrong sqlite3 path: buffalo db create puts the database file into wrong directory fixes \#436 [\#597](https://github.com/gobuffalo/buffalo/pull/597) ([markbates](https://github.com/markbates))
   237  - buffalo new error message incorrect fixes \#593 [\#595](https://github.com/gobuffalo/buffalo/pull/595) ([markbates](https://github.com/markbates))
   238  - do a better job of making sure signals are handled better [\#594](https://github.com/gobuffalo/buffalo/pull/594) ([markbates](https://github.com/markbates))
   239  - \(&DefaultContext{}\).Redirect\(\) has surprising format-string behavior … [\#592](https://github.com/gobuffalo/buffalo/pull/592) ([markbates](https://github.com/markbates))
   240  - stop using actions\_test in favor of actions [\#591](https://github.com/gobuffalo/buffalo/pull/591) ([markbates](https://github.com/markbates))
   241  - When fetching packages with go get, remove redundant go install [\#588](https://github.com/gobuffalo/buffalo/pull/588) ([bradleyfalzon](https://github.com/bradleyfalzon))
   242  - Assets fingerprint [\#583](https://github.com/gobuffalo/buffalo/pull/583) ([paganotoni](https://github.com/paganotoni))
   243  
   244  ## [v0.9.3](https://github.com/gobuffalo/buffalo/tree/v0.9.3) (2017-08-14)
   245  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.2...v0.9.3)
   246  
   247  **Merged pull requests:**
   248  
   249  - 0.9.3 [\#587](https://github.com/gobuffalo/buffalo/pull/587) ([markbates](https://github.com/markbates))
   250  - fixed missing error if the user deletes the local logo.svg [\#585](https://github.com/gobuffalo/buffalo/pull/585) ([markbates](https://github.com/markbates))
   251  - set up git for new applications [\#584](https://github.com/gobuffalo/buffalo/pull/584) ([markbates](https://github.com/markbates))
   252  
   253  ## [v0.9.2](https://github.com/gobuffalo/buffalo/tree/v0.9.2) (2017-08-12)
   254  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.1.2...v0.9.2)
   255  
   256  **Implemented enhancements:**
   257  
   258  - Buffalo can't bind on fixed IP [\#518](https://github.com/gobuffalo/buffalo/issues/518)
   259  - colored logs [\#360](https://github.com/gobuffalo/buffalo/issues/360)
   260  - New Generator - SystemD Unit [\#356](https://github.com/gobuffalo/buffalo/issues/356)
   261  - Ship webpack with testing set up [\#97](https://github.com/gobuffalo/buffalo/issues/97)
   262  - Add support for mail [\#94](https://github.com/gobuffalo/buffalo/issues/94)
   263  
   264  **Fixed bugs:**
   265  
   266  - Last logrus version breaks Buffalo logger\_formatter [\#568](https://github.com/gobuffalo/buffalo/issues/568)
   267  
   268  **Closed issues:**
   269  
   270  - buffalo new: dep ensure fails [\#580](https://github.com/gobuffalo/buffalo/issues/580)
   271  - Verbose log of workers [\#579](https://github.com/gobuffalo/buffalo/issues/579)
   272  - Some problem on paginator helper for mostly empty or large number of objects. [\#573](https://github.com/gobuffalo/buffalo/issues/573)
   273  - Linux: Buffalo tries to install yarn globally without checking for root rights [\#570](https://github.com/gobuffalo/buffalo/issues/570)
   274  - A "catch-all" route causes a panic [\#561](https://github.com/gobuffalo/buffalo/issues/561)
   275  - dep isn't being automatically installed in 0.9.2 [\#551](https://github.com/gobuffalo/buffalo/issues/551)
   276  - skip dep automatically if it's not installed on `new` [\#550](https://github.com/gobuffalo/buffalo/issues/550)
   277  - New Command generates invalid app settings [\#540](https://github.com/gobuffalo/buffalo/issues/540)
   278  - webpack error in Buffalo 0.9.1.2 [\#532](https://github.com/gobuffalo/buffalo/issues/532)
   279  - \[Question\] db.Transaction and controller unittest [\#528](https://github.com/gobuffalo/buffalo/issues/528)
   280  - Mac issue [\#524](https://github.com/gobuffalo/buffalo/issues/524)
   281  - Buffalo dev runtime error upon trying to access local host page [\#521](https://github.com/gobuffalo/buffalo/issues/521)
   282  - Demo/Example Buffalo Application [\#520](https://github.com/gobuffalo/buffalo/issues/520)
   283  - \[Question\] showing sql queries when testing or log to test.log [\#519](https://github.com/gobuffalo/buffalo/issues/519)
   284  - Assets missing on new v0.9.1.2 app without npm [\#517](https://github.com/gobuffalo/buffalo/issues/517)
   285  - Environment variables in .buffalo.dev.yml? [\#516](https://github.com/gobuffalo/buffalo/issues/516)
   286  - How to start app at 0.0.0.0:3000? [\#515](https://github.com/gobuffalo/buffalo/issues/515)
   287  - Weird bug regarding $GOPATH bin directory [\#513](https://github.com/gobuffalo/buffalo/issues/513)
   288  - Provide an error if -\(dash\) in a helper name. [\#512](https://github.com/gobuffalo/buffalo/issues/512)
   289  - Running buffalo commands outside of the directory should error out [\#508](https://github.com/gobuffalo/buffalo/issues/508)
   290  - Add explicit version \(or range\) to the Node packages [\#503](https://github.com/gobuffalo/buffalo/issues/503)
   291  - Getting started:  running buffalo new coke with 0.9.0 and go 1.8.3 fails on windows [\#500](https://github.com/gobuffalo/buffalo/issues/500)
   292  - Unsuccessful: buffalo new \<name\> --skip-pop [\#497](https://github.com/gobuffalo/buffalo/issues/497)
   293  - Create a new context.Cookie wrapper for gorilla Cookiestore [\#391](https://github.com/gobuffalo/buffalo/issues/391)
   294  - Investigate GopherJS integration [\#358](https://github.com/gobuffalo/buffalo/issues/358)
   295  - New Generator - Caddyfile [\#355](https://github.com/gobuffalo/buffalo/issues/355)
   296  - Mail Registration/Authentication. [\#217](https://github.com/gobuffalo/buffalo/issues/217)
   297  
   298  **Merged pull requests:**
   299  
   300  - Skip the windows directory when looking for plugins [\#582](https://github.com/gobuffalo/buffalo/pull/582) ([ryanfaerman](https://github.com/ryanfaerman))
   301  - changed log level for perform method of simple worker. [\#581](https://github.com/gobuffalo/buffalo/pull/581) ([sio4](https://github.com/sio4))
   302  - Fix GitLab CI config generator [\#576](https://github.com/gobuffalo/buffalo/pull/576) ([stanislas-m](https://github.com/stanislas-m))
   303  - Add Prefix to RootPath \(BaseUrl\) [\#572](https://github.com/gobuffalo/buffalo/pull/572) ([markbates](https://github.com/markbates))
   304  - Fix \#568: logger\_formatter was broken after logrus update [\#571](https://github.com/gobuffalo/buffalo/pull/571) ([stanislas-m](https://github.com/stanislas-m))
   305  - Add Context.Cookies [\#569](https://github.com/gobuffalo/buffalo/pull/569) ([bigblind](https://github.com/bigblind))
   306  - cleaned up logging by removing the big giant empty string. pop also now [\#564](https://github.com/gobuffalo/buffalo/pull/564) ([markbates](https://github.com/markbates))
   307  - Added support for aliasing a route [\#563](https://github.com/gobuffalo/buffalo/pull/563) ([markbates](https://github.com/markbates))
   308  - Fixing a panic that happens when implementing a Catch-All route. [\#562](https://github.com/gobuffalo/buffalo/pull/562) ([paganotoni](https://github.com/paganotoni))
   309  - Routes escape extra args [\#560](https://github.com/gobuffalo/buffalo/pull/560) ([paganotoni](https://github.com/paganotoni))
   310  - Removes extra ? when the route helper doesn't have extra args [\#559](https://github.com/gobuffalo/buffalo/pull/559) ([paganotoni](https://github.com/paganotoni))
   311  - override the default `go` path with ENV [\#558](https://github.com/gobuffalo/buffalo/pull/558) ([markbates](https://github.com/markbates))
   312  - yarn is now the default instead of npm [\#555](https://github.com/gobuffalo/buffalo/pull/555) ([markbates](https://github.com/markbates))
   313  - make sure yarn uses --no-progress [\#554](https://github.com/gobuffalo/buffalo/pull/554) ([markbates](https://github.com/markbates))
   314  - reversed the policy on dep. it is now off by default. [\#552](https://github.com/gobuffalo/buffalo/pull/552) ([markbates](https://github.com/markbates))
   315  - WIP 0.9.2 [\#549](https://github.com/gobuffalo/buffalo/pull/549) ([markbates](https://github.com/markbates))
   316  - ensure the dep installs the correct version of buffalo [\#546](https://github.com/gobuffalo/buffalo/pull/546) ([markbates](https://github.com/markbates))
   317  - added a -d flag to buffalo dev to run the app with delve [\#545](https://github.com/gobuffalo/buffalo/pull/545) ([markbates](https://github.com/markbates))
   318  - Fix resource generation example message [\#544](https://github.com/gobuffalo/buffalo/pull/544) ([slomek](https://github.com/slomek))
   319  - Adding versions to the NPM packages [\#543](https://github.com/gobuffalo/buffalo/pull/543) ([paganotoni](https://github.com/paganotoni))
   320  - updated to a regex to check for illegal characters [\#542](https://github.com/gobuffalo/buffalo/pull/542) ([markbates](https://github.com/markbates))
   321  - Bugfix special characters [\#541](https://github.com/gobuffalo/buffalo/pull/541) ([paganotoni](https://github.com/paganotoni))
   322  - removed the installation of dep in the integration tests [\#539](https://github.com/gobuffalo/buffalo/pull/539) ([markbates](https://github.com/markbates))
   323  - removed the unused docker environments [\#538](https://github.com/gobuffalo/buffalo/pull/538) ([markbates](https://github.com/markbates))
   324  - added an `info` command to print of env/versions to help with debugging [\#537](https://github.com/gobuffalo/buffalo/pull/537) ([markbates](https://github.com/markbates))
   325  - use `--skip-dep` in the integration tests [\#536](https://github.com/gobuffalo/buffalo/pull/536) ([markbates](https://github.com/markbates))
   326  - webpack should rely on webpack config not -p flag [\#535](https://github.com/gobuffalo/buffalo/pull/535) ([tonyalaribe](https://github.com/tonyalaribe))
   327  - updated the Dockerfile.build to use 1.8.3 and fix the dep install [\#534](https://github.com/gobuffalo/buffalo/pull/534) ([markbates](https://github.com/markbates))
   328  - added support for plugin aliases [\#533](https://github.com/gobuffalo/buffalo/pull/533) ([markbates](https://github.com/markbates))
   329  - enhanced the simple worker with logging [\#531](https://github.com/gobuffalo/buffalo/pull/531) ([markbates](https://github.com/markbates))
   330  - Use i18n in index template [\#529](https://github.com/gobuffalo/buffalo/pull/529) ([slomek](https://github.com/slomek))
   331  - Buffalo can't bind on fixed IP fixes \#518 [\#527](https://github.com/gobuffalo/buffalo/pull/527) ([markbates](https://github.com/markbates))
   332  - time out bad plugins fixes \#513 [\#526](https://github.com/gobuffalo/buffalo/pull/526) ([markbates](https://github.com/markbates))
   333  - Assets missing on new v0.9.1.2 app without npm fixes \#517 [\#525](https://github.com/gobuffalo/buffalo/pull/525) ([markbates](https://github.com/markbates))
   334  - added --no-progress to npm install [\#523](https://github.com/gobuffalo/buffalo/pull/523) ([markbates](https://github.com/markbates))
   335  - Prevents buffalo from executing commands outside the buffalo project [\#514](https://github.com/gobuffalo/buffalo/pull/514) ([paganotoni](https://github.com/paganotoni))
   336  - Update string and plain renderer with the charset [\#511](https://github.com/gobuffalo/buffalo/pull/511) ([ryanfaerman](https://github.com/ryanfaerman))
   337  
   338  ## [v0.9.1.2](https://github.com/gobuffalo/buffalo/tree/v0.9.1.2) (2017-07-12)
   339  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.1.1...v0.9.1.2)
   340  
   341  **Closed issues:**
   342  
   343  - Pagination and auto-generated route functions [\#501](https://github.com/gobuffalo/buffalo/issues/501)
   344  
   345  **Merged pull requests:**
   346  
   347  - Binary migrations [\#507](https://github.com/gobuffalo/buffalo/pull/507) ([markbates](https://github.com/markbates))
   348  - use goroutines to more quickly look through paths for plugins [\#506](https://github.com/gobuffalo/buffalo/pull/506) ([markbates](https://github.com/markbates))
   349  - Generate pagination [\#505](https://github.com/gobuffalo/buffalo/pull/505) ([markbates](https://github.com/markbates))
   350  - cleaned up per request logging [\#504](https://github.com/gobuffalo/buffalo/pull/504) ([markbates](https://github.com/markbates))
   351  - Allowing to pass extra arguments to named routes [\#502](https://github.com/gobuffalo/buffalo/pull/502) ([paganotoni](https://github.com/paganotoni))
   352  
   353  ## [v0.9.1.1](https://github.com/gobuffalo/buffalo/tree/v0.9.1.1) (2017-07-11)
   354  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.1...v0.9.1.1)
   355  
   356  ## [v0.9.1](https://github.com/gobuffalo/buffalo/tree/v0.9.1) (2017-07-10)
   357  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.0...v0.9.1)
   358  
   359  **Implemented enhancements:**
   360  
   361  - Add support for plugins for the buffalo binary [\#495](https://github.com/gobuffalo/buffalo/issues/495)
   362  - Resource generator doesn't support "nested" values [\#364](https://github.com/gobuffalo/buffalo/issues/364)
   363  - WIP 0.9.1 [\#499](https://github.com/gobuffalo/buffalo/pull/499) ([markbates](https://github.com/markbates))
   364  
   365  **Closed issues:**
   366  
   367  - error with flag --api [\#492](https://github.com/gobuffalo/buffalo/issues/492)
   368  - No Benchmark ? Seriously ! [\#490](https://github.com/gobuffalo/buffalo/issues/490)
   369  - New project tests fail \(on buffalo 0.9.0\) [\#489](https://github.com/gobuffalo/buffalo/issues/489)
   370  - v2 of github.com/monoculum/formam always get installed [\#488](https://github.com/gobuffalo/buffalo/issues/488)
   371  - template helper accessing context value [\#486](https://github.com/gobuffalo/buffalo/issues/486)
   372  - cockroachdb compatibility [\#478](https://github.com/gobuffalo/buffalo/issues/478)
   373  - Grifts generator [\#477](https://github.com/gobuffalo/buffalo/issues/477)
   374  - Destroy Model is inconsistent with the generator for the model [\#475](https://github.com/gobuffalo/buffalo/issues/475)
   375  - running deployed binary task argument missing [\#473](https://github.com/gobuffalo/buffalo/issues/473)
   376  - dep wrong version of github.com/monoculum/formam [\#472](https://github.com/gobuffalo/buffalo/issues/472)
   377  - adding mailer [\#292](https://github.com/gobuffalo/buffalo/issues/292)
   378  - Provide alternative webpack starters [\#214](https://github.com/gobuffalo/buffalo/issues/214)
   379  
   380  **Merged pull requests:**
   381  
   382  - added a render.Plain Renderer [\#498](https://github.com/gobuffalo/buffalo/pull/498) ([markbates](https://github.com/markbates))
   383  - Add support for plugins for the buffalo binary closes \#495 [\#496](https://github.com/gobuffalo/buffalo/pull/496) ([markbates](https://github.com/markbates))
   384  - fix case-insensitive import collision [\#494](https://github.com/gobuffalo/buffalo/pull/494) ([s7v7nislands](https://github.com/s7v7nislands))
   385  - error with flag --api fixes \#492 [\#493](https://github.com/gobuffalo/buffalo/pull/493) ([markbates](https://github.com/markbates))
   386  - Update README.md Spelling Mistake [\#491](https://github.com/gobuffalo/buffalo/pull/491) ([asqrd](https://github.com/asqrd))
   387  - allows n number of yields in templates [\#485](https://github.com/gobuffalo/buffalo/pull/485) ([markbates](https://github.com/markbates))
   388  - Vdemeester fix binding parse time [\#484](https://github.com/gobuffalo/buffalo/pull/484) ([markbates](https://github.com/markbates))
   389  - Making some fronted optimisation [\#481](https://github.com/gobuffalo/buffalo/pull/481) ([egorikas](https://github.com/egorikas))
   390  - Moves destroy model command [\#480](https://github.com/gobuffalo/buffalo/pull/480) ([paganotoni](https://github.com/paganotoni))
   391  - Feature grift generator [\#479](https://github.com/gobuffalo/buffalo/pull/479) ([paganotoni](https://github.com/paganotoni))
   392  - improved the connection with grifts, including the ability automatically add grifts to a buffalo.App [\#476](https://github.com/gobuffalo/buffalo/pull/476) ([markbates](https://github.com/markbates))
   393  - Session once [\#474](https://github.com/gobuffalo/buffalo/pull/474) ([markbates](https://github.com/markbates))
   394  - Nested resources with actions namespacing [\#469](https://github.com/gobuffalo/buffalo/pull/469) ([paganotoni](https://github.com/paganotoni))
   395  
   396  ## [v0.9.0](https://github.com/gobuffalo/buffalo/tree/v0.9.0) (2017-06-19)
   397  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.2...v0.9.0)
   398  
   399  **Implemented enhancements:**
   400  
   401  - Add an HTTP basic auth middleware [\#432](https://github.com/gobuffalo/buffalo/issues/432)
   402  - Proposal: Add a `config` package [\#394](https://github.com/gobuffalo/buffalo/issues/394)
   403  - Remove or rebuild the apps in the examples folder [\#376](https://github.com/gobuffalo/buffalo/issues/376)
   404  - Destroy CLI [\#277](https://github.com/gobuffalo/buffalo/issues/277)
   405  - Create a Docker container to run Buffalo [\#250](https://github.com/gobuffalo/buffalo/issues/250)
   406  - Buffalo - Heroku Buildpack [\#159](https://github.com/gobuffalo/buffalo/issues/159)
   407  - Go package dependencies are untracked [\#133](https://github.com/gobuffalo/buffalo/issues/133)
   408  - Add support for background jobs [\#95](https://github.com/gobuffalo/buffalo/issues/95)
   409  - 0.9.0 Release [\#468](https://github.com/gobuffalo/buffalo/pull/468) ([markbates](https://github.com/markbates))
   410  
   411  **Fixed bugs:**
   412  
   413  - Worker package is not compatible with go1.7 [\#448](https://github.com/gobuffalo/buffalo/issues/448)
   414  - Actions generator inserts test & route for already existing actions [\#412](https://github.com/gobuffalo/buffalo/issues/412)
   415  - Fix 428: use proper case for ID in generated templates [\#431](https://github.com/gobuffalo/buffalo/pull/431) ([stanislas-m](https://github.com/stanislas-m))
   416  
   417  **Closed issues:**
   418  
   419  - Add an `--api` flag to `buffalo new` [\#462](https://github.com/gobuffalo/buffalo/issues/462)
   420  - Need to set path of database.yml when production mode. [\#460](https://github.com/gobuffalo/buffalo/issues/460)
   421  - When running go imports on generates it's slow with vendor directories [\#459](https://github.com/gobuffalo/buffalo/issues/459)
   422  - `buffalo dev` stuck when running dev server for 1st time [\#454](https://github.com/gobuffalo/buffalo/issues/454)
   423  - Test ticket from Code Climate [\#453](https://github.com/gobuffalo/buffalo/issues/453)
   424  - problem on middleware skipping [\#445](https://github.com/gobuffalo/buffalo/issues/445)
   425  - Allow action generator to specify the method to use on app.go [\#438](https://github.com/gobuffalo/buffalo/issues/438)
   426  - Allow action generator to skip views. [\#437](https://github.com/gobuffalo/buffalo/issues/437)
   427  - Wrong sqlite3 path: buffalo db create puts the database file into wrong directory [\#436](https://github.com/gobuffalo/buffalo/issues/436)
   428  - Can I store an Object into Session? [\#433](https://github.com/gobuffalo/buffalo/issues/433)
   429  - Documentation for the Recent Background Job [\#429](https://github.com/gobuffalo/buffalo/issues/429)
   430  - treatment of field name '\_id' is different between model and template. [\#428](https://github.com/gobuffalo/buffalo/issues/428)
   431  - If no database is being used the `nosqlite` build tag should be used [\#425](https://github.com/gobuffalo/buffalo/issues/425)
   432  - Export `buffalo.Response` so it can be used outside of Buffalo [\#423](https://github.com/gobuffalo/buffalo/issues/423)
   433  - Remove deprecated functions slated for 0.9.0 [\#418](https://github.com/gobuffalo/buffalo/issues/418)
   434  - Applicaton.scss does not update built application.css [\#414](https://github.com/gobuffalo/buffalo/issues/414)
   435  - Slow tests for `cmd/generate` [\#407](https://github.com/gobuffalo/buffalo/issues/407)
   436  - Replace schema package [\#335](https://github.com/gobuffalo/buffalo/issues/335)
   437  
   438  **Merged pull requests:**
   439  
   440  - add fall throughs for finding the schema to set up the test db [\#471](https://github.com/gobuffalo/buffalo/pull/471) ([markbates](https://github.com/markbates))
   441  - Added a flag to generate different Dockerfile types, as well as a sub-command to generate docker [\#470](https://github.com/gobuffalo/buffalo/pull/470) ([markbates](https://github.com/markbates))
   442  - generate a multi-stage Dockerfile [\#467](https://github.com/gobuffalo/buffalo/pull/467) ([markbates](https://github.com/markbates))
   443  - Added a --static flag to buffalo build [\#466](https://github.com/gobuffalo/buffalo/pull/466) ([markbates](https://github.com/markbates))
   444  - read the database.yml from inside the binary fixes \#460 [\#465](https://github.com/gobuffalo/buffalo/pull/465) ([markbates](https://github.com/markbates))
   445  - added a --skip-dep flag to not use dep [\#464](https://github.com/gobuffalo/buffalo/pull/464) ([markbates](https://github.com/markbates))
   446  - Add an `--api` flag to `buffalo new` closes \#462 [\#463](https://github.com/gobuffalo/buffalo/pull/463) ([markbates](https://github.com/markbates))
   447  - When running go imports on generates it's slow with vendor directories closes \#459 [\#461](https://github.com/gobuffalo/buffalo/pull/461) ([markbates](https://github.com/markbates))
   448  - fixed an issue with binding if the time was an empty string it would raise an error [\#458](https://github.com/gobuffalo/buffalo/pull/458) ([markbates](https://github.com/markbates))
   449  - App.Stop should take an error. [\#457](https://github.com/gobuffalo/buffalo/pull/457) ([markbates](https://github.com/markbates))
   450  - cleaned up the basicauth package to prevent "stuttering" as well as make it nicer to use. [\#456](https://github.com/gobuffalo/buffalo/pull/456) ([markbates](https://github.com/markbates))
   451  - Adds Formam as a replacement for Schema [\#455](https://github.com/gobuffalo/buffalo/pull/455) ([paganotoni](https://github.com/paganotoni))
   452  - Set up github.com/golang/dep for new applications fixes \#133 [\#452](https://github.com/gobuffalo/buffalo/pull/452) ([markbates](https://github.com/markbates))
   453  - hopefully this fixes skipping of middleware for resources. closes \#445 [\#451](https://github.com/gobuffalo/buffalo/pull/451) ([markbates](https://github.com/markbates))
   454  - ignore csrf in test mode [\#450](https://github.com/gobuffalo/buffalo/pull/450) ([markbates](https://github.com/markbates))
   455  - cleaned up the errors page output to show less "pointer garbage" [\#447](https://github.com/gobuffalo/buffalo/pull/447) ([markbates](https://github.com/markbates))
   456  - generate a Dockerfile and .dockerignore file for new apps [\#446](https://github.com/gobuffalo/buffalo/pull/446) ([markbates](https://github.com/markbates))
   457  - \[feature\] implementing some UI for the error and welcome pages [\#444](https://github.com/gobuffalo/buffalo/pull/444) ([paganotoni](https://github.com/paganotoni))
   458  - fixed `http: multiple response.WriteHeader calls` [\#443](https://github.com/gobuffalo/buffalo/pull/443) ([jnoortheen](https://github.com/jnoortheen))
   459  - cleaned up some non-idiomatic code [\#442](https://github.com/gobuffalo/buffalo/pull/442) ([markbates](https://github.com/markbates))
   460  - implementing skip templates and method [\#440](https://github.com/gobuffalo/buffalo/pull/440) ([paganotoni](https://github.com/paganotoni))
   461  - Moving action generator tests to use filetest [\#439](https://github.com/gobuffalo/buffalo/pull/439) ([paganotoni](https://github.com/paganotoni))
   462  - Fix HTTP Basic browser authentication prompt [\#435](https://github.com/gobuffalo/buffalo/pull/435) ([peteretelej](https://github.com/peteretelej))
   463  - Add HTTP Basic authentication Middleware [\#434](https://github.com/gobuffalo/buffalo/pull/434) ([peteretelej](https://github.com/peteretelej))
   464  - Destroy resource CLI [\#430](https://github.com/gobuffalo/buffalo/pull/430) ([paganotoni](https://github.com/paganotoni))
   465  - If no database is being used the `nosqlite` build tag should be used \#425 [\#426](https://github.com/gobuffalo/buffalo/pull/426) ([markbates](https://github.com/markbates))
   466  - Export `buffalo.Response` so it can be used outside of Buffalo \#423 [\#424](https://github.com/gobuffalo/buffalo/pull/424) ([markbates](https://github.com/markbates))
   467  - RequestLogger sets request\_id in context [\#421](https://github.com/gobuffalo/buffalo/pull/421) ([nzoschke](https://github.com/nzoschke))
   468  - Add support for background jobs \#95 [\#420](https://github.com/gobuffalo/buffalo/pull/420) ([markbates](https://github.com/markbates))
   469  - Remove deprecations [\#419](https://github.com/gobuffalo/buffalo/pull/419) ([markbates](https://github.com/markbates))
   470  - Remove or rebuild the apps in the examples folder \#376 [\#417](https://github.com/gobuffalo/buffalo/pull/417) ([markbates](https://github.com/markbates))
   471  - Fixes \#412  action generation [\#416](https://github.com/gobuffalo/buffalo/pull/416) ([paganotoni](https://github.com/paganotoni))
   472  - Fix function name [\#415](https://github.com/gobuffalo/buffalo/pull/415) ([markbates](https://github.com/markbates))
   473  - Fix typos in GoDoc [\#413](https://github.com/gobuffalo/buffalo/pull/413) ([nubunto](https://github.com/nubunto))
   474  
   475  ## [v0.8.2](https://github.com/gobuffalo/buffalo/tree/v0.8.2) (2017-05-01)
   476  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.1.2...v0.8.2)
   477  
   478  **Implemented enhancements:**
   479  
   480  - Resource generator should be able to generate XML [\#388](https://github.com/gobuffalo/buffalo/issues/388)
   481  - Resource generator should be able to generate JSON [\#365](https://github.com/gobuffalo/buffalo/issues/365)
   482  - Add support for "named routes" [\#210](https://github.com/gobuffalo/buffalo/issues/210)
   483  
   484  **Closed issues:**
   485  
   486  - Command failing on MacOS Sierra 10.12 [\#404](https://github.com/gobuffalo/buffalo/issues/404)
   487  - Gracefully handle panics [\#401](https://github.com/gobuffalo/buffalo/issues/401)
   488  - i18n should search for the language in the session as well [\#397](https://github.com/gobuffalo/buffalo/issues/397)
   489  - babel deprecation warning during creation [\#395](https://github.com/gobuffalo/buffalo/issues/395)
   490  - DB reverse tools  [\#393](https://github.com/gobuffalo/buffalo/issues/393)
   491  - Generator New - can't get package [\#385](https://github.com/gobuffalo/buffalo/issues/385)
   492  - field name got cut off if it ends with s when generate resource [\#384](https://github.com/gobuffalo/buffalo/issues/384)
   493  - I've got "undefined: models in models.User" [\#383](https://github.com/gobuffalo/buffalo/issues/383)
   494  
   495  **Merged pull requests:**
   496  
   497  - Added a ldflags option to the build command [\#409](https://github.com/gobuffalo/buffalo/pull/409) ([tbasnett](https://github.com/tbasnett))
   498  - specified a version for certain deprecations [\#408](https://github.com/gobuffalo/buffalo/pull/408) ([markbates](https://github.com/markbates))
   499  - 0.8.2 [\#405](https://github.com/gobuffalo/buffalo/pull/405) ([markbates](https://github.com/markbates))
   500  - gcc, node and npm dependecies [\#403](https://github.com/gobuffalo/buffalo/pull/403) ([danielsousaio](https://github.com/danielsousaio))
   501  - Gracefully handle panics fixes \#401 [\#402](https://github.com/gobuffalo/buffalo/pull/402) ([markbates](https://github.com/markbates))
   502  - add forbidden app names validation check [\#400](https://github.com/gobuffalo/buffalo/pull/400) ([marythought](https://github.com/marythought))
   503  - i18n should search for the language in the session as well fixes \#397 [\#398](https://github.com/gobuffalo/buffalo/pull/398) ([markbates](https://github.com/markbates))
   504  - babel deprecation warning during creation fixes \#395 [\#396](https://github.com/gobuffalo/buffalo/pull/396) ([markbates](https://github.com/markbates))
   505  - build tags can now be passed in. oh, and sqlite will not be compiled [\#392](https://github.com/gobuffalo/buffalo/pull/392) ([markbates](https://github.com/markbates))
   506  - Added XML resource generator, fixes \#388 [\#390](https://github.com/gobuffalo/buffalo/pull/390) ([stanislas-m](https://github.com/stanislas-m))
   507  - Csrf cleanup [\#387](https://github.com/gobuffalo/buffalo/pull/387) ([markbates](https://github.com/markbates))
   508  - Implements JSON resource generator [\#386](https://github.com/gobuffalo/buffalo/pull/386) ([stanislas-m](https://github.com/stanislas-m))
   509  - Named Routes implementation. [\#332](https://github.com/gobuffalo/buffalo/pull/332) ([paganotoni](https://github.com/paganotoni))
   510  
   511  ## [v0.8.1.2](https://github.com/gobuffalo/buffalo/tree/v0.8.1.2) (2017-04-13)
   512  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.1...v0.8.1.2)
   513  
   514  **Closed issues:**
   515  
   516  - Default routes listing link to the route [\#381](https://github.com/gobuffalo/buffalo/issues/381)
   517  - Add CSRF middleware handler to TestSuite [\#380](https://github.com/gobuffalo/buffalo/issues/380)
   518  - migration with model [\#379](https://github.com/gobuffalo/buffalo/issues/379)
   519  - Running outside of GOPATH fails [\#375](https://github.com/gobuffalo/buffalo/issues/375)
   520  - Warning when `go get`-ing buffalo [\#374](https://github.com/gobuffalo/buffalo/issues/374)
   521  
   522  **Merged pull requests:**
   523  
   524  - updated the examples apps to use c.Value instead of the old c.Get function [\#377](https://github.com/gobuffalo/buffalo/pull/377) ([markbates](https://github.com/markbates))
   525  
   526  ## [v0.8.1](https://github.com/gobuffalo/buffalo/tree/v0.8.1) (2017-04-10)
   527  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.0...v0.8.1)
   528  
   529  **Fixed bugs:**
   530  
   531  - --skip-pop doesn't work [\#343](https://github.com/gobuffalo/buffalo/issues/343)
   532  - Install in Arch Linux fails [\#311](https://github.com/gobuffalo/buffalo/issues/311)
   533  
   534  **Closed issues:**
   535  
   536  - sqlite cant store image blobs [\#372](https://github.com/gobuffalo/buffalo/issues/372)
   537  - go get on macOS Sierra exits with Killed: 9 [\#371](https://github.com/gobuffalo/buffalo/issues/371)
   538  - node deprecation warning for loader-utils [\#369](https://github.com/gobuffalo/buffalo/issues/369)
   539  - Using Laravel Mix as a webpack wrapper for easier usage and sensible defaults [\#368](https://github.com/gobuffalo/buffalo/issues/368)
   540  - Resource names don't show up correctly in routes tables [\#362](https://github.com/gobuffalo/buffalo/issues/362)
   541  - Create project issue [\#359](https://github.com/gobuffalo/buffalo/issues/359)
   542  - New Generator - System Init [\#357](https://github.com/gobuffalo/buffalo/issues/357)
   543  - stdout on windows console. [\#348](https://github.com/gobuffalo/buffalo/issues/348)
   544  - actions-packr.go: path error in windows [\#347](https://github.com/gobuffalo/buffalo/issues/347)
   545  - Upgrading to V0.8X [\#346](https://github.com/gobuffalo/buffalo/issues/346)
   546  - context.Logger\(\).InfoF or Errorf does not have color [\#344](https://github.com/gobuffalo/buffalo/issues/344)
   547  - Generate the `middleware.CSRF` middleware in new applications [\#342](https://github.com/gobuffalo/buffalo/issues/342)
   548  - Patch for a new project, "buffalo new" cmd on windows 10 [\#340](https://github.com/gobuffalo/buffalo/issues/340)
   549  - Upgrade of gobuffalo and running go setup -u wants to reference a resolvers package that doesn't exist anymore [\#339](https://github.com/gobuffalo/buffalo/issues/339)
   550  - Getting "Killed: 9" response from buffalo binary [\#338](https://github.com/gobuffalo/buffalo/issues/338)
   551  - reflect.Set: value of type uuid.UUID is not assignable to type uuid.UUID [\#337](https://github.com/gobuffalo/buffalo/issues/337)
   552  - Windows 10 new buffalo site sqlite3 "\<no value\>" in database.yml [\#336](https://github.com/gobuffalo/buffalo/issues/336)
   553  - Integration test to resources fails, when basic implementation contains a model. [\#328](https://github.com/gobuffalo/buffalo/issues/328)
   554  - Add basic functions into the default implementation of resource functions [\#297](https://github.com/gobuffalo/buffalo/issues/297)
   555  - I18n \(internationalisation\) support [\#249](https://github.com/gobuffalo/buffalo/issues/249)
   556  
   557  **Merged pull requests:**
   558  
   559  - Merge Development branch for v0.8.1 [\#373](https://github.com/gobuffalo/buffalo/pull/373) ([markbates](https://github.com/markbates))
   560  - generate app.go to have translations available in actions [\#370](https://github.com/gobuffalo/buffalo/pull/370) ([markbates](https://github.com/markbates))
   561  - Typo in setup command long description [\#367](https://github.com/gobuffalo/buffalo/pull/367) ([jmhobbs](https://github.com/jmhobbs))
   562  - Resource names don't show up correctly in routes tables fixes \#362 [\#363](https://github.com/gobuffalo/buffalo/pull/363) ([markbates](https://github.com/markbates))
   563  - Translate in actions [\#361](https://github.com/gobuffalo/buffalo/pull/361) ([markbates](https://github.com/markbates))
   564  - I18n \(internationalisation\) support closes \#249 [\#354](https://github.com/gobuffalo/buffalo/pull/354) ([markbates](https://github.com/markbates))
   565  - Generate the `middleware.CSRF` middleware in new applications closes \#342 [\#353](https://github.com/gobuffalo/buffalo/pull/353) ([markbates](https://github.com/markbates))
   566  - Resource generator fixes \#328 [\#352](https://github.com/gobuffalo/buffalo/pull/352) ([markbates](https://github.com/markbates))
   567  - Build webpack assets for production in `buffalo build` [\#351](https://github.com/gobuffalo/buffalo/pull/351) ([mattdoran](https://github.com/mattdoran))
   568  - Setup webpack to enable full ES6 transpile [\#350](https://github.com/gobuffalo/buffalo/pull/350) ([mattdoran](https://github.com/mattdoran))
   569  - turn off colored output on windows in dev mode. fixes \#348 [\#349](https://github.com/gobuffalo/buffalo/pull/349) ([markbates](https://github.com/markbates))
   570  - --skip-pop doesn't work fixes \#343 [\#345](https://github.com/gobuffalo/buffalo/pull/345) ([markbates](https://github.com/markbates))
   571  - ignore case when checking if the user is in the GOPATH. fixes \#340 [\#341](https://github.com/gobuffalo/buffalo/pull/341) ([markbates](https://github.com/markbates))
   572  - added a ParameterLogger middleware [\#334](https://github.com/gobuffalo/buffalo/pull/334) ([markbates](https://github.com/markbates))
   573  - Resource generator --use-model \#297 fixes \#328 [\#333](https://github.com/gobuffalo/buffalo/pull/333) ([as27](https://github.com/as27))
   574  
   575  ## [v0.8.0](https://github.com/gobuffalo/buffalo/tree/v0.8.0) (2017-03-27)
   576  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.0.dev...v0.8.0)
   577  
   578  ## [v0.8.0.dev](https://github.com/gobuffalo/buffalo/tree/v0.8.0.dev) (2017-03-27)
   579  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.4.1...v0.8.0.dev)
   580  
   581  **Implemented enhancements:**
   582  
   583  - Potential enhancement -- version cmd [\#322](https://github.com/gobuffalo/buffalo/issues/322)
   584  - Generate a default .gitlab-ci.yml file for new projects [\#181](https://github.com/gobuffalo/buffalo/issues/181)
   585  - React+Babel+webpack generator [\#125](https://github.com/gobuffalo/buffalo/issues/125)
   586  
   587  **Closed issues:**
   588  
   589  - Test fails in v0.8.0 buffalo/cmd/generate on Windows [\#325](https://github.com/gobuffalo/buffalo/issues/325)
   590  - Asset paths returning 404 [\#324](https://github.com/gobuffalo/buffalo/issues/324)
   591  - Having trouble installing -- prob easy fix [\#317](https://github.com/gobuffalo/buffalo/issues/317)
   592  - Update docs to reflect current state of template context. [\#312](https://github.com/gobuffalo/buffalo/issues/312)
   593  
   594  **Merged pull requests:**
   595  
   596  - Adds a version command to the CLI [\#330](https://github.com/gobuffalo/buffalo/pull/330) ([SpencerCDixon](https://github.com/SpencerCDixon))
   597  - Issue \#325 fixed failing windows tests [\#327](https://github.com/gobuffalo/buffalo/pull/327) ([as27](https://github.com/as27))
   598  - fix output path [\#323](https://github.com/gobuffalo/buffalo/pull/323) ([mario-seidel](https://github.com/mario-seidel))
   599  - Params doc fix [\#321](https://github.com/gobuffalo/buffalo/pull/321) ([markbates](https://github.com/markbates))
   600  - rewrote the default "routes" task so it doesn't need to import the tablewriter package any more [\#320](https://github.com/gobuffalo/buffalo/pull/320) ([markbates](https://github.com/markbates))
   601  - no longer need to shell out to the grifts binary [\#319](https://github.com/gobuffalo/buffalo/pull/319) ([markbates](https://github.com/markbates))
   602  - Gen seed script [\#318](https://github.com/gobuffalo/buffalo/pull/318) ([markbates](https://github.com/markbates))
   603  - Added a "buffalo setup" command to make sure applications are setup and [\#316](https://github.com/gobuffalo/buffalo/pull/316) ([markbates](https://github.com/markbates))
   604  - spelling fix - chosing -\> choosing [\#314](https://github.com/gobuffalo/buffalo/pull/314) ([corylanou](https://github.com/corylanou))
   605  - V0.8.0 [\#269](https://github.com/gobuffalo/buffalo/pull/269) ([markbates](https://github.com/markbates))
   606  
   607  ## [v0.7.4.1](https://github.com/gobuffalo/buffalo/tree/v0.7.4.1) (2017-03-22)
   608  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.4...v0.7.4.1)
   609  
   610  **Implemented enhancements:**
   611  
   612  - Drop go.rice support [\#290](https://github.com/gobuffalo/buffalo/issues/290)
   613  - Provide a CSRF middleware [\#243](https://github.com/gobuffalo/buffalo/issues/243)
   614  - Proposal: ActionSuite [\#242](https://github.com/gobuffalo/buffalo/issues/242)
   615  - Clean up the generate package [\#165](https://github.com/gobuffalo/buffalo/issues/165)
   616  - Improve resource generator to also generate the model and migration [\#42](https://github.com/gobuffalo/buffalo/issues/42)
   617  - Added CSRF middleware \(fix issue \#243\) [\#271](https://github.com/gobuffalo/buffalo/pull/271) ([stanislas-m](https://github.com/stanislas-m))
   618  
   619  **Fixed bugs:**
   620  
   621  - The migrate command on a built binary doesn't work [\#289](https://github.com/gobuffalo/buffalo/issues/289)
   622  
   623  **Closed issues:**
   624  
   625  - New project - webpack error [\#310](https://github.com/gobuffalo/buffalo/issues/310)
   626  - Lower case package dependency [\#308](https://github.com/gobuffalo/buffalo/issues/308)
   627  - Context Session [\#306](https://github.com/gobuffalo/buffalo/issues/306)
   628  - Best practices of model error handling  [\#304](https://github.com/gobuffalo/buffalo/issues/304)
   629  - fatal error: concurrent map writes [\#303](https://github.com/gobuffalo/buffalo/issues/303)
   630  - Test fails on Windows in router\_test.go [\#295](https://github.com/gobuffalo/buffalo/issues/295)
   631  - sql: Scan error [\#288](https://github.com/gobuffalo/buffalo/issues/288)
   632  - context.HasParam\(name\) ? [\#285](https://github.com/gobuffalo/buffalo/issues/285)
   633  - Documented video link is broken [\#284](https://github.com/gobuffalo/buffalo/issues/284)
   634  - Set up test db before running `buffalo test` [\#281](https://github.com/gobuffalo/buffalo/issues/281)
   635  - Removed the dependency on TT \(and BoltDB\) [\#280](https://github.com/gobuffalo/buffalo/issues/280)
   636  - Skip vendor directory during build when looking for rice files [\#278](https://github.com/gobuffalo/buffalo/issues/278)
   637  - Remove the new relic middleware from the 'middleware' package [\#225](https://github.com/gobuffalo/buffalo/issues/225)
   638  
   639  **Merged pull requests:**
   640  
   641  - run templates through the markdown engine first before going through plush [\#307](https://github.com/gobuffalo/buffalo/pull/307) ([markbates](https://github.com/markbates))
   642  - Fix \#181: generate default gitlab ci config [\#305](https://github.com/gobuffalo/buffalo/pull/305) ([stanislas-m](https://github.com/stanislas-m))
   643  - Action and Model Suites [\#302](https://github.com/gobuffalo/buffalo/pull/302) ([markbates](https://github.com/markbates))
   644  - Removed Resolvers and Cleaned up actions/render.go [\#301](https://github.com/gobuffalo/buffalo/pull/301) ([markbates](https://github.com/markbates))
   645  - cleaned up a bunch of code that did stuff with multiple go paths [\#300](https://github.com/gobuffalo/buffalo/pull/300) ([markbates](https://github.com/markbates))
   646  - use schema's to set up the test database [\#299](https://github.com/gobuffalo/buffalo/pull/299) ([markbates](https://github.com/markbates))
   647  - Correcting router\_test.go fixes \#295 [\#296](https://github.com/gobuffalo/buffalo/pull/296) ([as27](https://github.com/as27))
   648  - Typo in Resource documentation fixed [\#294](https://github.com/gobuffalo/buffalo/pull/294) ([as27](https://github.com/as27))
   649  - Drop go.rice support in favor of Packr [\#293](https://github.com/gobuffalo/buffalo/pull/293) ([markbates](https://github.com/markbates))
   650  - Remove new relic [\#283](https://github.com/gobuffalo/buffalo/pull/283) ([markbates](https://github.com/markbates))
   651  - Removed the dependency on TT \(and BoltDB\) closes \#280 and closes \#281 [\#282](https://github.com/gobuffalo/buffalo/pull/282) ([markbates](https://github.com/markbates))
   652  - Skip vendor directory during build when looking for rice files [\#279](https://github.com/gobuffalo/buffalo/pull/279) ([markbates](https://github.com/markbates))
   653  - Get valid gopath if multiple [\#275](https://github.com/gobuffalo/buffalo/pull/275) ([fooflare](https://github.com/fooflare))
   654  - Deplist [\#274](https://github.com/gobuffalo/buffalo/pull/274) ([markbates](https://github.com/markbates))
   655  - Switched to using github.com/gobuffalo/makr for generators [\#273](https://github.com/gobuffalo/buffalo/pull/273) ([markbates](https://github.com/markbates))
   656  - Clean up the generate package [\#272](https://github.com/gobuffalo/buffalo/pull/272) ([markbates](https://github.com/markbates))
   657  - \[feature\] implementing model generation for resources [\#270](https://github.com/gobuffalo/buffalo/pull/270) ([paganotoni](https://github.com/paganotoni))
   658  - now that 1.8 is released we should be testing against the latest Go as well [\#268](https://github.com/gobuffalo/buffalo/pull/268) ([markbates](https://github.com/markbates))
   659  - Convert Buffalo to use Plush by default [\#267](https://github.com/gobuffalo/buffalo/pull/267) ([markbates](https://github.com/markbates))
   660  
   661  ## [v0.7.4](https://github.com/gobuffalo/buffalo/tree/v0.7.4) (2017-03-03)
   662  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.3...v0.7.4)
   663  
   664  **Implemented enhancements:**
   665  
   666  - Add yarn as alternative --with-yarn [\#256](https://github.com/gobuffalo/buffalo/pull/256) ([fooflare](https://github.com/fooflare))
   667  
   668  **Fixed bugs:**
   669  
   670  - Buffalo needs to be updated to support Webpack 2.2.x [\#195](https://github.com/gobuffalo/buffalo/issues/195)
   671  
   672  **Closed issues:**
   673  
   674  - buffalo command throwing errors [\#266](https://github.com/gobuffalo/buffalo/issues/266)
   675  - v0.7.3 webpack2.0 release breaks default configuration [\#262](https://github.com/gobuffalo/buffalo/issues/262)
   676  - models starting with a b produce errors [\#261](https://github.com/gobuffalo/buffalo/issues/261)
   677  - App.Group incorrectly builds paths on Windows machines [\#258](https://github.com/gobuffalo/buffalo/issues/258)
   678  - Can't register custom error handler [\#255](https://github.com/gobuffalo/buffalo/issues/255)
   679  - install fails when sqllite fails to build. [\#253](https://github.com/gobuffalo/buffalo/issues/253)
   680  - Add Support for MongoDB via mgo package [\#252](https://github.com/gobuffalo/buffalo/issues/252)
   681  - Documentation Needs to State Requirement for Go \>= 1.7 [\#251](https://github.com/gobuffalo/buffalo/issues/251)
   682  
   683  **Merged pull requests:**
   684  
   685  - Inching towards being able to use different template engines in Buffalo [\#265](https://github.com/gobuffalo/buffalo/pull/265) ([markbates](https://github.com/markbates))
   686  - support binding of html multipart post requests [\#264](https://github.com/gobuffalo/buffalo/pull/264) ([tsauter](https://github.com/tsauter))
   687  - Webpack v2.2.1 upgrade [\#263](https://github.com/gobuffalo/buffalo/pull/263) ([fooflare](https://github.com/fooflare))
   688  - fixed build so it also builds non-db apps [\#260](https://github.com/gobuffalo/buffalo/pull/260) ([markbates](https://github.com/markbates))
   689  - updated router Group function to acount for Windows path cruft [\#259](https://github.com/gobuffalo/buffalo/pull/259) ([schigh](https://github.com/schigh))
   690  - Copy ErrorHandlers to Group. [\#257](https://github.com/gobuffalo/buffalo/pull/257) ([drlogout](https://github.com/drlogout))
   691  - Add Go version requirement to README.md [\#254](https://github.com/gobuffalo/buffalo/pull/254) ([gillchristian](https://github.com/gillchristian))
   692  
   693  ## [v0.7.3](https://github.com/gobuffalo/buffalo/tree/v0.7.3) (2017-02-15)
   694  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.2...v0.7.3)
   695  
   696  **Implemented enhancements:**
   697  
   698  - Add a Redirect function to the Router [\#245](https://github.com/gobuffalo/buffalo/issues/245)
   699  - Add a `Clear` function to Session [\#230](https://github.com/gobuffalo/buffalo/issues/230)
   700  - Run tasks from the built binary [\#224](https://github.com/gobuffalo/buffalo/issues/224)
   701  -  create a new buffalo app in the current directory [\#206](https://github.com/gobuffalo/buffalo/issues/206)
   702  
   703  **Closed issues:**
   704  
   705  - Best way to wrap or dispatch to http.Handler [\#241](https://github.com/gobuffalo/buffalo/issues/241)
   706  - Allow for new binders to be registered with Buffalo [\#222](https://github.com/gobuffalo/buffalo/issues/222)
   707  - nulls package types can't be decoded with gorilla [\#221](https://github.com/gobuffalo/buffalo/issues/221)
   708  
   709  **Merged pull requests:**
   710  
   711  - Run tasks from the built binary closes \#224 [\#248](https://github.com/gobuffalo/buffalo/pull/248) ([markbates](https://github.com/markbates))
   712  - Use envy instead of defaults for new apps [\#247](https://github.com/gobuffalo/buffalo/pull/247) ([markbates](https://github.com/markbates))
   713  - Add a Redirect function to the Router closes \#245 [\#246](https://github.com/gobuffalo/buffalo/pull/246) ([markbates](https://github.com/markbates))
   714  - Add an empty Helpers map to actions/render.go [\#244](https://github.com/gobuffalo/buffalo/pull/244) ([markbates](https://github.com/markbates))
   715  - Content type ranging - extra test [\#238](https://github.com/gobuffalo/buffalo/pull/238) ([philipithomas](https://github.com/philipithomas))
   716  - fixed the generation of the refresh file if it didn't exist [\#237](https://github.com/gobuffalo/buffalo/pull/237) ([markbates](https://github.com/markbates))
   717  - buffalo db should now print out `buffalo db` and not `buffalo soda`. [\#236](https://github.com/gobuffalo/buffalo/pull/236) ([markbates](https://github.com/markbates))
   718  - removed the no longer existing docs for LogDir and added some for [\#235](https://github.com/gobuffalo/buffalo/pull/235) ([markbates](https://github.com/markbates))
   719  - content types need to be ranged over in case of ones with a ';' in them [\#234](https://github.com/gobuffalo/buffalo/pull/234) ([markbates](https://github.com/markbates))
   720  - create a new buffalo app in the current directory closes \#206 [\#233](https://github.com/gobuffalo/buffalo/pull/233) ([markbates](https://github.com/markbates))
   721  - put the current\_path in the context closes \#207 [\#232](https://github.com/gobuffalo/buffalo/pull/232) ([markbates](https://github.com/markbates))
   722  - Add a `Clear` function to Session closes \#230 [\#231](https://github.com/gobuffalo/buffalo/pull/231) ([markbates](https://github.com/markbates))
   723  - Update usage of validate in html-crud example [\#228](https://github.com/gobuffalo/buffalo/pull/228) ([srt32](https://github.com/srt32))
   724  - removed the multilogger since it wasn't providing any real benefit [\#227](https://github.com/gobuffalo/buffalo/pull/227) ([markbates](https://github.com/markbates))
   725  - removed the used MethodOverride var and a duplicate check for setting the MethodOverride [\#226](https://github.com/gobuffalo/buffalo/pull/226) ([markbates](https://github.com/markbates))
   726  - Custom binders [\#223](https://github.com/gobuffalo/buffalo/pull/223) ([markbates](https://github.com/markbates))
   727  
   728  ## [v0.7.2](https://github.com/gobuffalo/buffalo/tree/v0.7.2) (2017-02-03)
   729  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.1...v0.7.2)
   730  
   731  **Implemented enhancements:**
   732  
   733  - Buffalo new command unsopported multiple GOPATH [\#203](https://github.com/gobuffalo/buffalo/issues/203)
   734  - Resource generator shouldn't generate pointers [\#198](https://github.com/gobuffalo/buffalo/issues/198)
   735  - Resource generator should generate a better variable name [\#197](https://github.com/gobuffalo/buffalo/issues/197)
   736  - Make sure a new Buffalo app doesn't have Context\#Get deprecation warnings [\#194](https://github.com/gobuffalo/buffalo/issues/194)
   737  - Add file:line info to Context\#Get deprecation warnings [\#193](https://github.com/gobuffalo/buffalo/issues/193)
   738  - Logrus middleware for Buffalo [\#188](https://github.com/gobuffalo/buffalo/issues/188)
   739  - Allow build command to split assets bundle and binary app [\#170](https://github.com/gobuffalo/buffalo/issues/170)
   740  - Buffalo fails to start/build/test on Windows [\#166](https://github.com/gobuffalo/buffalo/issues/166)
   741  - Buffalo new "welcome" output [\#164](https://github.com/gobuffalo/buffalo/issues/164)
   742  - Flash [\#139](https://github.com/gobuffalo/buffalo/issues/139)
   743  - Need a way to easily add "routes" when generating files. [\#105](https://github.com/gobuffalo/buffalo/issues/105)
   744  - Add a form builder helper  [\#96](https://github.com/gobuffalo/buffalo/issues/96)
   745  - Buffalo Docker Image [\#89](https://github.com/gobuffalo/buffalo/issues/89)
   746  - generate a default .travis.yml file for new projects [\#36](https://github.com/gobuffalo/buffalo/issues/36)
   747  - add a `grift test` task [\#20](https://github.com/gobuffalo/buffalo/issues/20)
   748  - Add a default 500 page [\#14](https://github.com/gobuffalo/buffalo/issues/14)
   749  - Updated Unknown Error message [\#162](https://github.com/gobuffalo/buffalo/pull/162) ([bscott](https://github.com/bscott))
   750  - Skip webpack install if already in PATH [\#158](https://github.com/gobuffalo/buffalo/pull/158) ([mdhender](https://github.com/mdhender))
   751  
   752  **Fixed bugs:**
   753  
   754  - Buffalo fails to start/build/test on Windows [\#166](https://github.com/gobuffalo/buffalo/issues/166)
   755  - running multiple `buffalo` commands causes a "timeout" [\#67](https://github.com/gobuffalo/buffalo/issues/67)
   756  
   757  **Closed issues:**
   758  
   759  - Remove all licensing from the top of `cmd` files [\#208](https://github.com/gobuffalo/buffalo/issues/208)
   760  - Templates when Rendering from Resource [\#204](https://github.com/gobuffalo/buffalo/issues/204)
   761  - Silent failure of unknown db type [\#183](https://github.com/gobuffalo/buffalo/issues/183)
   762  - Action generator should append new tests instead of clearing test file [\#174](https://github.com/gobuffalo/buffalo/issues/174)
   763  - Generating invalid .codeclimate.yml [\#173](https://github.com/gobuffalo/buffalo/issues/173)
   764  - Binary name should have ".exe" implicitly appended to it on Windows [\#169](https://github.com/gobuffalo/buffalo/issues/169)
   765  - There was a problem starting the dev server [\#156](https://github.com/gobuffalo/buffalo/issues/156)
   766  - buffalo.Context should implement the context.Context interface [\#153](https://github.com/gobuffalo/buffalo/issues/153)
   767  - Cross-compiling fails from 64-bit linux to arm linux [\#142](https://github.com/gobuffalo/buffalo/issues/142)
   768  - Prevent new app creation from outside the Go workspace [\#140](https://github.com/gobuffalo/buffalo/issues/140)
   769  - Problem starting "buffalo dev" server [\#135](https://github.com/gobuffalo/buffalo/issues/135)
   770  - Installation on macOS fails at go-sqlite3 step [\#128](https://github.com/gobuffalo/buffalo/issues/128)
   771  - Tests only running in latest stable Go version [\#123](https://github.com/gobuffalo/buffalo/issues/123)
   772  - Add a test helper equivalent of the PopTransaction middleware [\#22](https://github.com/gobuffalo/buffalo/issues/22)
   773  
   774  **Merged pull requests:**
   775  
   776  - make the Flash\#Persist function private [\#219](https://github.com/gobuffalo/buffalo/pull/219) ([markbates](https://github.com/markbates))
   777  - Buffalo new "welcome" output closes \#164 [\#218](https://github.com/gobuffalo/buffalo/pull/218) ([markbates](https://github.com/markbates))
   778  - 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))
   779  - Adds Test cases for the travis/none ci-provider generation [\#212](https://github.com/gobuffalo/buffalo/pull/212) ([paganotoni](https://github.com/paganotoni))
   780  - Remove all licensing from the top of `cmd` files closes \#208 [\#209](https://github.com/gobuffalo/buffalo/pull/209) ([markbates](https://github.com/markbates))
   781  - 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))
   782  - \[\#193\] adding line number to the Context\#Get warning [\#202](https://github.com/gobuffalo/buffalo/pull/202) ([paganotoni](https://github.com/paganotoni))
   783  - \[\#194\] Avoid Context\#Get warnings on the newly created app. [\#201](https://github.com/gobuffalo/buffalo/pull/201) ([paganotoni](https://github.com/paganotoni))
   784  - \[\#198\] moving resource generator to avoid pointers [\#200](https://github.com/gobuffalo/buffalo/pull/200) ([paganotoni](https://github.com/paganotoni))
   785  - \[\#197\] generates better code inside actions [\#199](https://github.com/gobuffalo/buffalo/pull/199) ([paganotoni](https://github.com/paganotoni))
   786  - 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))
   787  - Fixed actions generator: imports were missing. [\#192](https://github.com/gobuffalo/buffalo/pull/192) ([stanislas-m](https://github.com/stanislas-m))
   788  - remove unused code [\#191](https://github.com/gobuffalo/buffalo/pull/191) ([philipithomas](https://github.com/philipithomas))
   789  - convert Version to constant [\#190](https://github.com/gobuffalo/buffalo/pull/190) ([philipithomas](https://github.com/philipithomas))
   790  - Add Golint and fix all issues [\#189](https://github.com/gobuffalo/buffalo/pull/189) ([philipithomas](https://github.com/philipithomas))
   791  - better error printing. [\#186](https://github.com/gobuffalo/buffalo/pull/186) ([markbates](https://github.com/markbates))
   792  - fixes \#183 [\#185](https://github.com/gobuffalo/buffalo/pull/185) ([amedeiros](https://github.com/amedeiros))
   793  - \[feature\] adds .travis.yml when generating a new app [\#184](https://github.com/gobuffalo/buffalo/pull/184) ([paganotoni](https://github.com/paganotoni))
   794  - 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))
   795  - 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))
   796  - fixed an issue where flash messages where not clearing properly [\#178](https://github.com/gobuffalo/buffalo/pull/178) ([markbates](https://github.com/markbates))
   797  - Fixes \#173 [\#177](https://github.com/gobuffalo/buffalo/pull/177) ([amedeiros](https://github.com/amedeiros))
   798  - Skipping test generation if test exists on action generation [\#176](https://github.com/gobuffalo/buffalo/pull/176) ([paganotoni](https://github.com/paganotoni))
   799  - Fixed action generator which erased previously defined tests [\#175](https://github.com/gobuffalo/buffalo/pull/175) ([stanislas-m](https://github.com/stanislas-m))
   800  - Fix rendering if alternative layout is used  closes \#167 [\#171](https://github.com/gobuffalo/buffalo/pull/171) ([markbates](https://github.com/markbates))
   801  - fix webpack to run locally on windows [\#168](https://github.com/gobuffalo/buffalo/pull/168) ([markbates](https://github.com/markbates))
   802  - Added jetbrains IDE workspace directory for such IDE's as Gogland [\#163](https://github.com/gobuffalo/buffalo/pull/163) ([bscott](https://github.com/bscott))
   803  - Creating a new app with webpack requires admin privileges closes \#157 [\#161](https://github.com/gobuffalo/buffalo/pull/161) ([markbates](https://github.com/markbates))
   804  - updated contributers list [\#155](https://github.com/gobuffalo/buffalo/pull/155) ([markbates](https://github.com/markbates))
   805  - buffalo.Context should implement the context.Context interface close … [\#154](https://github.com/gobuffalo/buffalo/pull/154) ([markbates](https://github.com/markbates))
   806  - changed a few pointers in the render package to not pointers [\#152](https://github.com/gobuffalo/buffalo/pull/152) ([markbates](https://github.com/markbates))
   807  - removed a few debug statements [\#151](https://github.com/gobuffalo/buffalo/pull/151) ([markbates](https://github.com/markbates))
   808  - Fix spelling mistake in PopTransaction documentation [\#147](https://github.com/gobuffalo/buffalo/pull/147) ([DanielHeckrath](https://github.com/DanielHeckrath))
   809  - fix browser typo [\#145](https://github.com/gobuffalo/buffalo/pull/145) ([dankleiman](https://github.com/dankleiman))
   810  - Minor spelling/grammar fixes [\#144](https://github.com/gobuffalo/buffalo/pull/144) ([mrxinu](https://github.com/mrxinu))
   811  - Implementing the `flash` helper [\#143](https://github.com/gobuffalo/buffalo/pull/143) ([paganotoni](https://github.com/paganotoni))
   812  - Prevent new app creation from outside the Go workspace [\#141](https://github.com/gobuffalo/buffalo/pull/141) ([markbates](https://github.com/markbates))
   813  - UnWrap HttpErrors in pop middleware and return them. [\#138](https://github.com/gobuffalo/buffalo/pull/138) ([lumost](https://github.com/lumost))
   814  - preventing wrapping errors with point in error handler stack [\#137](https://github.com/gobuffalo/buffalo/pull/137) ([lumost](https://github.com/lumost))
   815  - import buffalo when generating a new action [\#136](https://github.com/gobuffalo/buffalo/pull/136) ([lumost](https://github.com/lumost))
   816  - First Attempt at \#105  [\#112](https://github.com/gobuffalo/buffalo/pull/112) ([paganotoni](https://github.com/paganotoni))
   817  
   818  ## [v0.7.1](https://github.com/gobuffalo/buffalo/tree/v0.7.1) (2017-01-13)
   819  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.0...v0.7.1)
   820  
   821  **Closed issues:**
   822  
   823  - Channel for community chat [\#126](https://github.com/gobuffalo/buffalo/issues/126)
   824  - build\_path does not work for Windows [\#124](https://github.com/gobuffalo/buffalo/issues/124)
   825  - Installation error [\#120](https://github.com/gobuffalo/buffalo/issues/120)
   826  - Default js and css file when webpack is skipped [\#116](https://github.com/gobuffalo/buffalo/issues/116)
   827  - go.rice requirement in build [\#115](https://github.com/gobuffalo/buffalo/issues/115)
   828  - Warn user about SESSION\_SECRET variable? [\#114](https://github.com/gobuffalo/buffalo/issues/114)
   829  - Buffalo sub-commands unavailable [\#113](https://github.com/gobuffalo/buffalo/issues/113)
   830  - Error installing buffalo.  [\#111](https://github.com/gobuffalo/buffalo/issues/111)
   831  - In `production` mode Buffalo/Velvet templates show traces [\#110](https://github.com/gobuffalo/buffalo/issues/110)
   832  - buffalo new \<project\> fails looking for golang.org/x/tools/go/gcimporter [\#108](https://github.com/gobuffalo/buffalo/issues/108)
   833  - missing "public/assets" box on new app without webpack [\#104](https://github.com/gobuffalo/buffalo/issues/104)
   834  - SHOULDERS update & grift task [\#99](https://github.com/gobuffalo/buffalo/issues/99)
   835  - \[minor\] dev mode on non-buffalo project results in panic [\#91](https://github.com/gobuffalo/buffalo/issues/91)
   836  - typo in generated database.yml? [\#87](https://github.com/gobuffalo/buffalo/issues/87)
   837  - Buffalo dev not starting [\#86](https://github.com/gobuffalo/buffalo/issues/86)
   838  - Export fileResolver Field in Render Options Struct  [\#84](https://github.com/gobuffalo/buffalo/issues/84)
   839  - `buffalo task` should forward to `grift` [\#59](https://github.com/gobuffalo/buffalo/issues/59)
   840  - generate a default .codeclimate.yml file for new projects [\#37](https://github.com/gobuffalo/buffalo/issues/37)
   841  - generate a README.md for new projects [\#35](https://github.com/gobuffalo/buffalo/issues/35)
   842  - Don't write test.log files when running tests [\#17](https://github.com/gobuffalo/buffalo/issues/17)
   843  - Add an "actions" generator [\#16](https://github.com/gobuffalo/buffalo/issues/16)
   844  
   845  **Merged pull requests:**
   846  
   847  - Add badge for Go Report Card to README [\#132](https://github.com/gobuffalo/buffalo/pull/132) ([stuartellis](https://github.com/stuartellis))
   848  - Makes our tests run on Go 1.7 and 1.8 [\#131](https://github.com/gobuffalo/buffalo/pull/131) ([paganotoni](https://github.com/paganotoni))
   849  - build\_path does not work for Windows closes \#124 [\#130](https://github.com/gobuffalo/buffalo/pull/130) ([markbates](https://github.com/markbates))
   850  - Edit some typo [\#129](https://github.com/gobuffalo/buffalo/pull/129) ([janczer](https://github.com/janczer))
   851  - Passing some issues from codeclimate [\#122](https://github.com/gobuffalo/buffalo/pull/122) ([paganotoni](https://github.com/paganotoni))
   852  - 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))
   853  - Warn user about SESSION\_SECRET variable? closes \#114 [\#119](https://github.com/gobuffalo/buffalo/pull/119) ([markbates](https://github.com/markbates))
   854  - 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))
   855  - Default css js files and no logo in assets wo webpack [\#117](https://github.com/gobuffalo/buffalo/pull/117) ([fooflare](https://github.com/fooflare))
   856  - 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))
   857  - missing "public/assets" box on new app without webpack closes \#104 [\#107](https://github.com/gobuffalo/buffalo/pull/107) ([markbates](https://github.com/markbates))
   858  - Using gentronics to generate the templates and the actions [\#106](https://github.com/gobuffalo/buffalo/pull/106) ([paganotoni](https://github.com/paganotoni))
   859  - Adds an Actions generator to the cmd package [\#103](https://github.com/gobuffalo/buffalo/pull/103) ([paganotoni](https://github.com/paganotoni))
   860  - Cleaning up some docs [\#102](https://github.com/gobuffalo/buffalo/pull/102) ([codyoss](https://github.com/codyoss))
   861  - Avoiding generating log folder when running tests. [\#101](https://github.com/gobuffalo/buffalo/pull/101) ([paganotoni](https://github.com/paganotoni))
   862  - \[grift\] changing the task to be pointing the buffalo repo [\#100](https://github.com/gobuffalo/buffalo/pull/100) ([paganotoni](https://github.com/paganotoni))
   863  - making buffalo call grift for the tasks [\#98](https://github.com/gobuffalo/buffalo/pull/98) ([paganotoni](https://github.com/paganotoni))
   864  - Update build.go [\#93](https://github.com/gobuffalo/buffalo/pull/93) ([arifemre](https://github.com/arifemre))
   865  - Update new.go [\#92](https://github.com/gobuffalo/buffalo/pull/92) ([arifemre](https://github.com/arifemre))
   866  - Typo in readme [\#90](https://github.com/gobuffalo/buffalo/pull/90) ([codyoss](https://github.com/codyoss))
   867  - Typos in readme [\#88](https://github.com/gobuffalo/buffalo/pull/88) ([kennygrant](https://github.com/kennygrant))
   868  
   869  ## [v0.7.0](https://github.com/gobuffalo/buffalo/tree/v0.7.0) (2017-01-04)
   870  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.6.0...v0.7.0)
   871  
   872  **Closed issues:**
   873  
   874  - Error When Generating Goth Code [\#79](https://github.com/gobuffalo/buffalo/issues/79)
   875  - Goth generator does not install required dependencies [\#75](https://github.com/gobuffalo/buffalo/issues/75)
   876  - Export goGet and goInstall from cmd package [\#73](https://github.com/gobuffalo/buffalo/issues/73)
   877  
   878  **Merged pull requests:**
   879  
   880  - issue-37: initial commit for codeclimate yml generation [\#83](https://github.com/gobuffalo/buffalo/pull/83) ([briandowns](https://github.com/briandowns))
   881  - issue-35: readme generator [\#82](https://github.com/gobuffalo/buffalo/pull/82) ([briandowns](https://github.com/briandowns))
   882  - 0.7.0 [\#81](https://github.com/gobuffalo/buffalo/pull/81) ([markbates](https://github.com/markbates))
   883  - test the goth generator in docker [\#78](https://github.com/gobuffalo/buffalo/pull/78) ([markbates](https://github.com/markbates))
   884  - added the CopyWebpackPlugin to copy files from assets directory [\#77](https://github.com/gobuffalo/buffalo/pull/77) ([markbates](https://github.com/markbates))
   885  - Install required dependencies when using the Goth generator [\#76](https://github.com/gobuffalo/buffalo/pull/76) ([intabulas](https://github.com/intabulas))
   886  - Make GoGet and GoInstall useable from generators [\#74](https://github.com/gobuffalo/buffalo/pull/74) ([intabulas](https://github.com/intabulas))
   887  
   888  ## [v0.6.0](https://github.com/gobuffalo/buffalo/tree/v0.6.0) (2016-12-29)
   889  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.5.1...v0.6.0)
   890  
   891  ## [v0.5.1](https://github.com/gobuffalo/buffalo/tree/v0.5.1) (2016-12-22)
   892  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.5.0...v0.5.1)
   893  
   894  **Closed issues:**
   895  
   896  - groups on groups should inherit the prefix of the previous group [\#72](https://github.com/gobuffalo/buffalo/issues/72)
   897  - Improve resource generator to insert the resource into actions/app.go [\#43](https://github.com/gobuffalo/buffalo/issues/43)
   898  
   899  ## [v0.5.0](https://github.com/gobuffalo/buffalo/tree/v0.5.0) (2016-12-21)
   900  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.7...v0.5.0)
   901  
   902  **Closed issues:**
   903  
   904  - Log should output host:port when starting up [\#70](https://github.com/gobuffalo/buffalo/issues/70)
   905  - add web pack to the "new" generator [\#18](https://github.com/gobuffalo/buffalo/issues/18)
   906  
   907  **Merged pull requests:**
   908  
   909  - add web pack to the "new" generator closes \#18 [\#71](https://github.com/gobuffalo/buffalo/pull/71) ([markbates](https://github.com/markbates))
   910  
   911  ## [v0.4.7](https://github.com/gobuffalo/buffalo/tree/v0.4.7) (2016-12-19)
   912  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.6...v0.4.7)
   913  
   914  **Closed issues:**
   915  
   916  - Add a generator for Goth [\#65](https://github.com/gobuffalo/buffalo/issues/65)
   917  - Add a REPL/console [\#63](https://github.com/gobuffalo/buffalo/issues/63)
   918  
   919  **Merged pull requests:**
   920  
   921  - auto mount a generated resource [\#69](https://github.com/gobuffalo/buffalo/pull/69) ([markbates](https://github.com/markbates))
   922  - add Host as an option to the App [\#68](https://github.com/gobuffalo/buffalo/pull/68) ([markbates](https://github.com/markbates))
   923  - Add a generator for Goth closes \#65 [\#66](https://github.com/gobuffalo/buffalo/pull/66) ([markbates](https://github.com/markbates))
   924  - Add a REPL/console closes \#63 [\#64](https://github.com/gobuffalo/buffalo/pull/64) ([markbates](https://github.com/markbates))
   925  
   926  ## [v0.4.6](https://github.com/gobuffalo/buffalo/tree/v0.4.6) (2016-12-15)
   927  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.5...v0.4.6)
   928  
   929  **Closed issues:**
   930  
   931  - Go Get Errors [\#61](https://github.com/gobuffalo/buffalo/issues/61)
   932  - `buffalo db` should forward to `soda` [\#58](https://github.com/gobuffalo/buffalo/issues/58)
   933  - markdown rendering breaks some raymond parsing [\#55](https://github.com/gobuffalo/buffalo/issues/55)
   934  - add template caching [\#54](https://github.com/gobuffalo/buffalo/issues/54)
   935  
   936  **Merged pull requests:**
   937  
   938  - Added a resolvers package to help find and resolve files. [\#62](https://github.com/gobuffalo/buffalo/pull/62) ([markbates](https://github.com/markbates))
   939  - `buffalo db` should forward to `soda` closes \#58 [\#60](https://github.com/gobuffalo/buffalo/pull/60) ([markbates](https://github.com/markbates))
   940  - small bug fixes to template caching [\#57](https://github.com/gobuffalo/buffalo/pull/57) ([markbates](https://github.com/markbates))
   941  - add template caching closes \#54 [\#56](https://github.com/gobuffalo/buffalo/pull/56) ([markbates](https://github.com/markbates))
   942  
   943  ## [v0.4.5](https://github.com/gobuffalo/buffalo/tree/v0.4.5) (2016-12-13)
   944  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.4...v0.4.5)
   945  
   946  **Closed issues:**
   947  
   948  - generate SHOULDERS.md when deploying a new release. [\#52](https://github.com/gobuffalo/buffalo/issues/52)
   949  - generate js & css files into sub directory of assets [\#49](https://github.com/gobuffalo/buffalo/issues/49)
   950  - PORT should be settable via an ENV var [\#47](https://github.com/gobuffalo/buffalo/issues/47)
   951  - define ENV at the top of actions/app.go [\#46](https://github.com/gobuffalo/buffalo/issues/46)
   952  - Add NewRelic middleware [\#45](https://github.com/gobuffalo/buffalo/issues/45)
   953  - Procfile should use the project name by default [\#44](https://github.com/gobuffalo/buffalo/issues/44)
   954  - Add a "resource" generator [\#41](https://github.com/gobuffalo/buffalo/issues/41)
   955  - Add "bootstrap" to the "new" generator \(optional\) [\#24](https://github.com/gobuffalo/buffalo/issues/24)
   956  - add a markdown renderer [\#13](https://github.com/gobuffalo/buffalo/issues/13)
   957  
   958  **Merged pull requests:**
   959  
   960  - Shoulders [\#53](https://github.com/gobuffalo/buffalo/pull/53) ([markbates](https://github.com/markbates))
   961  - add a markdown renderer closes \#13 [\#51](https://github.com/gobuffalo/buffalo/pull/51) ([markbates](https://github.com/markbates))
   962  - generate js & css files into sub directory of assets  [\#50](https://github.com/gobuffalo/buffalo/pull/50) ([markbates](https://github.com/markbates))
   963  - A bunch of fixes [\#48](https://github.com/gobuffalo/buffalo/pull/48) ([markbates](https://github.com/markbates))
   964  
   965  ## [v0.4.4](https://github.com/gobuffalo/buffalo/tree/v0.4.4) (2016-12-11)
   966  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.3.1...v0.4.4)
   967  
   968  **Closed issues:**
   969  
   970  - generated code should pass govet and golint [\#39](https://github.com/gobuffalo/buffalo/issues/39)
   971  - Run gofmt on generated code [\#38](https://github.com/gobuffalo/buffalo/issues/38)
   972  
   973  **Merged pull requests:**
   974  
   975  - Generators [\#40](https://github.com/gobuffalo/buffalo/pull/40) ([markbates](https://github.com/markbates))
   976  
   977  ## [v0.4.3.1](https://github.com/gobuffalo/buffalo/tree/v0.4.3.1) (2016-12-11)
   978  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.3...v0.4.3.1)
   979  
   980  ## [v0.4.3](https://github.com/gobuffalo/buffalo/tree/v0.4.3) (2016-12-10)
   981  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.2...v0.4.3)
   982  
   983  **Closed issues:**
   984  
   985  - Add some functions from the strings package as helpers [\#33](https://github.com/gobuffalo/buffalo/issues/33)
   986  - Add the functions from https://github.com/markbates/inflect as helpers [\#32](https://github.com/gobuffalo/buffalo/issues/32)
   987  - Add support for mapping "Resources" [\#31](https://github.com/gobuffalo/buffalo/issues/31)
   988  - "grift release" should run the "docker CI" first. [\#29](https://github.com/gobuffalo/buffalo/issues/29)
   989  
   990  **Merged pull requests:**
   991  
   992  - added more helpers. closes \#32 closes \#33 [\#34](https://github.com/gobuffalo/buffalo/pull/34) ([markbates](https://github.com/markbates))
   993  - Working on adding support for a Resource interface [\#30](https://github.com/gobuffalo/buffalo/pull/30) ([markbates](https://github.com/markbates))
   994  
   995  ## [v0.4.2](https://github.com/gobuffalo/buffalo/tree/v0.4.2) (2016-12-09)
   996  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/0.4.0...v0.4.2)
   997  
   998  ## [0.4.0](https://github.com/gobuffalo/buffalo/tree/0.4.0) (2016-12-09)
   999  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.1...0.4.0)
  1000  
  1001  ## [v0.4.1](https://github.com/gobuffalo/buffalo/tree/v0.4.1) (2016-12-09)
  1002  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.1.pre...v0.4.1)
  1003  
  1004  ## [v0.4.1.pre](https://github.com/gobuffalo/buffalo/tree/v0.4.1.pre) (2016-12-09)
  1005  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.0...v0.4.1.pre)
  1006  
  1007  ## [v0.4.0](https://github.com/gobuffalo/buffalo/tree/v0.4.0) (2016-12-09)
  1008  [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.4.0.pre...v0.4.0)
  1009  
  1010  ## [v0.4.0.pre](https://github.com/gobuffalo/buffalo/tree/v0.4.0.pre) (2016-12-09)
  1011  **Closed issues:**
  1012  
  1013  - replace httprouter with gorilla mux [\#27](https://github.com/gobuffalo/buffalo/issues/27)
  1014  - Add "jQuery" to the "new" generator \(optional\) [\#23](https://github.com/gobuffalo/buffalo/issues/23)
  1015  - Generate a Procfile in the `new` generator [\#21](https://github.com/gobuffalo/buffalo/issues/21)
  1016  - Add a pop transaction middleware to the "new" generator [\#15](https://github.com/gobuffalo/buffalo/issues/15)
  1017  - add a cmd to run the app in "dev" w/ refresh [\#12](https://github.com/gobuffalo/buffalo/issues/12)
  1018  - Add refresh to the generator [\#11](https://github.com/gobuffalo/buffalo/issues/11)
  1019  - Add pop/soda to the generator [\#10](https://github.com/gobuffalo/buffalo/issues/10)
  1020  - Add grift to the generator [\#9](https://github.com/gobuffalo/buffalo/issues/9)
  1021  - add a wrapHandlerFunc fund [\#8](https://github.com/gobuffalo/buffalo/issues/8)
  1022  - add a wrapHandler function [\#7](https://github.com/gobuffalo/buffalo/issues/7)
  1023  - Add template caching [\#6](https://github.com/gobuffalo/buffalo/issues/6)
  1024  - Serve static files [\#5](https://github.com/gobuffalo/buffalo/issues/5)
  1025  - Add Websocket support [\#4](https://github.com/gobuffalo/buffalo/issues/4)
  1026  - Need `bind` function [\#3](https://github.com/gobuffalo/buffalo/issues/3)
  1027  - Need README [\#2](https://github.com/gobuffalo/buffalo/issues/2)
  1028  - Need GoDoc [\#1](https://github.com/gobuffalo/buffalo/issues/1)
  1029  
  1030  **Merged pull requests:**
  1031  
  1032  - replace httprouter with gorilla mux closes closes \#27 [\#28](https://github.com/gobuffalo/buffalo/pull/28) ([markbates](https://github.com/markbates))
  1033  - added some helpers and event source support [\#26](https://github.com/gobuffalo/buffalo/pull/26) ([markbates](https://github.com/markbates))
  1034  - switched over to using gentronics for generating templates [\#25](https://github.com/gobuffalo/buffalo/pull/25) ([markbates](https://github.com/markbates))
  1035  
  1036  
  1037  
  1038  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*