Skip to content

Releases: darahayes/go-boom

1.1.4

05 Mar 15:40
Compare
Choose a tag to compare

This minor release includes some minor bug fixes

1.1.3

28 Feb 15:20
Compare
Choose a tag to compare
fix: remove call to write status header

1.1.2

27 Feb 23:42
Compare
Choose a tag to compare

This minor release refactors the behaviour of the internal boom() function to make use of the http.Error() function provided by the standard library.

1.1.1

14 Feb 15:44
5931341
Compare
Choose a tag to compare

This release adds a new helper function boom.NotFoundHandler which can be used in your applications to handle default 404 cases using boom.NotFound. This feature is very useful for routers such as mux which accept a NotFoundHandler as a configuration item.

1.0.1

05 Feb 12:22
Compare
Choose a tag to compare

This release introduces absolutely no changes in comparison to 1.0.0. It simply marks some changes to the Readme file.

1.0.0

02 Feb 17:34
Compare
Choose a tag to compare

This is the initial release of boom 🎉