Thibaut SEVERAC
Thibaut SEVERAC
@icebob I have a choice to do . By default, did we create a new connection, or use the global one ? Pros : - people using the global connection...
I'm doing some tests with V8 . And, first, I think I will need to do something different to handle user using global connection . not sure if I add...
@DonVietnam it's already done by "date" ? date with convert will just handled all the format from the Date constructor : [MDN](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Date/Date) . So, ISO 8601 is already supported ....
Oh ! ok, you want to be precise on the check ? not "all what can be a date" ? ( did you have any use case ? ) ....
> Why do I need a data validation library if I'm going to write regular expressions for data validation myself or translate everything into a Date object, and then drag...
I found some problems with this approach ... that I will need to investigate . First, delete will modify schema if schema is an object (reference is keep if it's...
So, @icebob . I think I'm ready . I've added tests on each rules checking if the changes doesn't impact the rule . Also, I'm testing it when testing another...
@icebob is the little documentation added, ok/enough ?
@icebob what did you think about something like that : https://github.com/thib3113/fastest-validator/commit/d37a2dc81a5f7f5c56274ac3dcaf7ce99bceae10 ? My idea is to remove all keys starting with `$$` . To mark them as "reserved" ( for...
@icebob . yes, I know . I tryed to run the tests with this, and no tests crash (so maybe, there is something not tested) . Else, - `$$async` seems...