aboutsummaryrefslogtreecommitdiff
path: root/vendor/unique.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-24chore: migrate vendor (#254)Shinigami1-105/+0
2022-01-21chore: delete old examples and doc folder (#155)Damien Retzinger1-5/+23
Co-authored-by: Shinigami92 <[email protected]>
2018-09-24[api] [fix] [refactor] Unique options into classMarak1-23/+22
* #466 #596 * Fixes scope issues with max values
2018-01-12Reset startTime appropriatelyRich Churcher1-2/+5
2017-09-08[api] Unique compare function now configurableMarak1-3/+25
* Can now use custom compare functions * Improved comments
2017-08-20[api] First pass at `faker.unique` moduleMarak1-0/+63
* Adds unique value API for use with any method * Using in-memory store for unique values * Provides maxRetries and maxTime options * RE: #466 #245 #477