In pr #102 we observed problems when using the default value in params with type Date and Boolean. When sending the params there's no problem but when taking the value for the param from the default key in the params object we get errors (possible problems with format).
In the commit 2957896 of the same pr we add a workaround for the tests.
In pr #102 we observed problems when using the default value in params with type Date and Boolean. When sending the params there's no problem but when taking the value for the param from the
defaultkey in the params object we get errors (possible problems with format).In the commit 2957896 of the same pr we add a workaround for the tests.