Skip to content

Releases: ije/rex

v1.9.1

08 May 06:06
@ije ije
Compare
Choose a tag to compare

Add RESTful API.

v1.4.1

21 Aug 11:51
@ije ije
Compare
Choose a tag to compare
Update readme

v1.3.2

09 Apr 13:39
@ije ije
Compare
Choose a tag to compare
Fix error json format

v1.2.0

17 Mar 12:18
@ije ije
Compare
Choose a tag to compare

breaking: Context.URL -> Context.PATH

v1.1.0

16 Mar 11:18
@ije ije
Compare
Choose a tag to compare
  • breaking: remove Render returning type
  • breaking: use Store instead of Value and SetValue of Context
  • breaking: return number not as status
  • feat: add URL in Context

v0.3.0

22 Apr 14:33
@ije ije
Compare
Choose a tag to compare

Changes:

  • upgrade gox package to v0.1.7
  • add ServeDirAsZip method for Context
  • add UseCORS method for APIService
  • add https(tls) support

v0.2.5

23 Mar 07:41
@ije ije
Compare
Choose a tag to compare

Changes:

  • Improve the Mux
  • Add Hijack method for the custom ResponseWriter
  • Use go module

v0.2.1

19 Mar 10:14
@ije ije
Compare
Choose a tag to compare

Changes:

  • Add IfModified method for Context

v0.2.0

19 Mar 10:08
@ije ije
Compare
Choose a tag to compare
  • Rewrite ParseMultipartForm method of Context

v0.1.9

19 Mar 09:20
@ije ije
Compare
Choose a tag to compare

Changes:

  • remove App functions
  • rewrite Context