Skip to content

Releases: jaswdr/faker

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

v2.0.1

03 Jan 12:34
a0f3f9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.19.1...v2.0.1

v2.0.0

30 Nov 11:08
a0f3f9b
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

What's Changed

Important: Go < 1.20 is not supported is v2! If you still use older versions, please use v1 versions (v1.19.1 is the latest at the time of written).

Commits

Full Changelog: v1.19.1...v2.0.0