Paw-FakerDynamicValue icon indicating copy to clipboard operation
Paw-FakerDynamicValue copied to clipboard

A dynamic value extension for Paw using Faker to generate data

Results 2 Paw-FakerDynamicValue issues
Sort by recently updated
recently updated
newest added

The newest version of fakerjs is v7.6.0, is there any posibility that this extension can upgrade to the newest version? I've tried simply upgrading the version in `package.json`, but I...

`faker.date.past(10);` On Faker this is the expected format: ``` "2006-04-25T23:59:03.244Z" ``` but I keep getting this format instead ``` "Thu Oct 31 2013 16:25:58 GMT-0700 (PDT)" ```

bug