Skip to content

Releases: SAREhub/microt

0.10.2

25 Sep 09:11
702c358
Compare
Choose a tag to compare
add support for injecting middlewares to selected actions (#33)

0.10.1: F/parsed body validator (#32)

24 Sep 13:12
15ed2f6
Compare
Choose a tag to compare
* remove type hint in HttpHelper::requestWithJson

* add ParsedBodyValidator

0.10.0: F/request validation stuff (#31)

29 Jul 11:59
65aabd1
Compare
Choose a tag to compare
* add request validation stuff

* add simple validation to example: SimpleApp

0.9.2

24 Jul 07:11
123e200
Compare
Choose a tag to compare
fix serializing middlewares in ControllerActionRoute (#30)

0.9.1

24 Jul 06:33
303e9e8
Compare
Choose a tag to compare
fix serializing middlewares in ControllerActionRoutes (#29)

0.9.0

23 Jul 10:00
5655e00
Compare
Choose a tag to compare
Better error handling in AppBootstrap (#27)

0.8.3

15 Jul 09:14
fee113f
Compare
Choose a tag to compare
add RoutePatternHelper (#26)

0.8.2

29 Jun 09:39
31a95f7
Compare
Choose a tag to compare
feat(Test/Api): added test case to use in api endpoint functional tes…

0.8.1: F/health check (#24)

28 Jun 14:20
b900fd4
Compare
Choose a tag to compare
* 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)

07 Jun 10:43
2caaef4
Compare
Choose a tag to compare
* MultiMiddlewareInjector - supports simple callable middlewares
* added  AppMiddlewaresInjector
* added BasicAuthContainerConfigurator
* simplifed AppBootstrap
* added Examples and readme