Skip to content

Releases: jaswdr/faker

v2.5.0

02 May 17:39
b77894e
Compare
Choose a tag to compare

What's Changed

  • feat: Implement Shuffle function and add corresponding tests by @jaswdr in #186
  • Feat programming language by @jaswdr in #187
  • Removed hit count from README by @jaswdr in #188
  • Use english dictionary for words instead of subset by @jaswdr in #189
  • refactor: Simplify ShuffleString implementation in Faker (#186) by @jaswdr in #190
  • refactor: Remove unused benchmark tests and improve random number generation by @jaswdr in #191
  • feat: Add NewWithSeedInt64 function and corresponding test by @jaswdr in #192
  • feat: add pokemon names by @joshkurien in #194
  • refactor: Remove redundant float rounding checks in tests by @jaswdr in #195

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

26 Apr 19:11
efb8d34
Compare
Choose a tag to compare

What's Changed

  • feat: Add RandomMapKey and RandomMapValue by @mathieu-lemay in #182
  • feat: Enhance struct filling with recursive support and depth control by @jaswdr in #185

Full Changelog: v2.3.3...v2.4.0

v2.3.3

29 Oct 11:53
75dde12
Compare
Choose a tag to compare

What's Changed

  • style: format code with Go fmt and Gofumpt by @deepsource-autofix in #179
  • Remove % from address building number by @jaswdr in #181

Full Changelog: v2.3.2...v2.3.3

v2.3.2

09 Oct 19:28
8930726
Compare
Choose a tag to compare

What's Changed

  • Removing tests run for Go 1.20.x by @jaswdr in #175
  • Update the code in the Go playground link to V2 by @jaswdr in #176
  • fix: Float functions should return the proper number of decimals by @mathieu-lemay in #178

New Contributors

Full Changelog: v.2.3.1...v2.3.2

v.2.3.1

25 Apr 11:04
27e0c12
Compare
Choose a tag to compare

What's Changed

  • Fix credit card expiration date by @antfroger in #174
  • style: format code with Go fmt and Gofumpt by @deepsource-autofix in #173

Full Changelog: v2.3.0...v.2.3.1

v2.3.0

24 Apr 13:10
937f93c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

19 Apr 11:56
a133f5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

18 Feb 20:44
7c7a782
Compare
Choose a tag to compare

Important

We changed the way int numbers are generated, which affects all Int* and UInt* methods, if you are affected by this change, we recommend to use RandomNumber or IntBetween.

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

20 Jan 13:02
4f477b6
Compare
Choose a tag to compare

What's Changed

  • Fix for MaxInt overflow in IntBetween by @sean- in #163

Full Changelog: v2.0.2...v2.0.3

v2.0.2

20 Jan 11:53
514850e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.2