aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2022-12-10fix(number): values out of bounds (#1648)ST-DDT1-4/+11
2022-12-09feat(number)!: change float default params (#1642)Shinigami4-24/+31
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT9-92/+97
2022-12-07feat(string): add special() method (#1634)Brayton Rude1-0/+61
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng4-7/+11
2022-12-05docs(datatype): add missing `@see` tags for deprecated methods (#1608)Matt Mayer1-1/+8
2022-12-05refactor(image)!: rewrite module (#1477)Shinigami5-45/+652
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer3-8/+364
2022-12-02docs(location): clarify city and cityName methods (#1621)Matt Mayer1-2/+4
2022-12-01refactor(date)!: unify signatures (#1534)Shinigami2-19/+412
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig17-241/+346
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-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT5-72/+148
2022-11-14refactor(string): rename params (#1551)Eric Cheng4-38/+42
2022-11-10docs(helpers): extend module jsdocs (#1515)ST-DDT1-2/+1
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski3-7/+79
2022-11-09fix(date): don't allow parameters <= 0 (#1536)Shinigami1-4/+20
2022-11-09chore: use boolean probability instead of magic numbers (#1540)ST-DDT1-1/+1
2022-11-08fix(git): adjust commitEntry to match `git log` output (#1539)ST-DDT1-6/+63
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami1-11/+43
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby1-0/+14
2022-11-07feat(git): add options.refDate to commitEntry (#1512)Kevin Meinhardt1-1/+5
2022-11-06docs: update since tags for person and location (#1516)Matt Mayer2-34/+34
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT3-6/+29
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami1-5/+6
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng1-3/+18
2022-10-23feat: fake with multiple parameters (#1459)ST-DDT1-13/+13
2022-10-21refactor(location)!: rename address module (#1469)Shinigami3-69/+71
2022-10-20docs(string): update function jsdocs (#1473)Eric Cheng1-5/+9
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig8-299/+544
2022-10-16feat(location)!: `latitude`/`longitude` returns number (#1064)Leyla Jähnig1-21/+19
2022-10-16refactor(person)!: rename name module (#1445)Shinigami5-59/+64
2022-10-14refactor!: make mersenne internal (#1444)Shinigami3-402/+6
2022-10-15refactor(company)!: remove hardcoded name fallback pattern (#1451)Guilherme Minozzi1-9/+3
2022-10-14feat(location)!: `nearbyGPSCoordinate` returns number tuple (#1061)Leyla Jähnig1-6/+6
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig1-3/+3
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami14-645/+19
2022-10-11chore: mark mersenne as deprecated (internal) (#1429)ST-DDT1-0/+2
2022-10-09feat: lorem null response fix (#1407)ST-DDT3-57/+305
2022-09-29fix(image): properly lock loremflickr.com images (#1396)Manuel Odendahl1-16/+16
2022-09-22fix(finance): adjust min length of generated bitcoin address (#1384)Guilherme Minozzi1-4/+4
2022-09-22feat(finance): branch code option in bic() (#1378)Eric Cheng1-3/+14
2022-09-21test(finance): use validator.js for bitcoin addresses (#1375)Guilherme Minozzi1-1/+1
2022-09-08fix: improve default seed initialization (#1334)Shraddha Falane1-1/+1
2022-09-08feat(modules): export module interfaces (#932)Shinigami26-56/+54
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer26-0/+541
2022-08-29feat(system): add cron (#897)Nick Hammond1-0/+73
2022-08-29refactor(unique): move to helpers (#1298)Leyla Jähnig3-12/+62
2022-08-29fix(random): retry on invalid word generation (#1307)Leyla Jähnig1-15/+51