Skip to content

Beta-1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cohix cohix released this 21 Sep 12:32
· 24 commits to master since this release
v0.1.3
be082da

This release contains updates to the RouteGroup API:

Middleware are now mounted with the .Before method on the group object rather than being passed in to the constructor

New for this release is the ability to add Afterware to a RouteGroup usingthe .After method.

These can be chained such as vk.Group("/").Before(someMiddleware).After(someAfterware)