All Versions
28
Latest Version
Avg Release Cycle
17 days
Latest Release
925 days ago

Changelog History
Page 1

  • v0.16.17 Changes

    November 13, 2020

    โšก๏ธ [Docs] Updates readme image and link to go docs.

  • v0.16.16 Changes

    October 22, 2020
    • ๐Ÿ›  [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 Changes

    September 05, 2020
    • 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 Changes

    August 02, 2020
    • โšก๏ธ Updates formam version.
    • ๐Ÿ›  Fixes #1987 and #2023.
  • v0.16.13 Changes

    July 18, 2020

    โšก๏ธ Updates Dockerfile to get binary from gobinaries.com

  • v0.16.12 Changes

    July 16, 2020

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

  • v0.16.11 Changes

    July 15, 2020
    • ๐Ÿ‘ Allowing application name to have dev, buffalo and test substrings, but not to equal these.
  • v0.16.10 Changes

    June 09, 2020

    v0.16.10 (#2006)

  • v0.16.9 Changes

    May 25, 2020
    • 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.
  • v0.16.8 Changes

    April 21, 2020

    ๐Ÿ”‹ Features:

    • ServeFile now serves gzipped files. Thanks @vincentchu
    • โž• Adds CircleCI support. Thanks @jamtur01

    ๐Ÿ›  Bugfixes

    • #1767 - Fixing Go templates issue with Buffalo helpers
    • ๐Ÿณ #1965 - Removing GOPATH things from Docker images
    • ๐Ÿณ #1967 - Adds back the buffalo-pop plugin to the Docker images. Thanks @jh125486