Releases: SAREhub/microt
Releases · SAREhub/microt
0.10.2
0.10.1: F/parsed body validator (#32)
* remove type hint in HttpHelper::requestWithJson * add ParsedBodyValidator
0.10.0: F/request validation stuff (#31)
* add request validation stuff * add simple validation to example: SimpleApp
0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1: F/health check (#24)
* feat(Test/App): added more factory methods to HttpHelper * style(Test/App): fix style in ControllerTestClass * feat(Util): JsonResponse::create() public access and reformat code * feat(Microt): added standard implementation of check health pattern
0.8.0: F/mixed improvments (#23)
* MultiMiddlewareInjector - supports simple callable middlewares * added AppMiddlewaresInjector * added BasicAuthContainerConfigurator * simplifed AppBootstrap * added Examples and readme