Buffalo Versions Save

Rapid Web Development w/ Go

v0.18.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gobuffalo/buffalo/compare/v0.18.1...v0.18.2

v0.18.1

2 years ago

What's Changed

Full Changelog: https://github.com/gobuffalo/buffalo/compare/v0.18.0...v0.18.1

v0.18.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gobuffalo/buffalo/compare/v0.17.5...v0.18.0

v0.17.5

2 years ago

What's Changed

Full Changelog: https://github.com/gobuffalo/buffalo/compare/v0.17.4...v0.17.5

v0.17.4

2 years ago

What's Changed

Full Changelog: https://github.com/gobuffalo/buffalo/compare/v0.17.3...v0.17.4

v0.17.3

2 years ago

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

2 years ago

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

2 years ago

v0.17.0

2 years ago

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

2 years ago

This version is mainly focused on fixing issues with the buffalo new command not finding dependencies.