aboutsummaryrefslogtreecommitdiff
path: root/src/modules/date
AgeCommit message (Expand)AuthorFilesLines
2025-07-04refactor!: remove deprecations (#3553)Shinigami1-27/+0
2024-12-29docs: fix examples which return string/number (#3348)Matt Mayer1-10/+10
2024-10-20docs(date): add hints how to generate date ranges (#3128)ST-DDT1-0/+5
2024-10-10feat(string): adds support for generating ULID (#2524)Bruno Leite1-18/+1
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero1-1/+1
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT1-0/+19
2024-04-17fix(date): fix birthdate (#2829)ST-DDT1-1/+4
2024-04-01refactor(date)!: birthdate improvements (#2756)ST-DDT1-64/+173
2024-03-28refactor(date)!: stricter error handling of between (#2719)Matt Mayer1-3/+31
2024-03-24refactor(date)!: fail on invalid dates (#2757)ST-DDT1-72/+45
2024-03-05refactor(date)!: remove v8 deprecated date methods (#2704)Shinigami1-783/+64
2024-02-06docs: clarify that the result of faker.date.betweens() is sorted (#2635)Matt Mayer1-1/+1
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-15/+15
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-24/+27
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-1/+1
2023-11-13fix(date): ensures correct range for birthdate (#2535)Samuel Koch1-1/+1
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+3
2023-10-26infra(unicorn): prefer-ternary (#2464)ST-DDT1-16/+8
2023-10-21infra(unicorn): prefer-number-properties (#2452)ST-DDT1-1/+1
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT1-0/+3
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-105/+111
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-07-08docs: fix jsdocs typos (#2244)Robin van der Vliet1-1/+1
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-6/+6
2023-04-26feat(date): introduce anytime (#2096)ST-DDT1-0/+35
2023-04-18refactor(date): rename abbr to abbreviated (#2068)Shinigami1-6/+277
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+12
2023-02-17chore: improve error message for faker.date.birthday (#1843)John Mal1-4/+6
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-01-26chore: fix missing defaultRefDate calls (#1781)ST-DDT1-5/+5
2023-01-24feat(date): introduce faker.defaultRefDate and setDefaultRefDate (#1757)ST-DDT1-29/+33
2023-01-18docs: jsdoc for options (#1644)Shinigami1-22/+242
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+1
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-6/+20
2022-12-01refactor(date)!: unify signatures (#1534)Shinigami1-18/+411
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-6/+6
2022-11-25docs(date): clarify the purpose of the context parameter (#1576)Matt Mayer1-2/+2
2022-11-23chore(date): adjust to our standard implementation (#1589)ST-DDT1-6/+4
2022-11-09fix(date): don't allow parameters <= 0 (#1536)Shinigami1-4/+20
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-4/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+18
2022-07-20chore(linting): add naming convention rule (#1170)Leyla Jähnig1-0/+2
2022-05-17feat: add date.birthdate (#962)ST-DDT1-0/+60
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-0/+256