aboutsummaryrefslogtreecommitdiff
path: root/test/random.spec.ts
AgeCommit message (Expand)AuthorFilesLines
2023-04-01refactor(locale)!: move title to metadata (#1978)ST-DDT1-1/+3
2023-03-16fix(random): prevent infinite do-while (#1938)Shinigami1-1/+7
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-24/+5
2023-01-11feat(string): generate string from characters (#1717)ST-DDT1-2/+2
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-4/+20
2022-12-07fix: broken `allowLeadingZeros` tests (#1638)Eric Cheng1-1/+1
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-2/+2
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-4/+4
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-1/+4
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami1-8/+9
2022-07-28test: remove JSON.stringify wrapper around faker.seed() in tests descriptions...Piotr Kuczynski1-3/+1
2022-07-22test: introduce seededTests factory (#838)ST-DDT1-22/+12
2022-06-18test: migrate datatype to test snapshots (#875)ST-DDT1-38/+4
2022-05-22feat: allow banned as string (#819)Shinigami1-0/+74
2022-05-21feat: add casing option (#955)Shinigami1-6/+55
2022-05-04refactor!: remove deprecations (#916)Shinigami1-149/+1
2022-05-01feat: return seed value from seed() (#853)Shinigami1-4/+1
2022-04-30feat: separate methods for object key value (#503)Leyla Jähnig1-0/+14
2022-04-25test: add seeded tests for random (#868)ST-DDT1-351/+456
2022-04-24feat: random numeric (#797)Shinigami1-1/+77
2022-04-22test: use consistent assertion functions (#852)Shinigami1-9/+9
2022-04-10feat: immutable options in random.alpha methods (#790)ST-DDT1-0/+26
2022-04-04test: fix random alpha and alphaNumeric tests assumptions (#774)ST-DDT1-5/+5
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski1-1/+1
2022-03-28chore: use a standardized deprecated function (#689)Shinigami1-1/+1
2022-03-24fix: only return word with desirable alpha characters (#654)Shinigami1-1/+59
2022-03-21fix: alphaNumeric all chars banned (#550)Leyla Jähnig1-1/+1
2022-02-20test: use toBeTypeOf (#511)Shinigami1-4/+4
2022-02-19fix: test random.alphaNumeric (#517)Leyla Jähnig1-4/+28
2022-02-15test: rewrite random (#490)Shinigami1-161/+127
2022-02-14test: rewrite mersenne tests (#480)Piotr Narożnik1-22/+0
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-2/+2
2022-01-29chore: setup improved linting (#151)Shinigami1-2/+6
2022-01-25docs: readme cleanup (#251)Caleb Burton1-0/+14
2022-01-24build: bundle with esbuild (#257)Shinigami1-2/+2
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-0/+259