Releases: jaswdr/faker
Releases · jaswdr/faker
v1.19.1
v1.19.0
v1.18.1
What's Changed
- Adds Go 1.20 to the test matrix by @jaswdr in #140
- internet: cache Internet.User() first/last names by @sean- in #141
- Update the Variant bits in method V4() of uuid.go by @MrTbag in #144
- format code with gofmt and gofumpt by @deepsource-autofix in #145
New Contributors
Full Changelog: v1.18.0...v1.18.1
v1.18.0
v1.17.0
Potential breaking changes
If you use this package to generate UUID strings you are potentially impacted by #138. To fix any related error, remove any code that is including "-" in the string. After this change the UUID generator is now generating strings that will be considered valid by any UUID validator.
What's Changed
- Fix signature of UintBetween generator functions by @Kingmidas74 in #131
- Improve UUID tests and replace thispersondoesnotexist service with randomuser service for profile picture generation by @jaswdr in #135
- Update longitude return variable name by @GreenDjango in #137
- fix: UUID V4 generation by @pankaj-kumar34 in #138
New Contributors
- @Kingmidas74 made their first contribution in #131
- @GreenDjango made their first contribution in #137
- @pankaj-kumar34 made their first contribution in #138
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
- Add .deepsource.toml by @deepsource-autofix in #112
- Unused parameter should be replaced by underscore by @deepsource-autofix in #113
- Fix unused method receiver by @deepsource-autofix in #115
- Fix check for empty string by @deepsource-autofix in #116
- Format code with gofmt and gofumpt by @deepsource-autofix in #114
- Simplify the string concatenation operation by @deepsource-autofix in #117
- Types of function parameters can be combined by @deepsource-autofix in #118
- Fix return value by explicitly returning
nil
by @deepsource-autofix in #119 - Fixes value assigned to a variable is never read before being overwritten in color test by @jaswdr in #121
- Update README.md: removes faker import confusion by @MaerF0x0 in #124
- add countryCode by @mirobertod in #126
- [FEATURE] Add methods for uints by @jaswdr in #127
- Replace empty slice literal with
var
by @deepsource-autofix in #128
New Contributors
- @deepsource-autofix made their first contribution in #112
- @MaerF0x0 made their first contribution in #124
- @mirobertod made their first contribution in #126
Full Changelog: v1.15.0...v1.16.0
v1.15.0
v1.14.1
v1.14.0
What's Changed
- added car license plate generation by @WannaBe2D in #109
New Contributors
- @WannaBe2D made their first contribution in #109
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- Add Blood generator by @kharmaodo in #107
New Contributors
- @kharmaodo made their first contribution in #107
Full Changelog: v1.12.1...v1.13.0