Volodymyr Synytskyi
Volodymyr Synytskyi
This PR makes it possible to set your own custom error messages when filenames conventions are violated.
It would be nice to be able to show a custom error message where you could specify exactly which naming convention is violated. Right now all error messages look like...
In version 1.4.1 we used to put host and port inside beanstalk: ``` var options = { id: this.id, host: config.beanstalkd.host, port: config.beanstalkd.port, handlers: config.handlers, ignoreDefault: config.ignoreDefault }; ``` It...
Updated documentation for yaml configuration. Take a look at https://github.com/ceejbot/fivebeans/issues/149
Allows users to get string properties with dot symbol as well as deep nested properties. With this update if there is a string property with dot notation (for example "car.color"),...