Releases: johnwarden/httperror
Releases · johnwarden/httperror
v2.5.0 Godoc refers users to v1 branch
update godoc to point users to the v1 branch
v2.4.0 End of v2 branch
Update readme to point users back to v1 branch.
Return main line of development to v1
- This release updates v1 with the latest code and documentation. The small backwards compatibility breaking change will stay in the v2 branch but docs for new v2 releases will recommend staying with v1.
v2.3.0
Panic handlers accept a third argument.
v2.2.0
Fix dependency on previous version of same package.
v2.1.0
fix go mod version number for v2.0.0. release
v2.0.0
- PanicMiddleware takes second argument with optional shutdown function. Breaks interface so let's do a major version bump. What progress we are making!
v1.5.0 Bugfixes in ApplyStandardMiddleware
fix bugs in ApplyStandardMiddleware
v1.4.0 Change signature of StandardMiddleware
apply gofumpt
v1.3.0 ApplyStandardMiddleware
change signature of ApplyStandardMiddleware