| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-05 | 5.8 kB | |
| v4.1.0 source code.tar.gz | 2025-11-05 | 1.2 MB | |
| v4.1.0 source code.zip | 2025-11-05 | 1.3 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
What's Changed
- feat: Implement dataUri function for SVG generation by @VishnuSrivatsava in https://github.com/cieslarmichal/faker-cxx/pull/1035
- chore: reformat code by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1036
- fix: LocationTest.shouldGenerateNearbyGPSCoordinateWithOriginInMiles not accounting for precision tolerance by @dj-riff in https://github.com/cieslarmichal/faker-cxx/pull/1039
- feat: remove --enable_workspace flag from bazel workflow by @gmottajr in https://github.com/cieslarmichal/faker-cxx/pull/1041
- feat: use portable shebang for
format_codebash script by @Flogex in https://github.com/cieslarmichal/faker-cxx/pull/1042 - feat: use single random engine per thread and provide ability to set seed by @Flogex in https://github.com/cieslarmichal/faker-cxx/pull/1040
- fix: remove ccache from windows build by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1043
- feat: add random mgrs with specified precision by @sbromberger in https://github.com/cieslarmichal/faker-cxx/pull/1044
- docs: add mgrs to README.md by @sbromberger in https://github.com/cieslarmichal/faker-cxx/pull/1045
- feat: add location addresses data from Romania by @Sibor2000 in https://github.com/cieslarmichal/faker-cxx/pull/1046
- fix: fix bazel build by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1047
- fix: fix cache action version by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1051
- fix:
faker::number::octalandfaker::number::binary(int)return non-printable characters by @yehudamber in https://github.com/cieslarmichal/faker-cxx/pull/1050 - feat: Make
number::integersupport more integral types by @yehudamber in https://github.com/cieslarmichal/faker-cxx/pull/1052 - feat: Romannumber by @pawan1162k in https://github.com/cieslarmichal/faker-cxx/pull/1053
- feat: norwaylocationaddresses Issue [#145] by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1056
- fix: include climits in number_test to resolve build error by @sbromberger in https://github.com/cieslarmichal/faker-cxx/pull/1059
- fix: Missing include(cstdint) added by @xaprier in https://github.com/cieslarmichal/faker-cxx/pull/1058
- feat: Add Turkey location addresses issue [#140] by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1060
- feat: Add Japan location addresses Issue [#133] by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1061
- chore: Add Real Data to Different Files by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1062
- feat: Add Code to Generate Esport Organizers by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1063
- feat: add education and Update Read Me File by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1065
- fix: flaky Bug in CommerceTest.shouldGenerateProductFullName test - Issue [#1064] by @MohammadAh2002 in https://github.com/cieslarmichal/faker-cxx/pull/1066
- feat: add location addresses data from Iceland by @daxmawal in https://github.com/cieslarmichal/faker-cxx/pull/1067
- feat: add Hungary addresses by @Lothiard in https://github.com/cieslarmichal/faker-cxx/pull/1068
- feat: add Lithuania addresses (#456) by @sahilkamate03 in https://github.com/cieslarmichal/faker-cxx/pull/1070
- feat: enhance airline data with comprehensive dataset by @Azaucifer in https://github.com/cieslarmichal/faker-cxx/pull/1069
- feat: add Iran addresses by @amirrzea in https://github.com/cieslarmichal/faker-cxx/pull/1072
- feat: add canada(en_CA) addresses by @amirrzea in https://github.com/cieslarmichal/faker-cxx/pull/1073
- feat(location): add Albania (sq_AL) adress data and tests by @vincentzvo in https://github.com/cieslarmichal/faker-cxx/pull/1074
- feat: Add location addresses monaco also fixed failing test for lithuania by @28arnab in https://github.com/cieslarmichal/faker-cxx/pull/1075
- fix: fix failing test by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1077
New Contributors
- @VishnuSrivatsava made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1035
- @dj-riff made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1039
- @Flogex made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1042
- @sbromberger made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1044
- @Sibor2000 made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1046
- @yehudamber made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1050
- @pawan1162k made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1053
- @MohammadAh2002 made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1056
- @xaprier made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1058
- @daxmawal made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1067
- @Lothiard made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1068
- @sahilkamate03 made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1070
- @Azaucifer made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1069
- @amirrzea made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1072
- @vincentzvo made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1074
- @28arnab made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1075
Full Changelog: https://github.com/cieslarmichal/faker-cxx/compare/v4.0.1...v4.1.0