1.0 Release Candidate
Pre-releaseAfter a looooooooong time, here's the first 1.0 Release Candidate.
A lot of things have changed, and you will definitely need to update your code if you want to update from older versions, but since I don't think Webbino has many users, I am not going to make a detailed update document. Feel free to open issues if you need help.
One of the most notable changes is that Page Functions now must return an HttpStatusCode
, which should be HTTP_OK
if you want the same behaviour as before, but this can be used to intercept and block the loading of the page to implement an ACL mechanism, for instance.
Speking of Access Control, Webbino now has native support for Basic Authentication.
I'm also struggling to setup detailed documentation on the wiki, so please head there for futher information.