Pode v0.22.0
Checksum: 8AAD2486F4F802D9835C16B484C095D80B1E5D470990C2876F84363E53B56723
Enhancements
- #123: Ability to remove a
route - #124: Views, Public and custom static routes now use
New-PSDriveto prevent directory tranversing - #128: Ability to
listenusing a host name - #130:
authnow allows re-using inbuilt/custom parsers. Rather thannamethe type, the name is now any custom name you want to use and yuo specify the-type(like basic, etc). If no-typesupplied,nameis used as the type instead - #131: There's now a route parameter on
middleware, so you can define global middleware that only run on requests for specific routes.