aboutsummaryrefslogtreecommitdiff
path: root/src/modules/datatype
AgeCommit message (Expand)AuthorFilesLines
2024-02-27refactor(datatype)!: remove v8 deprecated datatype methods (#2694)Shinigami1-455/+1
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero1-2/+2
2023-12-04docs: add missing throw descriptions in JSDocs (#2560)DivisionByZero1-1/+5
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-9/+10
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-3/+3
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-10-11infra(unicorn): no-array-for-each (#2461)ST-DDT1-2/+2
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-2/+2
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-2/+2
2023-04-26feat(date): introduce anytime (#2096)ST-DDT1-2/+3
2023-04-22refactor(datatype): deprecate datetime (#2053)Shinigami1-1/+12
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+6
2023-03-27docs: mark method references in @deprecation messages (#1963)ST-DDT1-1/+1
2023-02-19refactor(datatype): deprecate `array` (#1853)DivisionByZero1-0/+9
2023-02-18refactor(datatype): deprecate `json` (#1852)DivisionByZero1-0/+9
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-02-04refactor(datatype): standardize arguments (#1804)DivisionByZero1-2/+21
2023-01-18docs: jsdoc for options (#1644)Shinigami1-6/+116
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+4
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-3/+12
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-3/+10
2022-12-05docs(datatype): add missing `@see` tags for deprecated methods (#1608)Matt Mayer1-1/+8
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-75/+36
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT1-2/+26
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami1-5/+6
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-65/+40
2022-10-14refactor!: make mersenne internal (#1444)Shinigami1-1/+6
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami1-16/+5
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-2/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+20
2022-08-28docs(datatype): fix hexadecimal jsdoc (#1308)Eric Cheng1-1/+1
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng1-7/+7
2022-08-10feat: `datatype.hexadecimal` signature change (#1238)Eric Cheng1-5/+39
2022-06-03docs: fix faker.datatype.number document (#1035)Masashi Oyamada1-1/+1
2022-05-23feat: reimplement datatype.bigInt (#791)Shinigami1-10/+49
2022-05-05fix: typo in error message (#925)Andrey Azov1-1/+1
2022-05-04refactor!: remove deprecations (#916)Shinigami1-25/+0
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-0/+305