8000 Tags · go-faker/faker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: go-faker/faker

Tags

v4.6.1

Toggle v4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump golang.org/x/text from 0.18.0 to 0.24.0 (#71)

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix timezones list (#63)

Canada/East-Saskatchewan and US/Pacific-New can not be found by time.LoadLocation.

Normally timezones should not be removed. Here is explanation, why this two was removed —https://stackoverflow.com/questions/78328589/is-the-list-of-iana-timezones-stable#comment138105389_78332721

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add UserAgent faker (#57)

v4.4.2

Toggle v4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: concurrent-safe unique data generation (#53)

* fix: concurent map writing issue

* fix: test for concurrent write on unique field

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adding missing cities to addresses data (#51)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add feature: Country Info(#47) (#50)

* Add feature: Country Names(#47)

* fix indentation issues

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(blood): Added faker for blood types (#40)

* feat(blood): Added faker for blood types

Added faker that will generate blood type, rh factor and group

Signed-off-by: Rubem Mota <rubemmota89@gmail.com>

* feat(blood): Added tag into main tag

Signed-off-by: Rubem <rubemmota89@gmail.com>

* fix(blood): Changed tag location to be used by default without options

Signed-off-by: Rubem <rubemmota89@gmail.com>

---------

Signed-off-by: Rubem Mota <rubemmota89@gmail.com>
Signed-off-by: Rubem <rubemmota89@gmail.com>

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: tests and fix for faking data for slice of structs with slice_le…

…n specified (#19)

* tests and fix for faking data for slice of structs

* add city for 3 Southerberry Drive address

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add random_string unit-test (#34)

Signed-off-by: rfyiamcool <rfyiamcool@163.com>

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fake non_empty interface panic (#25)

Co-authored-by: yangxu.09 <yangxu.09@bytedance.com>
0