Skip to content

Tags: jaswdr/faker

Tags

v.2.3.1

Toggle v.2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
style: format code with Go fmt and Gofumpt (#173)

This commit fixes the style issues introduced in 937f93c according to the output
from Go fmt and Gofumpt.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782 deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Schweder <[email protected]>

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement IBAN generation (#172)

* Add IBAN generation

* Move all IBAN related code inside iban.go

* Fix 'Unused method receiver RVV-B0013'

https://app.deepsource.com/gh/jaswdr/faker/run/a17100c5-d424-41ff-8b2f-3bc9f63de59a/go/RVV-B0013

* Fix 'Unused method receiver RVV-B0013'

https://app.deepsource.com/gh/jaswdr/faker/run/a17100c5-d424-41ff-8b2f-3bc9f63de59a/go/RVV-B0013?listindex=0

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding Go 1.22 to test matrix (#171)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Int* and UInt* return only 0s (#167)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix intn panic (#163)

* faker: fix panic from int wraparound when Intn(math.MaxInt 1)

* Refactoring code, renaming rndInt to value and removing unreachable code

---------

Co-authored-by: Sean Chittenden <[email protected]>

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V2 package (#162)

* Setting v2 in go.mod

* Setting v2 in README

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Purge cover.png cache (#159)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Purge cover.png cache (#159)

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swap double-quotes in names with single-quotes (#152)

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Json generator (#147)

Add Json generator