Releases: darahayes/go-boom
Releases · darahayes/go-boom
1.1.4
This minor release includes some minor bug fixes
1.1.3
fix: remove call to write status header
1.1.2
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
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
This release introduces absolutely no changes in comparison to 1.0.0. It simply marks some changes to the Readme file.
1.0.0
This is the initial release of boom
🎉