Skip to content

Releases: labstack/echo

v0.0.9

15 Apr 18:33
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Smartly prioritize conflicting routes, write in any order. Resolved like below:
    • /users/new
    • /users/:id
    • /users/*
  • Custom Render and Bind functions
  • Enhanced sub routes / groups
  • Stability

v0.0.8

13 Apr 20:21
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
Merge branch 'master' of https://github.com/labstack/echo

v0.0.7: New renderer interface #21

10 Apr 01:49
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Vishal Rana <[email protected]>

v0.0.6: Fixed example/main.go

07 Apr 20:50
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Vishal Rana <[email protected]>

v0.0.5: Fixed travis config

05 Apr 21:47
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Vishal Rana <[email protected]>

Error types

03 Apr 03:22
Compare
Choose a tag to compare
Error types Pre-release
Pre-release
fixed broken build

Signed-off-by: Vishal Rana <[email protected]>

v0.0.3

02 Apr 17:12
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Includes sub router API.

v0.0.2

01 Apr 15:09
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Merge branch 'master' of https://github.com/labstack/echo