Fixes
-
fixed Redis cacher option resolver in ServiceBroker. Now it accepts connection string.
let broker = new ServiceBroker({ cacher: "redis://localhost" });
New
Validator updated
The fastest-validator is updated to v0.5.0. It supports multi rules & custom validators.