Skip to content

Releases: goinsane/rapi

v0.11.3

26 Dec 10:09
e4eadd9
Compare
Choose a tag to compare
  • add http.Error before panic in Handler
  • add panic 'send must be called' in Handler
  • improve send in Handler

v0.11.2

25 Dec 19:57
99a8e89
Compare
Choose a tag to compare
  • fix late close completed channel

v0.11.1

25 Dec 19:40
487765f
Compare
Choose a tag to compare
  • re-implement default method handler

v0.11.0

25 Dec 19:04
c85dfbe
Compare
Choose a tag to compare
  • performance improvements
  • implemented NotFoundHandler
  • strict struct checking for Get and Delete methods
  • panic in Handler

v0.10.0

19 Dec 13:14
afad3be
Compare
Choose a tag to compare
  • fix default method check.
  • implement WithOptionsHandler.
  • implement strict method check.

v0.9.6

19 Dec 12:17
62d9710
Compare
Choose a tag to compare
  • 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

24 Nov 13:48
bdafa08
Compare
Choose a tag to compare
  • documentation, examples and godoc are improved
  • improvements for Caller and Factory

v0.9.4

13 Nov 21:26
23a38c9
Compare
Choose a tag to compare
  • improvements and bug fixes for send function in Handler

v0.9.3

13 Nov 17:53
2049fa5
Compare
Choose a tag to compare
  • hidden HeaderOption and it renamed to httpHeaderOption
  • improved godoc
  • moved some code

v0.9.2

13 Nov 16:17
e8cb922
Compare
Choose a tag to compare
  • 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