Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Releases: gobuffalo/buffalo

v0.16.18

24 Dec 00:42
4c0bda0
Compare
Choose a tag to compare

[Fix] prevents error when attempting to write twice to the http response header.
[Enhancement] Allows to specify custom partialFeeder helper.

v0.16.17

13 Nov 02:11
0fc3b9f
Compare
Choose a tag to compare

[Docs] Updates readme image and link to go docs.

v0.16.16

22 Oct 13:25
62926f4
Compare
Choose a tag to compare
  • [Bugfix] Fixing an issue with non-cooking session store. #1913
  • [Bugfix] Removing a false error on the build folder when .git folder is not found. #2048
  • [Maintenance] Removes grifts folder from the Buffalo repo as its no longer needed

v0.16.15

05 Sep 18:20
43fd009
Compare
Choose a tag to compare
  • Cleans up binding a bit more
  • Updates Formam version #2040 (thanks @hdm for reporting it)
  • Updates Flect version to v0.2.2

v0.16.14

02 Aug 15:14
98a801e
Compare
Choose a tag to compare

v0.16.13

18 Jul 22:15
0260f6e
Compare
Choose a tag to compare

Updates Dockerfile to get binary from gobinaries.com

v0.16.12

16 Jul 22:34
5636d51
Compare
Choose a tag to compare

Fixes an issue where the HTML form binder was not wired correctly.

v0.16.11

15 Jul 21:50
6fe4db6
Compare
Choose a tag to compare
  • Allowing application name to have dev, buffalo and test substrings, but not to equal these.

v0.16.10

09 Jun 17:02
e9593f2
Compare
Choose a tag to compare

v0.16.10 (#2006)

v0.16.9

25 May 17:21
b30b199
Compare
Choose a tag to compare
  • Batch Mail sending interface and implementation added. Thanks @Ilkrash
  • Newly generated apps now include PostCSS file and autoprefixer to make bootstrap custom-selects work. Thanks @arunsworld
  • Newly Webpack apps now come with JQuery v3.5.1 and Bootstrap v4.5.0.
  • Some refactoring work on the binding package.