Skip to content

Releases: jaswdr/faker

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

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