aboutsummaryrefslogtreecommitdiff
path: root/examples/node
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-2/+2
Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning
2021-02-04Merge pull request #999 from netochaves/fix/internetEmailMarak1-2/+2
Fix: internet email for japanese and chinese characters
2020-09-17Example composing multilevel, multilocale objectLucas Jellema1-0/+31
2020-09-10fix: internet email for japanese and chinese charactersNeto Chaves1-2/+2
2020-08-26Bump `v5.1.0`Marak1-1/+1
2017-09-07Merge pull request #490 from aretecode-forks/patch-1Marak1-2/+2
[examples] [minor] add missing statement, consistent `=` format
2017-08-20[api] First pass at `faker.unique` moduleMarak1-0/+29
* 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
2017-03-21add missing statement, consistent `=` formatJames1-2/+2
2017-02-21[dist] Rebuild for new versionMarak1-1/+2
2016-03-20[dist] Re-build library for v3.1.0 releaseMarak1-0/+4
2015-07-08[dist] Update examplesMarak6-0/+54