From 64f018440d1598e77811e23460fb770b5a914735 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Tue, 5 Sep 2017 11:49:46 -0400 Subject: [PATCH] Updated changelog for release v0.9.4 --- CHANGELOG.md | 112 +++++++++++++++++++++++++++++++++++---------------- 1 file changed, 78 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2700067..aeea1180f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log +## [v0.9.4](https://github.com/gobuffalo/buffalo/tree/v0.9.4) (2017-09-05) +[Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.3...v0.9.4) + +**Fixed bugs:** + +- Problems with reserved SQL identifier [\#577](https://github.com/gobuffalo/buffalo/issues/577) + +**Closed issues:** + +- Creating a new project fails at goimports with Buffalo 0.9.3 and Go 1.9 [\#612](https://github.com/gobuffalo/buffalo/issues/612) +- Ability to set up pre-app handlers [\#609](https://github.com/gobuffalo/buffalo/issues/609) +- running db create and db seed and db migrate on server without go [\#607](https://github.com/gobuffalo/buffalo/issues/607) +- Provide way to mount other application [\#602](https://github.com/gobuffalo/buffalo/issues/602) +- Move the Goth generator to a plugin and out of "core" [\#600](https://github.com/gobuffalo/buffalo/issues/600) +- `buffalo db create -e development` asking for password [\#596](https://github.com/gobuffalo/buffalo/issues/596) +- buffalo new error message incorrect [\#593](https://github.com/gobuffalo/buffalo/issues/593) +- Did my setup fail or are instructions incomplete? [\#590](https://github.com/gobuffalo/buffalo/issues/590) +- \(&DefaultContext{}\).Redirect\(\) has surprising format-string behavior [\#586](https://github.com/gobuffalo/buffalo/issues/586) +- Asset Fingerprinting [\#578](https://github.com/gobuffalo/buffalo/issues/578) +- Please add example for login forms [\#149](https://github.com/gobuffalo/buffalo/issues/149) + +**Merged pull requests:** + +- reverts assets-figerprint [\#618](https://github.com/gobuffalo/buffalo/pull/618) ([paganotoni](https://github.com/paganotoni)) +- v0.9.4 [\#617](https://github.com/gobuffalo/buffalo/pull/617) ([markbates](https://github.com/markbates)) +- use bootstrap-sass not regular bootstrap [\#616](https://github.com/gobuffalo/buffalo/pull/616) ([markbates](https://github.com/markbates)) +- Fix 'formular' typo [\#615](https://github.com/gobuffalo/buffalo/pull/615) ([slomek](https://github.com/slomek)) +- Enable plugin subcommands [\#614](https://github.com/gobuffalo/buffalo/pull/614) ([ryanfaerman](https://github.com/ryanfaerman)) +- Ability to set up pre-app handlers fixes \#609 [\#610](https://github.com/gobuffalo/buffalo/pull/610) ([markbates](https://github.com/markbates)) +- Fixes order for yarn command on setup.go [\#608](https://github.com/gobuffalo/buffalo/pull/608) ([mayra-cabrera](https://github.com/mayra-cabrera)) +- use a null session for APIs [\#605](https://github.com/gobuffalo/buffalo/pull/605) ([markbates](https://github.com/markbates)) +- Provide way to mount other application fixes \#602 [\#604](https://github.com/gobuffalo/buffalo/pull/604) ([markbates](https://github.com/markbates)) +- improved the travis yaml [\#603](https://github.com/gobuffalo/buffalo/pull/603) ([markbates](https://github.com/markbates)) +- 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)) +- added a middleware for forcing ssl redirect [\#599](https://github.com/gobuffalo/buffalo/pull/599) ([markbates](https://github.com/markbates)) +- handle trailing slash properly [\#598](https://github.com/gobuffalo/buffalo/pull/598) ([markbates](https://github.com/markbates)) +- 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)) +- buffalo new error message incorrect fixes \#593 [\#595](https://github.com/gobuffalo/buffalo/pull/595) ([markbates](https://github.com/markbates)) +- do a better job of making sure signals are handled better [\#594](https://github.com/gobuffalo/buffalo/pull/594) ([markbates](https://github.com/markbates)) +- \(&DefaultContext{}\).Redirect\(\) has surprising format-string behavior … [\#592](https://github.com/gobuffalo/buffalo/pull/592) ([markbates](https://github.com/markbates)) +- stop using actions\_test in favor of actions [\#591](https://github.com/gobuffalo/buffalo/pull/591) ([markbates](https://github.com/markbates)) +- When fetching packages with go get, remove redundant go install [\#588](https://github.com/gobuffalo/buffalo/pull/588) ([bradleyfalzon](https://github.com/bradleyfalzon)) +- Assets fingerprint [\#583](https://github.com/gobuffalo/buffalo/pull/583) ([paganotoni](https://github.com/paganotoni)) + ## [v0.9.3](https://github.com/gobuffalo/buffalo/tree/v0.9.3) (2017-08-14) [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.2...v0.9.3) @@ -64,9 +108,9 @@ - Add Context.Cookies [\#569](https://github.com/gobuffalo/buffalo/pull/569) ([bigblind](https://github.com/bigblind)) - 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)) - Added support for aliasing a route [\#563](https://github.com/gobuffalo/buffalo/pull/563) ([markbates](https://github.com/markbates)) -- Fixing a panic that happens when implementing a Catch-All route. [\#562](https://github.com/gobuffalo/buffalo/pull/562) ([apaganobeleno](https://github.com/apaganobeleno)) -- Routes escape extra args [\#560](https://github.com/gobuffalo/buffalo/pull/560) ([apaganobeleno](https://github.com/apaganobeleno)) -- Removes extra ? when the route helper doesn't have extra args [\#559](https://github.com/gobuffalo/buffalo/pull/559) ([apaganobeleno](https://github.com/apaganobeleno)) +- Fixing a panic that happens when implementing a Catch-All route. [\#562](https://github.com/gobuffalo/buffalo/pull/562) ([paganotoni](https://github.com/paganotoni)) +- Routes escape extra args [\#560](https://github.com/gobuffalo/buffalo/pull/560) ([paganotoni](https://github.com/paganotoni)) +- Removes extra ? when the route helper doesn't have extra args [\#559](https://github.com/gobuffalo/buffalo/pull/559) ([paganotoni](https://github.com/paganotoni)) - override the default `go` path with ENV [\#558](https://github.com/gobuffalo/buffalo/pull/558) ([markbates](https://github.com/markbates)) - yarn is now the default instead of npm [\#555](https://github.com/gobuffalo/buffalo/pull/555) ([markbates](https://github.com/markbates)) - make sure yarn uses --no-progress [\#554](https://github.com/gobuffalo/buffalo/pull/554) ([markbates](https://github.com/markbates)) @@ -75,9 +119,9 @@ - ensure the dep installs the correct version of buffalo [\#546](https://github.com/gobuffalo/buffalo/pull/546) ([markbates](https://github.com/markbates)) - 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)) - Fix resource generation example message [\#544](https://github.com/gobuffalo/buffalo/pull/544) ([slomek](https://github.com/slomek)) -- Adding versions to the NPM packages [\#543](https://github.com/gobuffalo/buffalo/pull/543) ([apaganobeleno](https://github.com/apaganobeleno)) +- Adding versions to the NPM packages [\#543](https://github.com/gobuffalo/buffalo/pull/543) ([paganotoni](https://github.com/paganotoni)) - updated to a regex to check for illegal characters [\#542](https://github.com/gobuffalo/buffalo/pull/542) ([markbates](https://github.com/markbates)) -- Bugfix special characters [\#541](https://github.com/gobuffalo/buffalo/pull/541) ([apaganobeleno](https://github.com/apaganobeleno)) +- Bugfix special characters [\#541](https://github.com/gobuffalo/buffalo/pull/541) ([paganotoni](https://github.com/paganotoni)) - removed the installation of dep in the integration tests [\#539](https://github.com/gobuffalo/buffalo/pull/539) ([markbates](https://github.com/markbates)) - removed the unused docker environments [\#538](https://github.com/gobuffalo/buffalo/pull/538) ([markbates](https://github.com/markbates)) - 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)) @@ -91,7 +135,7 @@ - time out bad plugins fixes \#513 [\#526](https://github.com/gobuffalo/buffalo/pull/526) ([markbates](https://github.com/markbates)) - 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)) - added --no-progress to npm install [\#523](https://github.com/gobuffalo/buffalo/pull/523) ([markbates](https://github.com/markbates)) -- Prevents buffalo from executing commands outside the buffalo project [\#514](https://github.com/gobuffalo/buffalo/pull/514) ([apaganobeleno](https://github.com/apaganobeleno)) +- Prevents buffalo from executing commands outside the buffalo project [\#514](https://github.com/gobuffalo/buffalo/pull/514) ([paganotoni](https://github.com/paganotoni)) - Update string and plain renderer with the charset [\#511](https://github.com/gobuffalo/buffalo/pull/511) ([ryanfaerman](https://github.com/ryanfaerman)) ## [v0.9.1.2](https://github.com/gobuffalo/buffalo/tree/v0.9.1.2) (2017-07-12) @@ -107,7 +151,7 @@ - use goroutines to more quickly look through paths for plugins [\#506](https://github.com/gobuffalo/buffalo/pull/506) ([markbates](https://github.com/markbates)) - Generate pagination [\#505](https://github.com/gobuffalo/buffalo/pull/505) ([markbates](https://github.com/markbates)) - cleaned up per request logging [\#504](https://github.com/gobuffalo/buffalo/pull/504) ([markbates](https://github.com/markbates)) -- Allowing to pass extra arguments to named routes [\#502](https://github.com/gobuffalo/buffalo/pull/502) ([apaganobeleno](https://github.com/apaganobeleno)) +- Allowing to pass extra arguments to named routes [\#502](https://github.com/gobuffalo/buffalo/pull/502) ([paganotoni](https://github.com/paganotoni)) ## [v0.9.1.1](https://github.com/gobuffalo/buffalo/tree/v0.9.1.1) (2017-07-11) [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.9.1...v0.9.1.1) @@ -146,11 +190,11 @@ - allows n number of yields in templates [\#485](https://github.com/gobuffalo/buffalo/pull/485) ([markbates](https://github.com/markbates)) - Vdemeester fix binding parse time [\#484](https://github.com/gobuffalo/buffalo/pull/484) ([markbates](https://github.com/markbates)) - Making some fronted optimisation [\#481](https://github.com/gobuffalo/buffalo/pull/481) ([egorikas](https://github.com/egorikas)) -- Moves destroy model command [\#480](https://github.com/gobuffalo/buffalo/pull/480) ([apaganobeleno](https://github.com/apaganobeleno)) -- Feature grift generator [\#479](https://github.com/gobuffalo/buffalo/pull/479) ([apaganobeleno](https://github.com/apaganobeleno)) +- Moves destroy model command [\#480](https://github.com/gobuffalo/buffalo/pull/480) ([paganotoni](https://github.com/paganotoni)) +- Feature grift generator [\#479](https://github.com/gobuffalo/buffalo/pull/479) ([paganotoni](https://github.com/paganotoni)) - 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)) - Session once [\#474](https://github.com/gobuffalo/buffalo/pull/474) ([markbates](https://github.com/markbates)) -- Nested resources with actions namespacing [\#469](https://github.com/gobuffalo/buffalo/pull/469) ([apaganobeleno](https://github.com/apaganobeleno)) +- Nested resources with actions namespacing [\#469](https://github.com/gobuffalo/buffalo/pull/469) ([paganotoni](https://github.com/paganotoni)) ## [v0.9.0](https://github.com/gobuffalo/buffalo/tree/v0.9.0) (2017-06-19) [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.2...v0.9.0) @@ -207,27 +251,27 @@ - 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)) - App.Stop should take an error. [\#457](https://github.com/gobuffalo/buffalo/pull/457) ([markbates](https://github.com/markbates)) - 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)) -- Adds Formam as a replacement for Schema [\#455](https://github.com/gobuffalo/buffalo/pull/455) ([apaganobeleno](https://github.com/apaganobeleno)) +- Adds Formam as a replacement for Schema [\#455](https://github.com/gobuffalo/buffalo/pull/455) ([paganotoni](https://github.com/paganotoni)) - Set up github.com/golang/dep for new applications fixes \#133 [\#452](https://github.com/gobuffalo/buffalo/pull/452) ([markbates](https://github.com/markbates)) - hopefully this fixes skipping of middleware for resources. closes \#445 [\#451](https://github.com/gobuffalo/buffalo/pull/451) ([markbates](https://github.com/markbates)) - ignore csrf in test mode [\#450](https://github.com/gobuffalo/buffalo/pull/450) ([markbates](https://github.com/markbates)) - cleaned up the errors page output to show less "pointer garbage" [\#447](https://github.com/gobuffalo/buffalo/pull/447) ([markbates](https://github.com/markbates)) - generate a Dockerfile and .dockerignore file for new apps [\#446](https://github.com/gobuffalo/buffalo/pull/446) ([markbates](https://github.com/markbates)) -- \[feature\] implementing some UI for the error and welcome pages [\#444](https://github.com/gobuffalo/buffalo/pull/444) ([apaganobeleno](https://github.com/apaganobeleno)) +- \[feature\] implementing some UI for the error and welcome pages [\#444](https://github.com/gobuffalo/buffalo/pull/444) ([paganotoni](https://github.com/paganotoni)) - fixed `http: multiple response.WriteHeader calls` [\#443](https://github.com/gobuffalo/buffalo/pull/443) ([jnoortheen](https://github.com/jnoortheen)) - cleaned up some non-idiomatic code [\#442](https://github.com/gobuffalo/buffalo/pull/442) ([markbates](https://github.com/markbates)) -- implementing skip templates and method [\#440](https://github.com/gobuffalo/buffalo/pull/440) ([apaganobeleno](https://github.com/apaganobeleno)) -- Moving action generator tests to use filetest [\#439](https://github.com/gobuffalo/buffalo/pull/439) ([apaganobeleno](https://github.com/apaganobeleno)) +- implementing skip templates and method [\#440](https://github.com/gobuffalo/buffalo/pull/440) ([paganotoni](https://github.com/paganotoni)) +- Moving action generator tests to use filetest [\#439](https://github.com/gobuffalo/buffalo/pull/439) ([paganotoni](https://github.com/paganotoni)) - Fix HTTP Basic browser authentication prompt [\#435](https://github.com/gobuffalo/buffalo/pull/435) ([peteretelej](https://github.com/peteretelej)) - Add HTTP Basic authentication Middleware [\#434](https://github.com/gobuffalo/buffalo/pull/434) ([peteretelej](https://github.com/peteretelej)) -- Destroy resource CLI [\#430](https://github.com/gobuffalo/buffalo/pull/430) ([apaganobeleno](https://github.com/apaganobeleno)) +- Destroy resource CLI [\#430](https://github.com/gobuffalo/buffalo/pull/430) ([paganotoni](https://github.com/paganotoni)) - 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)) - 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)) - RequestLogger sets request\_id in context [\#421](https://github.com/gobuffalo/buffalo/pull/421) ([nzoschke](https://github.com/nzoschke)) - Add support for background jobs \#95 [\#420](https://github.com/gobuffalo/buffalo/pull/420) ([markbates](https://github.com/markbates)) - Remove deprecations [\#419](https://github.com/gobuffalo/buffalo/pull/419) ([markbates](https://github.com/markbates)) - Remove or rebuild the apps in the examples folder \#376 [\#417](https://github.com/gobuffalo/buffalo/pull/417) ([markbates](https://github.com/markbates)) -- Fixes \#412 action generation [\#416](https://github.com/gobuffalo/buffalo/pull/416) ([apaganobeleno](https://github.com/apaganobeleno)) +- Fixes \#412 action generation [\#416](https://github.com/gobuffalo/buffalo/pull/416) ([paganotoni](https://github.com/paganotoni)) - Fix function name [\#415](https://github.com/gobuffalo/buffalo/pull/415) ([markbates](https://github.com/markbates)) - Fix typos in GoDoc [\#413](https://github.com/gobuffalo/buffalo/pull/413) ([nubunto](https://github.com/nubunto)) @@ -265,7 +309,7 @@ - Added XML resource generator, fixes \#388 [\#390](https://github.com/gobuffalo/buffalo/pull/390) ([stanislas-m](https://github.com/stanislas-m)) - Csrf cleanup [\#387](https://github.com/gobuffalo/buffalo/pull/387) ([markbates](https://github.com/markbates)) - Implements JSON resource generator [\#386](https://github.com/gobuffalo/buffalo/pull/386) ([stanislas-m](https://github.com/stanislas-m)) -- Named Routes implementation. [\#332](https://github.com/gobuffalo/buffalo/pull/332) ([apaganobeleno](https://github.com/apaganobeleno)) +- Named Routes implementation. [\#332](https://github.com/gobuffalo/buffalo/pull/332) ([paganotoni](https://github.com/paganotoni)) ## [v0.8.1.2](https://github.com/gobuffalo/buffalo/tree/v0.8.1.2) (2017-04-13) [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.8.1...v0.8.1.2) @@ -413,7 +457,7 @@ - Deplist [\#274](https://github.com/gobuffalo/buffalo/pull/274) ([markbates](https://github.com/markbates)) - Switched to using github.com/gobuffalo/makr for generators [\#273](https://github.com/gobuffalo/buffalo/pull/273) ([markbates](https://github.com/markbates)) - Clean up the generate package [\#272](https://github.com/gobuffalo/buffalo/pull/272) ([markbates](https://github.com/markbates)) -- \[feature\] implementing model generation for resources [\#270](https://github.com/gobuffalo/buffalo/pull/270) ([apaganobeleno](https://github.com/apaganobeleno)) +- \[feature\] implementing model generation for resources [\#270](https://github.com/gobuffalo/buffalo/pull/270) ([paganotoni](https://github.com/paganotoni)) - 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)) - Convert Buffalo to use Plush by default [\#267](https://github.com/gobuffalo/buffalo/pull/267) ([markbates](https://github.com/markbates)) @@ -535,13 +579,13 @@ - make the Flash\#Persist function private [\#219](https://github.com/gobuffalo/buffalo/pull/219) ([markbates](https://github.com/markbates)) - Buffalo new "welcome" output closes \#164 [\#218](https://github.com/gobuffalo/buffalo/pull/218) ([markbates](https://github.com/markbates)) - 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)) -- Adds Test cases for the travis/none ci-provider generation [\#212](https://github.com/gobuffalo/buffalo/pull/212) ([apaganobeleno](https://github.com/apaganobeleno)) +- Adds Test cases for the travis/none ci-provider generation [\#212](https://github.com/gobuffalo/buffalo/pull/212) ([paganotoni](https://github.com/paganotoni)) - Remove all licensing from the top of `cmd` files closes \#208 [\#209](https://github.com/gobuffalo/buffalo/pull/209) ([markbates](https://github.com/markbates)) - 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)) -- \[\#193\] adding line number to the Context\#Get warning [\#202](https://github.com/gobuffalo/buffalo/pull/202) ([apaganobeleno](https://github.com/apaganobeleno)) -- \[\#194\] Avoid Context\#Get warnings on the newly created app. [\#201](https://github.com/gobuffalo/buffalo/pull/201) ([apaganobeleno](https://github.com/apaganobeleno)) -- \[\#198\] moving resource generator to avoid pointers [\#200](https://github.com/gobuffalo/buffalo/pull/200) ([apaganobeleno](https://github.com/apaganobeleno)) -- \[\#197\] generates better code inside actions [\#199](https://github.com/gobuffalo/buffalo/pull/199) ([apaganobeleno](https://github.com/apaganobeleno)) +- \[\#193\] adding line number to the Context\#Get warning [\#202](https://github.com/gobuffalo/buffalo/pull/202) ([paganotoni](https://github.com/paganotoni)) +- \[\#194\] Avoid Context\#Get warnings on the newly created app. [\#201](https://github.com/gobuffalo/buffalo/pull/201) ([paganotoni](https://github.com/paganotoni)) +- \[\#198\] moving resource generator to avoid pointers [\#200](https://github.com/gobuffalo/buffalo/pull/200) ([paganotoni](https://github.com/paganotoni)) +- \[\#197\] generates better code inside actions [\#199](https://github.com/gobuffalo/buffalo/pull/199) ([paganotoni](https://github.com/paganotoni)) - 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)) - Fixed actions generator: imports were missing. [\#192](https://github.com/gobuffalo/buffalo/pull/192) ([stanislas-m](https://github.com/stanislas-m)) - remove unused code [\#191](https://github.com/gobuffalo/buffalo/pull/191) ([philipithomas](https://github.com/philipithomas)) @@ -549,12 +593,12 @@ - Add Golint and fix all issues [\#189](https://github.com/gobuffalo/buffalo/pull/189) ([philipithomas](https://github.com/philipithomas)) - better error printing. [\#186](https://github.com/gobuffalo/buffalo/pull/186) ([markbates](https://github.com/markbates)) - fixes \#183 [\#185](https://github.com/gobuffalo/buffalo/pull/185) ([amedeiros](https://github.com/amedeiros)) -- \[feature\] adds .travis.yml when generating a new app [\#184](https://github.com/gobuffalo/buffalo/pull/184) ([apaganobeleno](https://github.com/apaganobeleno)) +- \[feature\] adds .travis.yml when generating a new app [\#184](https://github.com/gobuffalo/buffalo/pull/184) ([paganotoni](https://github.com/paganotoni)) - 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)) - 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)) - fixed an issue where flash messages where not clearing properly [\#178](https://github.com/gobuffalo/buffalo/pull/178) ([markbates](https://github.com/markbates)) - Fixes \#173 [\#177](https://github.com/gobuffalo/buffalo/pull/177) ([amedeiros](https://github.com/amedeiros)) -- Skipping test generation if test exists on action generation [\#176](https://github.com/gobuffalo/buffalo/pull/176) ([apaganobeleno](https://github.com/apaganobeleno)) +- Skipping test generation if test exists on action generation [\#176](https://github.com/gobuffalo/buffalo/pull/176) ([paganotoni](https://github.com/paganotoni)) - Fixed action generator which erased previously defined tests [\#175](https://github.com/gobuffalo/buffalo/pull/175) ([stanislas-m](https://github.com/stanislas-m)) - Fix rendering if alternative layout is used closes \#167 [\#171](https://github.com/gobuffalo/buffalo/pull/171) ([markbates](https://github.com/markbates)) - fix webpack to run locally on windows [\#168](https://github.com/gobuffalo/buffalo/pull/168) ([markbates](https://github.com/markbates)) @@ -567,12 +611,12 @@ - Fix spelling mistake in PopTransaction documentation [\#147](https://github.com/gobuffalo/buffalo/pull/147) ([DanielHeckrath](https://github.com/DanielHeckrath)) - fix browser typo [\#145](https://github.com/gobuffalo/buffalo/pull/145) ([dankleiman](https://github.com/dankleiman)) - Minor spelling/grammar fixes [\#144](https://github.com/gobuffalo/buffalo/pull/144) ([mrxinu](https://github.com/mrxinu)) -- Implementing the `flash` helper [\#143](https://github.com/gobuffalo/buffalo/pull/143) ([apaganobeleno](https://github.com/apaganobeleno)) +- Implementing the `flash` helper [\#143](https://github.com/gobuffalo/buffalo/pull/143) ([paganotoni](https://github.com/paganotoni)) - Prevent new app creation from outside the Go workspace [\#141](https://github.com/gobuffalo/buffalo/pull/141) ([markbates](https://github.com/markbates)) - UnWrap HttpErrors in pop middleware and return them. [\#138](https://github.com/gobuffalo/buffalo/pull/138) ([lumost](https://github.com/lumost)) - preventing wrapping errors with point in error handler stack [\#137](https://github.com/gobuffalo/buffalo/pull/137) ([lumost](https://github.com/lumost)) - import buffalo when generating a new action [\#136](https://github.com/gobuffalo/buffalo/pull/136) ([lumost](https://github.com/lumost)) -- First Attempt at \#105 [\#112](https://github.com/gobuffalo/buffalo/pull/112) ([apaganobeleno](https://github.com/apaganobeleno)) +- First Attempt at \#105 [\#112](https://github.com/gobuffalo/buffalo/pull/112) ([paganotoni](https://github.com/paganotoni)) ## [v0.7.1](https://github.com/gobuffalo/buffalo/tree/v0.7.1) (2017-01-13) [Full Changelog](https://github.com/gobuffalo/buffalo/compare/v0.7.0...v0.7.1) @@ -604,22 +648,22 @@ **Merged pull requests:** - Add badge for Go Report Card to README [\#132](https://github.com/gobuffalo/buffalo/pull/132) ([stuartellis](https://github.com/stuartellis)) -- Makes our tests run on Go 1.7 and 1.8 [\#131](https://github.com/gobuffalo/buffalo/pull/131) ([apaganobeleno](https://github.com/apaganobeleno)) +- Makes our tests run on Go 1.7 and 1.8 [\#131](https://github.com/gobuffalo/buffalo/pull/131) ([paganotoni](https://github.com/paganotoni)) - build\_path does not work for Windows closes \#124 [\#130](https://github.com/gobuffalo/buffalo/pull/130) ([markbates](https://github.com/markbates)) - Edit some typo [\#129](https://github.com/gobuffalo/buffalo/pull/129) ([janczer](https://github.com/janczer)) -- Passing some issues from codeclimate [\#122](https://github.com/gobuffalo/buffalo/pull/122) ([apaganobeleno](https://github.com/apaganobeleno)) +- Passing some issues from codeclimate [\#122](https://github.com/gobuffalo/buffalo/pull/122) ([paganotoni](https://github.com/paganotoni)) - 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)) - Warn user about SESSION\_SECRET variable? closes \#114 [\#119](https://github.com/gobuffalo/buffalo/pull/119) ([markbates](https://github.com/markbates)) - 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)) - Default css js files and no logo in assets wo webpack [\#117](https://github.com/gobuffalo/buffalo/pull/117) ([fooflare](https://github.com/fooflare)) - 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)) - missing "public/assets" box on new app without webpack closes \#104 [\#107](https://github.com/gobuffalo/buffalo/pull/107) ([markbates](https://github.com/markbates)) -- Using gentronics to generate the templates and the actions [\#106](https://github.com/gobuffalo/buffalo/pull/106) ([apaganobeleno](https://github.com/apaganobeleno)) -- Adds an Actions generator to the cmd package [\#103](https://github.com/gobuffalo/buffalo/pull/103) ([apaganobeleno](https://github.com/apaganobeleno)) +- Using gentronics to generate the templates and the actions [\#106](https://github.com/gobuffalo/buffalo/pull/106) ([paganotoni](https://github.com/paganotoni)) +- Adds an Actions generator to the cmd package [\#103](https://github.com/gobuffalo/buffalo/pull/103) ([paganotoni](https://github.com/paganotoni)) - Cleaning up some docs [\#102](https://github.com/gobuffalo/buffalo/pull/102) ([CodyOss](https://github.com/CodyOss)) -- Avoiding generating log folder when running tests. [\#101](https://github.com/gobuffalo/buffalo/pull/101) ([apaganobeleno](https://github.com/apaganobeleno)) -- \[grift\] changing the task to be pointing the buffalo repo [\#100](https://github.com/gobuffalo/buffalo/pull/100) ([apaganobeleno](https://github.com/apaganobeleno)) -- making buffalo call grift for the tasks [\#98](https://github.com/gobuffalo/buffalo/pull/98) ([apaganobeleno](https://github.com/apaganobeleno)) +- Avoiding generating log folder when running tests. [\#101](https://github.com/gobuffalo/buffalo/pull/101) ([paganotoni](https://github.com/paganotoni)) +- \[grift\] changing the task to be pointing the buffalo repo [\#100](https://github.com/gobuffalo/buffalo/pull/100) ([paganotoni](https://github.com/paganotoni)) +- making buffalo call grift for the tasks [\#98](https://github.com/gobuffalo/buffalo/pull/98) ([paganotoni](https://github.com/paganotoni)) - Update build.go [\#93](https://github.com/gobuffalo/buffalo/pull/93) ([arifemre](https://github.com/arifemre)) - Update new.go [\#92](https://github.com/gobuffalo/buffalo/pull/92) ([arifemre](https://github.com/arifemre)) - Typo in readme [\#90](https://github.com/gobuffalo/buffalo/pull/90) ([CodyOss](https://github.com/CodyOss))