Skip to content

Releases: jaswdr/faker

v1.19.1

04 Oct 14:20
802c3f2
Compare
Choose a tag to compare

What's Changed

  • [BUG] Swap double-quotes in first and last names with single-quotes by @mwgrimm in #152

New Contributors

Full Changelog: v1.19.0...v1.19.1

v1.19.0

18 Aug 13:10
e53a3c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.19.0

v1.18.1

17 Jul 08:22
1eae534
Compare
Choose a tag to compare

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

01 Jun 10:19
190b989
Compare
Choose a tag to compare

What's Changed

  • Memoize various read-only arrays by @sean- in #139

New Contributors

Full Changelog: v1.17.0...v1.18.0

v1.17.0

10 May 15:40
5d0f88f
Compare
Choose a tag to compare

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

Full Changelog: v1.16.0...v1.17.0

v1.16.0

25 Dec 11:39
498a0ce
Compare
Choose a tag to compare

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

Full Changelog: v1.15.0...v1.16.0

v1.15.0

07 Aug 13:59
9d24d83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1

04 Aug 18:15
f5976af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

04 Aug 17:20
acc22a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0

25 Jul 19:28
ad7fd41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.13.0