Releases: faker-js/faker
Releases · faker-js/faker
v7.1.0
Known Issue
⚠ WARNING: This version has compiler issues when using webpack!
What's Changed
- docs: small typo fix by @import-brain in #994
- feat: add en_CA city_name (close #983) by @wingleungchoi in #992
- docs: replace Luhn-based function jsdocs with valid numbers by @import-brain in #995
- chore(deps): update devdependencies by @renovate in #997
- chore(deps): update pnpm to v7.1.5 by @renovate in #998
- fix: Luhn generation algorithms and tests by @import-brain in #980
- feat: add music.songName by @wingleungchoi in #996
- fix(typescript): support module Node16/NodeNext by @julienfouilhe in #1005
- chore(release): 7.1.0 by @Shinigami92 in #1006
New Contributors
- @wingleungchoi made their first contribution in #992
- @julienfouilhe made their first contribution in #1005
Full Changelog: v7.0.1...v7.1.0
v7.0.1
What's Changed
- fix: revert type exports for module NodeNext, Node16 (#979) by @Shinigami92 in #989
- chore(release): 7.0.1 by @Shinigami92 in #990
Full Changelog: v7.0.0...v7.0.1
v7.0.0
⚠ BREAKING CHANGES
- remove faker default export (#799)
- target es2020 (#848)
- remove deprecations (#916)
- get rid of export = (#849)
- remove node v12 support (#850)
- reorganize src folder (#909)
What's Changed
- chore: add examples and improve jsdocs for datatype.datetime by @ST-DDT in #907
- chore: remove obsolete definition key constants by @ST-DDT in #910
- refactor!: reorganize src folder by @Shinigami92 in #909
- build!: remove node v12 support by @Shinigami92 in #850
- refactor!: get rid of export = by @Shinigami92 in #849
- chore(deps): update pnpm to v7 by @Shinigami92 in #900
- build: add node v18 support by @Shinigami92 in #847
- chore: remove obsolete DefinitionTypes type by @ST-DDT in #912
- chore(deps): add missing docs peer dependencies by @Shinigami92 in #913
- chore(deps): update dependency vitest to ~0.10.2 by @renovate in #918
- fix: empty array passed into helpers.arrayElements by @c0per in #921
- refactor!: remove deprecations by @Shinigami92 in #916
- refactor!: target es2020 by @Shinigami92 in #848
- refactor!: remove faker default export by @Shinigami92 in #799
- test: ensure working examples and no console spam by @ST-DDT in #908
- fix(generate:locale): make the definition types extendible by @ST-DDT in #915
- chore(deps): update dependency vite to ~2.9.8 by @renovate in #926
- fix: typo in error message by @azangru in #925
- ci: check scripts by @Shinigami92 in #922
- chore(deps): update vitest to ~0.10.4 by @renovate in #928
- chore(deps): update vitest to ~0.10.5 by @renovate in #931
- feat: support locale definitions directly from faker.fake by @ST-DDT in #884
- chore(locales): convert locales data to faker.fake format by @ST-DDT in #927
- chore(deps): update doc-dependencies by @renovate in #930
- chore(deps): update dependency eslint to ~8.15.0 by @renovate in #936
- docs: consistent capitalization of crypto methods by @import-brain in #937
- chore(deps): update typescript-eslint to ~5.23.0 by @renovate in #941
- chore(deps): update vitest to ~0.12.3 by @renovate in #939
- chore(deps): update dependency cypress to ~9.6.1 by @renovate in #940
- chore(deps): update vitest to ~0.12.4 by @renovate in #943
- chore(deps): update devdependencies by @renovate in #946
- chore: fix lint warning in address module by @ST-DDT in #938
- chore(deps): update vitest to ~0.12.6 by @renovate in #951
- chore(deps): update dependency @types/prettier to ~2.6.1 by @renovate in #950
- docs(docs/guide): Add typescript support in the guide by @ch1lam in #947
- chore: prettier ignore temp files by @Shinigami92 in #934
- chore(deps): update pnpm to v7.1.0 by @renovate in #935
- feat(address): use localized fake pattern in city by @ST-DDT in #948
- chore: fix emoji jsdocs formatting by @ST-DDT in #963
- chore(deps): update typescript-eslint to ~5.24.0 by @renovate in #964
- chore: ignore some lint warnings in tests by @ST-DDT in #961
- feat: add date.birthdate by @ST-DDT in #962
- chore: deprecate phone.phoneNumberFormat by @ST-DDT in #957
- chore(deps): update pnpm to v7.1.1 by @renovate in #967
- chore: deprecate phone.phoneFormats by @ST-DDT in #958
- chore(deps): update typescript-eslint to ~5.25.0 by @renovate in #968
- chore(deps): update devdependencies by @renovate in #956
- chore: generate consistent definition order for locales by @ST-DDT in #965
- chore(deps): update dependency @algolia/client-search to ~4.13.1 by @renovate in #969
- chore(deps): update pnpm to v7.1.2 by @renovate in #971
- chore(deps): update dependency eslint-plugin-jsdoc to ~39.3.0 by @renovate in #972
- chore(deps): update dependency eslint to ~8.16.0 by @renovate in #978
- chore(deps): update vitest to ~0.12.8 by @renovate in #977
- feat(internet): HTTP random status code by @johge201 in #945
- feat: use localized fake pattern in street by @ST-DDT in #966
- feat: add casing option by @Shinigami92 in #955
- chore(deps): update vitest to ~0.12.9 by @renovate in #982
- feat: allow banned as string by @Shinigami92 in #819
- chore(ru-locale): renovate states/streets and domain suffix names by @serembon in #634
- test: improve luhn checks (error messages only) by @ST-DDT in #981
- feat: color module by @harsohailB in #801
- feat: improve and extend 🇫🇷 fr and 🇨🇭fr_CH locales by @Yago in #973
- chore(deps): update pnpm to v7.1.3 by @renovate in #984
- fix: type exports for module NodeNext, Node16 by @andrew-w-ross in #979
- feat: reimplement datatype.bigInt by @Shinigami92 in #791
- feat: added sponsor and community members to the readme by @prisis in #986
- docs: fix mersenne rand min max confusion by @gregoriomario in #839
- chore: link to older docs site by @Shinigami92 in #987
- chore(release): 7.0.0 by @Shinigami92 in #988
New Contributors
- @c0per made their first contribution in #921
- @azangru made their first contribution in #925
- @ch1lam made their first contribution in #947
- @johge201 made their first contribution in #945
- @Yago made their first contribution in #973
- @andrew-w-ross made their first contribution in #979
- @gregoriomario made their first contribution in #839
Full Changelog: v6.3.1...v7.0.0
v6.3.1
What's Changed
- fix: replace deprecated arrayElement calls by @Shinigami92 in #903
- chore(release): 6.3.1 by @Shinigami92 in #905
Full Changelog: v6.3.0...v6.3.1
v6.3.0
New & Noteworthy
- New function: faker.helpers.maybe
- Move
arrayElement(s)tohelpers- Sorry that we currently move some functions around, we are trying to prepare a new module structure. If you want to discuss with us, see #805
- Separate methods for
objectKeyandobjectValue, deprecateobjectElement - We now return the seed with the
seed()function, please use this return value instead offaker.seedValue - Configure eol character for
git.commitEntry - There is now a self-manageable store for the unique function
This will be the last
v6version and we will now start withv7. Therefore this is the last version that supports Nodev12. The next iteration will require at least Nodev14.6.
v7will contain many breaking changes like removal of all current deprecated functions.
What's Changed
- chore(deps): update vitest to ~0.9.4 by @renovate in #863
- chore(deps): update dependency esbuild to ~0.14.38 by @renovate in #862
- feat: add Hungarian locale by @szabolcstarnai in #53
- docs: make clear that latitude is first on nearbyGPSCoordinate by @efstathiosntonas in #864
- test: strengthen price regex tests by @ST-DDT in #865
- feat: resettable unique store by @Shinigami92 in #800
- test: use consistent assertion functions by @Shinigami92 in #852
- chore(deps): update dependency eslint to ~8.14.0 by @renovate in #867
- chore(deps): update codecov/codecov-action action to v3.1.0 by @renovate in #866
- feat: configure eol character for git.commitEntry by @xDivisionByZerox in #681
- feat: random numeric by @Shinigami92 in #797
- test: add seeded tests for random module by @ST-DDT in #868
- chore(deps): update devdependencies by @renovate in #872
- chore(deps): update pnpm to v6.32.10 by @renovate in #873
- refactor(word): extract wordlist filter in separate method by @xDivisionByZerox in #877
- feat: faker.helpers.maybe by @Shinigami92 in #874
- fix: address.nearbyGPSCoordinate by @Shinigami92 in #876
- chore(deps): update devdependencies by @renovate in #879
- chore(deps): update pnpm to v6.32.11 by @renovate in #880
- chore: remove deprecated methods from fake tests by @ST-DDT in #885
- chore: fix any warnings in image module by @ST-DDT in #886
- test: simplify seeded address tests by @ST-DDT in #889
- feat: separate methods for object key value by @xDivisionByZerox in #503
- feat: add creditCardIssuer by @beninsydney in #888
- chore(deps): update dependency typescript to ~4.6.4 by @renovate in #891
- chore(deps): update dependency @types/node to ~16.11.32 by @renovate in #890
- chore(deps): update vitest to ~0.10.0 by @renovate in #896
- chore(deps): update typescript-eslint to ~5.21.0 by @renovate in #895
- feat: return seed value from seed() by @Shinigami92 in #853
- refactor: move some random methods to helpers by @Shinigami92 in #892
- test: add tests by @Shinigami92 in #894
- chore(deps): update dependency @types/node to ~16.11.33 by @renovate in #898
- chore(release): 6.3.0 by @Shinigami92 in #901
New Contributors
- @szabolcstarnai made their first contribution in #53
- @efstathiosntonas made their first contribution in #864
- @beninsydney made their first contribution in #888
Full Changelog: v6.2.0...v6.3.0
v6.2.0
New & Noteworthy
lorem.paragraphs()now use\nas separator by default- new functions:
finance.pin,database.mongodbObjectId,phone.imei, andinternet.emoji
What's Changed
- feat: add some en locale product names by @import-brain in #686
- feat: add some en locale city prefixes and suffixes by @import-brain in #685
- feat: add more arabic names dataset by @wael-fadlallah in #655
- feat: append more korean dataset and delete wrong dataset by @hyesungoh in #573
- feat: add Lastname - Bhadresha, Jangid, Suthar by @imbdb in #243
- refactor(helpers.shuffle): remove unused default value by @xDivisionByZerox in #698
- refactor(address.countryCode): signature by @xDivisionByZerox in #588
- chore: additional domain suffixes added for GB locale by @doughlass in #253
- chore: simplify lorem.sentences() by @ST-DDT in #784
- fix: use
\nas default separator for lorem.paragraphs() by @ST-DDT in #783 - feat: use street address templates from locales by @ST-DDT in #754
- feat: add os. as street prefix for pl by @krychaxp in #640
- chore: fix finance.iban warnings by @ST-DDT in #781
- feat: extend list of domain suffix for PL locale by @pkuczynski in #266
- feat: add chinese hyphenated name by @LeToNode in #277
- feat: faker.finance.pin() by @import-brain in #695
- feat: Add MongoDB ObjectId generation by @nhammond101 in #616
- chore(deps): update typescript-eslint to ~5.18.0 by @renovate in #787
- chore: lorem uses faker.helpers by @pkuczynski in #786
- chore: IBAN library typed and moved to utils by @pkuczynski in #785
- chore(deps): update codecov/codecov-action action to v3 by @renovate in #788
- chore: finance use faker.helpers by @pkuczynski in #789
- chore: renovate ru locales by @serembon in #639
- test: add parameter defaults to our signature generation test by @ST-DDT in #793
- chore(deps): update dependency esbuild to ~0.14.34 by @renovate in #802
- chore(deps): update dependency typedoc to ~0.22.14 by @renovate in #803
- docs: nice literal unions by @ST-DDT in #811
- chore: fix todo comments by @Shinigami92 in #807
- feat: updated mime-db to 1.52.0 by @prisis in #808
- fix: Maryland (MD) wrong postal code by @miguelmontanod in #804
- feat: special characters in emails by @harsohailB in #792
- chore: use consistent method calls by @Shinigami92 in #817
- docs: nice string literals by @ST-DDT in #814
- refactor: datatype number by @Shinigami92 in #798
- chore(deps): update dependency eslint to ~8.13.0 by @renovate in #820
- chore(deps): update vitest to ~0.9.2 by @renovate in #821
- chore(deps): update dependency eslint-plugin-jsdoc to v39 by @renovate in #825
- refactor: improve unique by @Shinigami92 in #810
- feat: immutable options in random.alpha methods by @ST-DDT in #790
- chore(deps): update pnpm to v6.32.6 by @renovate in #824
- refactor: log messages for unique fields by @Shinigami92 in #828
- feat: phone IMEI by @import-brain in #829
- chore(deps): update vitest to ~0.9.3 by @renovate in #832
- chore(deps): update devdependencies by @renovate in #833
- chore(deps): update dependency @types/prettier to ~2.6.0 by @renovate in #834
- chore(deps): update dependency typedoc to ~0.22.15 by @renovate in #831
- docs: use vitepress config for markdown pre-renderer by @ST-DDT in #835
- ci: use gh-action for validating PR title by @Shinigami92 in #845
- feat: dynamic definitions tree by @ST-DDT in #822
- feat: add more arabic names datasets by @wael-fadlallah in #368
- feat: extend list of street prefixes for pl locale by @pkuczynski in #844
- chore(deps): update devdependencies by @renovate in #840
- chore(deps): update pnpm to v6.32.9 by @renovate in #841
- feat: add internet.emoji by @hugoattal in #504
- chore: prefer string templates over string concatenation by @pkuczynski in #732
- docs: fix lost description texts by @ST-DDT in #836
- chore(deps): update typescript-eslint to ~5.20.0 by @renovate in #846
- refactor: readonly default modules by @ST-DDT in #854
- chore(deps): update devdependencies by @renovate in #860
- fix: dont log deprecations on startup by @Shinigami92 in #857
- chore(release): 6.2.0 by @Shinigami92 in #861
New Contributors
- @hyesungoh made their first contribution in #573
- @imbdb made their first contribution in #243
- @doughlass made their first contribution in #253
- @krychaxp made their first contribution in #640
- @LeToNode made their first contribution in #277
- @nhammond101 made their first contribution in #616
- @serembon made their first contribution in #639
- @miguelmontanod made their first contribution in #804
- @harsohailB made their first contribution in #792
- @hugoattal made their first contribution in #504
Full Changelog: v6.1.2...v6.2.0
v6.1.2
New & Noteworthy
- We now throw
FakerErrorinstead of justError#718 datatype.numberchanged in behavior #664- Renamed
hexaDecimaltohexadecimal#764
What's Changed
- chore(deps): update dependency cypress to ~9.5.3 by @renovate in #720
- docs: add jsdoc examples to faker.word by @pkuczynski in #717
- docs: update faker.fake documentation by @pkuczynski in #709
- fix: remove doubled extension in system.filePath by @pkuczynski in #300
- docs: fix lint warning by @ST-DDT in #727
- chore(deps): update vitest to ~0.8.0 by @renovate in #731
- docs: add ts import example in readme by @pkuczynski in #719
- chore(deps): update devdependencies by @renovate in #730
- docs: Use valid UUID for example in README by @knpwrs in #740
- test: added a few test cases for Albania IBAN by @wael-fadlallah in #739
- chore: move vendor to utils and update license notes by @pkuczynski in #738
- fix: datatype.number when min = max + precision, throw when max > min by @pkuczynski in #664
- docs: about by @Shinigami92 in #673
- feat: FakerError by @xDivisionByZerox in #718
- chore: removed outcommented dead code in commerce.ts by @rimakan in #745
- fix: deterministic results for address.nearbyGPSCoordinate by @xDivisionByZerox in #737
- chore(deps): update dependency vite to ~2.9.1 by @renovate in #741
- chore(deps): update pnpm to v6.32.4 by @renovate in #742
- chore: update codeowners file by @Shinigami92 in #671
- refactor(address): drop local references of faker modules by @xDivisionByZerox in #748
- chore: downgrade min npm version from 7 to 6 by @sergavshin in #744
- chore: remove useless fallback to undefined by @ST-DDT in #749
- chore: remove invalid country code files by @ST-DDT in #752
- chore: fix warning in helpers replaceCreditCardSymbols by @ST-DDT in #755
- test: add a general country iban test by @ST-DDT in #746
- chore: add updateLocaleFileHook to generateLocales by @ST-DDT in #756
- chore(deps): update devdependencies by @renovate in #762
- chore(deps): update dependency prettier to v2.6.2 by @renovate in #761
- chore: remove issue-labeling.yml by @import-brain in #763
- refactor: rename hexaDecimal to hexadecimal by @pkuczynski in #764
- test: check that system.filePath() generates file extensions by @ST-DDT in #765
- chore: address zipCodeByState fix types by @ST-DDT in #760
- chore: deprecate name.title() in favor of name.jobTitle() by @ST-DDT in #766
- chore(deps): update vitest to ~0.8.4 by @renovate in #769
- chore: fix mustache type warning and add some tests by @ST-DDT in #753
- fix: random word fails on undefined by @ST-DDT in #771
- chore(deps): update dependency esbuild to ~0.14.31 by @renovate in #772
- refactor: remove inconsistent defaults from internet.password() by @ST-DDT in #767
- test: fix random alpha and alphaNumeric tests assumptions by @ST-DDT in #774
- chore(release): 6.1.2 by @Shinigami92 in #773
New Contributors
- @knpwrs made their first contribution in #740
- @rimakan made their first contribution in #745
- @sergavshin made their first contribution in #744
Full Changelog: v6.1.1...v6.1.2
v6.1.1
v6.1.0
What's Changed
- chore: update automated labels by @Shinigami92 in #621
- chore: fix typos in issue templates by @ST-DDT in #624
- chore(deps): update typescript-eslint to ~5.15.0 by @renovate in #622
- chore(deps): update dependency lint-staged to ~12.3.6 by @renovate in #625
- chore(deps): update dependency prettier to v2.6.0 by @renovate in #626
- chore(deps): update dependency eslint-define-config to ~1.3.0 by @renovate in #629
- chore(deps): update vitest to ~0.7.0 by @renovate in #630
- chore(deps): update vitest to ~0.7.4 by @renovate in #632
- chore(deps): update dependency lint-staged to ~12.3.7 by @renovate in #631
- docs: fix prisis github profile link by @akbaruddin in #633
- chore(deps): update dependency eslint-plugin-jsdoc to ~38.0.6 by @renovate in #637
- chore(deps): update vitest to ~0.7.6 by @renovate in #638
- fix(finance): update iso-3166-1 country codes for IBAN/BIC by @bmenant in #168
- chore: deprecate helpers.*Card methods by @sprohaszka in #543
- docs: deprecate randomize by @xDivisionByZerox in #506
- fix: alphaNumeric all chars banned by @xDivisionByZerox in #550
- fix: mersenne rand invalid input argument by @xDivisionByZerox in #577
- refactor: make number input immutable by @xDivisionByZerox in #545
- fix: remove unreachable code finance by @xDivisionByZerox in #508
- chore(locale): added curated names for default(en) locale by @budag in #440
- docs: add alternative CDN links by @Shinigami92 in #636
- chore: partially activate strict mode by @Shinigami92 in #651
- chore(deps): update vitest to ~0.7.7 by @renovate in #652
- chore(deps): update typescript-eslint to ~5.16.0 by @renovate in #653
- ci: configure codecov patch threshold by @Shinigami92 in #647
- docs: fix page meta by @ST-DDT in #659
- fix: enable algolia search by @prisis in #641
- fix: corrected the Costa Rican IBAN format by @MrGussio in #646
- docs: extract defaults from the comments if absent otherwise by @ST-DDT in #657
- docs: read (complex) defaults from implementation signature by @ST-DDT in #656
- ci: reduce diff coverage target by @griest024 in #663
- chore: drop fake usage in vehicle.ts by @pkuczynski in #275
- fix: accept dates as params for Date methods by @pkuczynski in #200
- fix: normalize provider in finance.creditCardNumber by @Shinigami92 in #662
- fix: fake is unable to return empty strings by @ST-DDT in #347
- fix: datatype.datetime should use static boundaries by @ST-DDT in #343
- refactor: set seed directly by @ST-DDT in #563
- fix: solve various todos by @Shinigami92 in #649
- fix: name module gender by @Shinigami92 in #644
- chore(deps): update vitest to ~0.7.10 by @renovate in #665
- fix: only return word with desirable alpha characters by @Shinigami92 in #654
- test: remove todo for number conversion by @Shinigami92 in #669
- refactor: date accept number input by @xDivisionByZerox in #670
- docs: convert to typescript by @Shinigami92 in #658
- refactor: deprecate time.recent by @Shinigami92 in #661
- refactor: use smart eqeqeq null checks by @Shinigami92 in #650
- refactor: use number tuple as input for coordinate by @Shinigami92 in #668
- docs: remove api methods section by @Shinigami92 in #666
- test: fix flaky unique test coverage by @ST-DDT in #667
- chore(deps): update dependency typescript to ~4.6.3 by @renovate in #675
- chore(deps): update dependency prettier to v2.6.1 by @renovate in #674
- refactor(address.secondaryAddress): use local definition by @xDivisionByZerox in #680
- refactor: replace intern use of helper.randomize by @xDivisionByZerox in #687
- chore: replace substr with substring by @Shinigami92 in #678
- fix: replaced placeimg.com on loremflickr.com by @JoCat in #692
- chore(deps): update devdependencies by @renovate in #699
- chore(deps): update vitest to ~0.7.12 by @renovate in #700
- docs: mention template literals in fake docs by @ST-DDT in #701
- refactor: drop usage of
fakefor internal calls by @pkuczynski in #703 - test: fix all_functional tests by @ST-DDT in #609
- fix: force passed locales into faker constructor by @vith in #580
- fix: use require/import export map in package.json by @revmischa in #697
- chore: improve readability and type safety for loadDefinitions by @ST-DDT in #269
- chore: use a standardized deprecated function by @Shinigami92 in #689
- fix: Vehicle vin is always 17 characters long by @demipel8 in #320
- fix: fake behavior with special replacement patterns by @ST-DDT in #688
- chore(deps): update dependency eslint-plugin-jsdoc to ~38.1.3 by @renovate in #705
- chore(deps): update typescript-eslint to ~5.17.0 by @renovate in #706
- release: 6.1.0 by @Shinigami92 in #708
New Contributors
- @akbaruddin made their first contribution in #633
- @bmenant made their first contribution in #168
- @budag made their first contribution in #440
- @MrGussio made their first contribution in #646
- @JoCat made their first contribution in #692
- @vith made their first contribution in #580
- @revmischa made their first contribution in #697
- @demipel8 made their first contribution in #320
Full Changelog: v6.0.0...v6.1.0
v6.0.0
v5 to v6 migration guide
What's Changed
- docs: show union options parameters by @ST-DDT in #602
- ci: improve renovate config by @Shinigami92 in #583
- docs: display correct signature by @ST-DDT in #596
- docs: add test for api docs generation by @ST-DDT in #574
- docs: comment out algolia until search is available by @Shinigami92 in #599
- chore: fix eslint error by @Shinigami92 in #597
- chore: configure eqeqeq lint rule by @Shinigami92 in #595
- chore(deps): update vitest to ~0.6.0 by @renovate in #605
- chore(deps): update devdependencies by @renovate in #603
- chore(deps): update typescript-eslint to ~5.14.0 by @renovate in #604
- chore(deps): update pnpm to v6.32.3 by @renovate in #598
- chore(deps): update dependency eslint to ~8.11.0 by @renovate in #614
- chore(deps): update dependency eslint-plugin-jsdoc to v38 by @renovate in #615
- chore(deps): update devdependencies by @renovate in #618
- chore(deps): update vitest to ~0.6.1 by @renovate in #619
- docs: improve visualization for complex types by @ST-DDT in #608
- docs: add image_providers jsdocs by @ST-DDT in #612
- chore: fix some lint warnings by @ST-DDT in #613
- chore(release): 6.0.0 by @Shinigami92 in #620
All v6.0.0 Contributors
- @clarkerican made their first contribution in #25
- @griest024 made their first contribution in #13
- @MateusDadalto made their first contribution in #12
- @damienwebdev made their first contribution in #61
- @JessicaSachs made their first contribution in #93
- @prisis made their first contribution in #95
- @bl0cknumber made their first contribution in #104
- @MilosPaunovic made their first contribution in #124
- @sohamsshah made their first contribution in #139
- @imrishabh18 made their first contribution in #140
- @import-brain made their first contribution in #180
- @antfu made their first contribution in #195
- @luciferreeves made their first contribution in #183
- @jared-fraser made their first contribution in #192
- @mbokinala made their first contribution in #204
- @sunadoi made their first contribution in #241
- @ST-DDT made their first contribution in #238
- @JSanchezIO made their first contribution in #227
- @DaviDevMod made their first contribution in #278
- @pkuczynski made their first contribution in #273
- @CalebBurton made their first contribution in #251
- @jackfiszr made their first contribution in #283
- @wael-fadlallah made their first contribution in #362
- @renovate made their first contribution in #380
- @piotrekn made their first contribution in #383
- @togami2864 made their first contribution in #420
- @dantman made their first contribution in #431
- @ra-md made their first contribution in #419
- @xDivisionByZerox made their first contribution in #517
- @sprohaszka made their first contribution in #539
- @MostlyWhat made their first contribution in #529
Full Changelog: v5.5.3...v6.0.0
Since last beta Changelog: v6.0.0-beta.0...v6.0.0