Releases: goinsane/rapi
Releases · goinsane/rapi
v0.11.3
v0.11.2
- fix late close completed channel
v0.11.1
- re-implement default method handler
v0.11.0
- performance improvements
- implemented NotFoundHandler
- strict struct checking for Get and Delete methods
- panic in Handler
v0.10.0
- fix default method check.
- implement WithOptionsHandler.
- implement strict method check.
v0.9.6
- treat DELETE method as GET
- implement PlainTextError
- implement Unwrap methods for errors
- implement support omitempty tag
- improve content type validation
- check registering method name for Handler
v0.9.5
- documentation, examples and godoc are improved
- improvements for Caller and Factory
v0.9.4
- improvements and bug fixes for send function in Handler
v0.9.3
- hidden HeaderOption and it renamed to httpHeaderOption
- improved godoc
- moved some code
v0.9.2
- don't panic in Handler.ServeHTTP and Caller.Call. instead return an error.
- removed panic 'already sent'.
- allowed typed nil value for input and output.
- some improvements in code