casual icon indicating copy to clipboard operation
casual copied to clipboard

Fake data generator for javascript

Results 43 casual issues
Sort by recently updated
recently updated
newest added

Can you do UNPKG or jsDelivr version for browser? I mean UMD version thank you

Hi, currently I don't have time to contribute to this project. I created this project 8 years ago and didn't refactor/improve code quality since, except for some contributions. Looking for...

Adding es_ES locale to Address, Person and Color generators

In [this line](https://github.com/boo1ean/casual/blob/master/src/providers/misc.js#L1632): ```js return (b = function (_b) { ^ ``` you assign `b` variable but it is not defined in that scope, so it produces `ReferenceError` when I...

hello Im from iran and add persina (farsi) language to casual for first add color and person provider

ESBuild does not run on node and thus doesn't use `fs`. The issue is similar to #61 Instead of over-engineering locale requires why not have a list of all of...

This adds xx_US localization, and changes casual.js for that addition. The xx_US localization includes only person.js, which was copied from person.js in en_US, than I added some more global first...

Hi @boo1ean, Thanks for the great library 👏 I've noticed that the last release on NPM was ~2 years ago. Would you be open to accept a PR to add...