Skip to content

v0.9.0 (2016-03-31)

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 02 Aug 14:05
· 654 commits to master since this release
  • Reuse context objects via sync.Pool for zero-allocation routing #33
  • BREAKING NOTE: due to subtle API changes, previously chi.URLParams(ctx)["id"] used to access url parameters
    has changed to: chi.URLParam(ctx, "id")