v0.5.0
- various bugfixes and minor (code) improvements
- route can now contain named parameters, like
/{id}which are accessible viaphpb_route_parameterorphpb_route_parameters. - Page model attributes made accessible via
get()and more separate getter methods for important required attributes.