Jason Turner
Jason Turner
Hi guys, getting a little off track above. I've created PR #142 with a proposed syntax for imports. It's not perfect and uses some different conventions but I'm basically going...
Thanks cdcarson, I've pushed a plugin that should be able to handle basic imports and published it in the npm registery: npm install gulp-firebase-bolt. I will extend out the use...
Hi Mike, Just touching base on this functionality (I've been pre-occupied for a couple of weeks now). I'd like to have another stab at the PR for the import syntax...
Hey, Apologies for the stagnant contribution. I was ready to go then we have a life event (9 months worth). I learnt a few things from the Gulp implementation, namely:...
Bump! I have opened a new PR at https://github.com/firebase/bolt/pull/208 for early comment. Please let me know if you have any comments on the implementation. The current PR is only for...
Do you have a unit test for the change? This may be in conflict with #54 as the validation extension points change when we upgrade to the latest validator.js framework.
Please see pull request #53 . The syntax will need to change as the assumption is that everything is an "and" condition at the moment. Extending the framework to handle...
From an upcoming test case... There are several number validators available. isInt isDecimal isFloat isHexadecimal (technically this is also a number)... ` ``` ); ```
This should now be backwards compatible and includes a new syntax for specifying parameters for a given validation function such as mix/max.