Filippo Conti
Filippo Conti
Updated and moved the filters methods (embed, expand) to separate file and generalized to accept both arrays, objects and lodash chain wrappers and return what they got. Updated single route...
Added support for bulk insertion when posting array to plural and nested routes. ``` POST /posts POST /posts/1/comments ``` When a single object is posted it work as usual, when...
If **opts.certificate** type is boolean and is false the SSL server wont be created, this also ensure backward compatibility with previous versions where users does not specify the certificate option...
My proposal is to expose a __config__ property together with the [db property](https://github.com/typicode/json-server/blob/master/src/cli/run.js#L74) on the express application created by json-server cli with the content of the configuration parsed by yargs,...
It can be really useful to filter the rules to call by country, for example restrict the search to italian or chinese social networks only. This requires an extra property...
As per the title, detect all the possible rules to apply to sanitize input value for the various websites and services, test them to be sure they dont return **false-positives**...
As per the title, some useful links below: https://vuejs.org/v2/api/#transition-group https://vuejs.org/v2/guide/transitions.html#List-Move-Transitions
Animate.css offers a [delay](https://github.com/daneden/animate.css#setting-delay-and-speed) functionality and should be supported here too, either by adding the class or setting the style (as it's done now) and ensuring the callbacks are called...
It could be useful to have subgenerators and relative templates for plugin registration of wpcli commands: https://make.wordpress.org/cli/handbook/commands-cookbook/