Skip to content

Latest commit

 

History

History
313 lines (247 loc) · 25.5 KB

CHANGELOG.md

File metadata and controls

313 lines (247 loc) · 25.5 KB

Change Log

v0.7.2 (2017-02-03)

Full Changelog

Implemented enhancements:

  • Buffalo new command unsopported multiple GOPATH #203
  • Resource generator shouldn't generate pointers #198
  • Resource generator should generate a better variable name #197
  • Make sure a new Buffalo app doesn't have Context#Get deprecation warnings #194
  • Add file:line info to Context#Get deprecation warnings #193
  • Logrus middleware for Buffalo #188
  • Allow build command to split assets bundle and binary app #170
  • Buffalo fails to start/build/test on Windows #166
  • Buffalo new "welcome" output #164
  • Flash #139
  • Need a way to easily add "routes" when generating files. #105
  • Add a form builder helper #96
  • Buffalo Docker Image #89
  • generate a default .travis.yml file for new projects #36
  • add a grift test task #20
  • Add a default 500 page #14
  • Updated Unknown Error message #162 (bscott)
  • Skip webpack install if already in PATH #158 (mdhender)

Fixed bugs:

  • Buffalo fails to start/build/test on Windows #166
  • running multiple buffalo commands causes a "timeout" #67

Closed issues:

  • Remove all licensing from the top of cmd files #208
  • Templates when Rendering from Resource #204
  • Silent failure of unknown db type #183
  • Action generator should append new tests instead of clearing test file #174
  • Generating invalid .codeclimate.yml #173
  • Binary name should have ".exe" implicitly appended to it on Windows #169
  • There was a problem starting the dev server #156
  • buffalo.Context should implement the context.Context interface #153
  • Cross-compiling fails from 64-bit linux to arm linux #142
  • Prevent new app creation from outside the Go workspace #140
  • Problem starting "buffalo dev" server #135
  • Installation on macOS fails at go-sqlite3 step #128
  • Tests only running in latest stable Go version #123
  • Add a test helper equivalent of the PopTransaction middleware #22

Merged pull requests:

v0.7.1 (2017-01-13)

Full Changelog

Closed issues:

  • Channel for community chat #126
  • build_path does not work for Windows #124
  • Installation error #120
  • Default js and css file when webpack is skipped #116
  • go.rice requirement in build #115
  • Warn user about SESSION_SECRET variable? #114
  • Buffalo sub-commands unavailable #113
  • Error installing buffalo. #111
  • In production mode Buffalo/Velvet templates show traces #110
  • buffalo new <project> fails looking for golang.org/x/tools/go/gcimporter #108
  • missing "public/assets" box on new app without webpack #104
  • SHOULDERS update & grift task #99
  • [minor] dev mode on non-buffalo project results in panic #91
  • typo in generated database.yml? #87
  • Buffalo dev not starting #86
  • Export fileResolver Field in Render Options Struct #84
  • buffalo task should forward to grift #59
  • generate a default .codeclimate.yml file for new projects #37
  • generate a README.md for new projects #35
  • Don't write test.log files when running tests #17
  • Add an "actions" generator #16

Merged pull requests:

v0.7.0 (2017-01-04)

Full Changelog

Closed issues:

  • Error When Generating Goth Code #79
  • Goth generator does not install required dependencies #75
  • Export goGet and goInstall from cmd package #73

Merged pull requests:

v0.6.0 (2016-12-29)

Full Changelog

v0.5.1 (2016-12-22)

Full Changelog

Closed issues:

  • groups on groups should inherit the prefix of the previous group #72
  • Improve resource generator to insert the resource into actions/app.go #43

v0.5.0 (2016-12-21)

Full Changelog

Closed issues:

  • Log should output host:port when starting up #70
  • add web pack to the "new" generator #18

Merged pull requests:

  • add web pack to the "new" generator closes #18 #71 (markbates)

v0.4.7 (2016-12-19)

Full Changelog

Closed issues:

  • Add a generator for Goth #65
  • Add a REPL/console #63

Merged pull requests:

v0.4.6 (2016-12-15)

Full Changelog

Closed issues:

  • Go Get Errors #61
  • buffalo db should forward to soda #58
  • markdown rendering breaks some raymond parsing #55
  • add template caching #54

Merged pull requests:

v0.4.5 (2016-12-13)

Full Changelog

Closed issues:

  • generate SHOULDERS.md when deploying a new release. #52
  • generate js & css files into sub directory of assets #49
  • PORT should be settable via an ENV var #47
  • define ENV at the top of actions/app.go #46
  • Add NewRelic middleware #45
  • Procfile should use the project name by default #44
  • Add a "resource" generator #41
  • Add "bootstrap" to the "new" generator (optional) #24
  • add a markdown renderer #13

Merged pull requests:

v0.4.4 (2016-12-11)

Full Changelog

Closed issues:

  • generated code should pass govet and golint #39
  • Run gofmt on generated code #38

Merged pull requests:

v0.4.3.1 (2016-12-11)

Full Changelog

v0.4.3 (2016-12-10)

Full Changelog

Closed issues:

Merged pull requests:

  • added more helpers. closes #32 closes #33 #34 (markbates)
  • Working on adding support for a Resource interface #30 (markbates)

v0.4.2 (2016-12-09)

Full Changelog

v0.4.1 (2016-12-09)

Full Changelog

v0.4.1.pre (2016-12-09)

Full Changelog

v0.4.0 (2016-12-09)

Full Changelog

v0.4.0.pre (2016-12-09)

Full Changelog

0.4.0 (2016-12-09)

Closed issues:

  • replace httprouter with gorilla mux #27
  • Add "jQuery" to the "new" generator (optional) #23
  • Generate a Procfile in the new generator #21
  • Add a pop transaction middleware to the "new" generator #15
  • add a cmd to run the app in "dev" w/ refresh #12
  • Add refresh to the generator #11
  • Add pop/soda to the generator #10
  • Add grift to the generator #9
  • add a wrapHandlerFunc fund #8
  • add a wrapHandler function #7
  • Add template caching #6
  • Serve static files #5
  • Add Websocket support #4
  • Need bind function #3
  • Need README #2
  • Need GoDoc #1

Merged pull requests:

  • replace httprouter with gorilla mux closes closes #27 #28 (markbates)
  • added some helpers and event source support #26 (markbates)
  • switched over to using gentronics for generating templates #25 (markbates)

* This Change Log was automatically generated by github_changelog_generator