Skip to content

Releases: fulldump/box

Fix unescape path part

25 Apr 11:55
6ad6d3d

Choose a tag to compare

fix: path part is now query unescaped (#6)

Actually the only change is char `+` is correctly unescaped to space

Fix subpackage imports

19 Feb 05:12
9b28d7b

Choose a tag to compare

v0.1.1

fix: boxutil with the right path (#5)

Traverseability principle

19 Feb 04:54
a3279d8

Choose a tag to compare

feat: make resources tree traverseable (#4)

* Some internal fields are now public
* Also a function Tree has been added to boxutil package
* Upgrade travis to pass tests until go 1.13

Speed up serialization

09 Feb 15:41
646d918

Choose a tag to compare

Speed up serialization

foo

26 Sep 11:33
6c96001

Choose a tag to compare

foo

bar

Init

22 Oct 21:07
6c96001

Choose a tag to compare

This is the initial release, tested with a real project to ensure main small details are polished.

Main features:

  • Hierarchycal routing
  • Url parameters
  • Support for Google custom methods (https://cloud.google.com/apis/design/custom_methods)
  • Fast as hell
  • Automatic handler data serialization
  • Support for interceptors (at resource level and action level)
  • Support for attributes (at resource level and action level)
  • Use standard Context
  • Support golang default http handler signature func(w http.ResponseWriter, r *http.Request)