Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Tags: bxcodec/faker

Tags

v3.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add deprecation notice for v3

v4.0.0-beta.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add deprecation message for go.mod

v4.0.0-beta.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: implement v3 style option function (#173)

* feat: implement v3 style option function

* feat: make global settings concurrent safe

Co-authored-by: Iman Tumorang <iman@tumorang.com>

v4.0.0-beta

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add v4 initial version, with options and restructured package (#…

…169)

* feat: add v4 initial version, with options and restructured package

* fix: move max slice to option

* fix: move min slice to option

* fix: move max str generation to option

* fix: set nil if len zero to option

* fix: set random len zero to option

* chore: move integer boundary to option

* fix: move random float to option

* fix: add integer boundaries to option

* chore: resolve linter

* feat: update WithRecursionMaxDepth & unittest (#171)

* feat: update WithRecursionMaxDepth & unittest

* style: remove unnecessary check

* chore: use variadic function for options

* chore: move to pkg directory

* fix: slice_len (#172)

* chore: update readme

Co-authored-by: OrangeWolf <orange_wolf@163.com>

v3.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: float_boundaries(#156)

* added ability to set boundaries for float32 and float64 types
* rename old methods which supports only integers to more explicit
* update tests
* delete test which checks float to unsupported struct to boundaries

Co-authored-by: Iman Tumorang <iman.tumorang@gmail.com>

v3.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: randomInt with third argument (#150)

Fixes: #142

Co-authored-by: Iman Tumorang <iman.tumorang@gmail.com>

v3.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add ability to ignore interface{} population with SetIgnoreInte…

…rface() (#123)

* feat: Add ability to ignore interface{} population with SetIgnoreInterface()

* Update mod

* Revert "Update mod"

This reverts commit e78f28e.

* feat: update random integer boundary handling to accept a 0-span range of numbers. Good for reliable testing of 0 values.

v3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: exluded characters in random string generator (#111)

* exluded characters in random string generator

* randomString returning error

* add panic in case of string generation failture

* fix panic for Username

Co-authored-by: o.musin <o.musin@tinkoff.ru>

v3.4.0

Verified

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

v3.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update README.md adding badge for pkg.go.dev (#90)