Releases: gobuffalo/buffalo
v0.18.2
What's Changed
- Feature/Addition Host domain by @dmuriel in #2185
- Buffalo should respect http status when returning error by @dmuriel in #2186
- v0.18.2 by @paganotoni in #2187
New Contributors
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
- hotfix: allowing leading slash when call r.HTML(template_name) by @sio4 in #2178
- Add reload.FS for hot reloading during development by @fasmat in #2180
- v0.18.1 by @paganotoni in #2179
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
- Fix npm's package.json permissions by @disconnect3d in #2005
- Bump spf13/viper to v1.7.0 by @aeneasr in #1999
- Task fixing html binder by @paganotoni in #2016
- Task updating formam by @paganotoni in #2025
- Fixes #1987 and #2023 by @paganotoni in #2026
- Changing our tests to use latest 2 Go versions by @paganotoni in #2038
- Task binding cleanup by @paganotoni in #2039
- Task update formam by @paganotoni in #2041
- Updating Flect by @paganotoni in #2042
- Updating fixture project libraries by @paganotoni in #2044
- Removing Grifts folder by @paganotoni in #2050
- fixes the non-existing .git folder case by @paganotoni in #2053
- Fixing #1913 by @paganotoni in #2054
- Warns if response is attempted to be written twice by @paganotoni in #2059
- Application Route Namer by @paganotoni in #2075
- Fix generated GitLab ci YAML by @ZJvandeWeg in #2086
- Bump elliptic from 6.5.3 to 6.5.4 in /genny/build/_fixtures/coke by @dependabot in #2088
- Feature/improved error reporting in production by @StefanDorresteijn in #2108
- Fix build issues with golang 1.16 by @fasmat in #2113
- More reliable fix for Go 1.16 build issues by @fasmat in #2119
- Run go mod tidy when initializing a new project by @fasmat in #2124
- Add action to handle stale issues and PRs by @fasmat in #2125
- Update dependencies after buffalo new by @fasmat in #2128
- Update buffalo to go 1.17 by @fasmat in #2139
- Fix typo in README.md by @scheakur in #2150
- Replace packr with embed fs by @fasmat in #2166
- Fix codeclimate complaints by @fasmat in #2170
- v0.18.0 by @paganotoni in #2169
- Fix missing err by @fasmat in #2172
- Bump actions/stale from 3 to 4 by @dependabot in #2171
- v0.18.0 by @paganotoni in #2173
New Contributors
- @disconnect3d made their first contribution in #2005
- @aeneasr made their first contribution in #1999
- @ZJvandeWeg made their first contribution in #2086
- @StefanDorresteijn made their first contribution in #2108
- @scheakur made their first contribution in #2150
Full Changelog: v0.17.5...v0.18.0
v0.17.5
What's Changed
- Improve performance of WrapBuffaloHandler by @fasmat in #2146
- v0.17.5 by @paganotoni in #2165
Full Changelog: v0.17.4...v0.17.5
v0.17.4
What's Changed
- Updates meta version (thanks @sio4) by @paganotoni in #2155
Full Changelog: v0.17.3...v0.17.4
v0.17.3
This new version of Buffalo moves to support only Go v1.16.x
and v1.17.x
, our tests suites are now run with those 2 versions.
v0.17.2
It seems using a branch and then destroying it is something Go mods don't like. This is a patch release to solve the problem having v0.17.0 branch caused. Also, mods do not like 2 tags on the same commit for some reason.
Thanks for the patience.
ℹ️ Remember: From now on the cli is at gobuffalo/cli
v0.17.1-beta
bumping version
v0.17.0
This change removes as much as possible of the CLI from this repo into gobuffalo/cli
. From now on this repository will be focused on the Buffalo library and leave the CLI to be developed in the gobuffalo/cli
repo.
v0.16.27
This version is mainly focused on fixing issues with the buffalo new
command not finding dependencies.