Datafaker 2.4.0 (30 September 2024)¶
We've now reached the milestone of 250 different data providers! General words, financial terms and Dota2 are some of the new additions to our list.
Did you know it's even possible to generate fake images (JPG, PNG, SVG and more) using Datafaker?
New Contributors¶
Thank you all for your contributions, we couldn't have done it without you. A special shout out to our new contributors:
- @panic08 made their first contribution in https://github.com/datafaker-net/datafaker/pull/1315
- @ly1012 made their first contribution in https://github.com/datafaker-net/datafaker/pull/1354
- @ksy-ke made their first contribution in https://github.com/datafaker-net/datafaker/pull/1357
What's Changed¶
- 2.3.1 Release documentation by @bodiam in https://github.com/datafaker-net/datafaker/pull/1299
- Cleaned up some unused configuration, and added some initial support … by @bodiam in https://github.com/datafaker-net/datafaker/pull/1300
- Fixed JPG MIME. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1302
- Added Codecov token by @bodiam in https://github.com/datafaker-net/datafaker/pull/1304
- Added more customization options for generating different types of im… by @bodiam in https://github.com/datafaker-net/datafaker/pull/1305
- Add article about BigQuery Sink in Datafaker Gen by @RVRhub in https://github.com/datafaker-net/datafaker/pull/1308
- Add Dota 2 VideoGameProvider by @panic08 in https://github.com/datafaker-net/datafaker/pull/1315
- Removed unused fields and method. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1318
- Added support for adjectives, adverbs, conjunctions, interjections, n… by @bodiam in https://github.com/datafaker-net/datafaker/pull/1317
- Provides financial terms. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1319
- Support stream generation with JavaObjectTransformer by @gatear in https://github.com/datafaker-net/datafaker/pull/1313
- generate ID Number together with birthday and gender by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1316
- Add support for Romanian ID numbers by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1323
- Refactoring: Relationship.any() by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1331
- convert class Interval to record by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1333
- simplify EnFile: don't collect a static list that is needed only once by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1332
- improve error handling and logging by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1311
- Refactor FakeValues by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1335
- extract duplicate methods "toJavaNames" to a single place by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1336
- fix IDEA warnings by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1337
- Add tier() and neutralItem() methods in Dota2 VideoGameProvider and update data by @panic08 in https://github.com/datafaker-net/datafaker/pull/1342
-
1343 search locales in all JAR files, not only in "datafaker*.jar" by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1349¶
-
1343 simplify code for returning all available locales by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1350¶
- Feature/greek philosophers el gr by @gvrettos in https://github.com/datafaker-net/datafaker/pull/1352
- fix: the last digit of ChineseIdNumber by @ly1012 in https://github.com/datafaker-net/datafaker/pull/1354
- Ukrainian id number generator by @ksy-ke in https://github.com/datafaker-net/datafaker/pull/1357
- translated MD cities to RU by @ksy-ke in https://github.com/datafaker-net/datafaker/pull/1359
Full Changelog: https://github.com/datafaker-net/datafaker/compare/v2.3.1...v2.4.0