Releases: yarf-framework/yarf
Releases · yarf-framework/yarf
v0.8.6
v0.8.5
- Adds Gzip response methods to Context
v0.8.4
- Improved logs.
- Minor tweaks.
v0.8.3
- Added QueryValue() method to yarf.Context
- Added Redirect() method to yarf.Context
- Improved tests.
- Added some badges to README file.
v0.8.1
- Improved overall performance
- Benchmarks updated and now the framework beats all other frameworks when working with route cache.
- Small changes on internal structures.
- API hasn't changed.
v0.8.2
Revert last release to a stable status.
v0.8.0
This release doesn't introduce many changes on the functionality, but several improvements are added.
Also, the version number has changed as some type names and struct properties have changed to complaint golint and govet.
v0.7.2
- Fix response code write on error
v0.7.1
- Logger changes
- Wildcard support to router
- Catch-All routes support using wildcard at the end.
Version 0.7
v0.7 Update Readme docs