aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2025-02-28docs: improve missing data error (#3406)ST-DDT1-0/+1
2025-02-19fix: test before using Buffers (#3400)ST-DDT1-2/+19
2024-12-06chore: align coding style of deprecated.ts (#3312)ST-DDT1-8/+9
2024-12-03refactor: replace MersenneTwister with pure-rand based one one (#3288)ST-DDT1-282/+147
2024-11-12feat: add initial seed parameter to constructors (#3220)ST-DDT1-0/+8
2024-10-23feat(internet): add jwt method (#2936)Zyb Jared Valdez1-0/+23
2024-10-19infra(eslint): limit usage of globals in src (#3191)ST-DDT2-0/+2
2024-10-12chore(deps): update dependency eslint-plugin-unicorn to v56 (#3159)renovate[bot]1-1/+1
2024-10-10feat(string): adds support for generating ULID (#2524)Bruno Leite2-0/+43
2024-09-26fix(image): fix dataUri with type svg-base64 in browsers (#3144)ST-DDT1-0/+24
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero3-48/+154
2024-07-01chore: remove unused function mergeArrays (#2989)ST-DDT1-12/+0
2024-02-27feat!: high precision random number generator (#2357)ST-DDT1-3/+24
2023-12-11infra(tsconfig): noImplicitAny (#2562)ST-DDT1-0/+13
2023-12-01test(mersenne): add tests for value ranges (#2470)ST-DDT1-1/+1
2023-11-23refactor: improve groupBy (#2532)ST-DDT1-6/+35
2023-11-14fix: remove `@internal` from module parent classes (#2548)ST-DDT1-4/+0
2023-11-07infra(unicorn): no-array-reduce (#2479)ST-DDT1-0/+25
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-0/+25
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami1-1/+1
2023-10-09infra(unicorn): no-new-array (#2441)ST-DDT1-1/+1
2023-10-06chore: randomizer cleanup (#2431)ST-DDT1-0/+1
2023-10-04feat: support custom randomizer (#2284)ST-DDT2-46/+27
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-6/+9
2023-07-20chore: ignore lint warning (#2266)ST-DDT1-0/+1
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-0/+24
2023-04-26chore: eslint report-unused-disable-directives (#2097)Shinigami1-1/+0
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer1-9/+5
2023-01-01chore: update license years to 2023 (#1706)Shinigami1-1/+1
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+4
2022-12-16chore: use merge function for locale data (#1666)ST-DDT1-0/+12
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami1-64/+32
2022-10-14refactor!: make mersenne internal (#1444)Shinigami2-0/+402
2022-08-29fix(internal): Fix typo in deprecation message (#1316)ST-DDT1-1/+1
2022-06-18docs: deprecation workflow (#1067)Leyla Jähnig1-6/+25
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-1/+1
2022-03-28chore: use a standardized deprecated function (#689)Shinigami1-0/+29