Skip to content

Tags: dhruvgupta77/faker

Tags

v3.6.0

Toggle v3.6.0's commit message

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() (bxcodec#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

Toggle v3.5.0's commit message

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 (bxcodec#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 <[email protected]>

v3.4.0

Toggle v3.4.0's commit message

Verified

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

v3.3.1

Toggle v3.3.1's commit message

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 (bxcodec#90)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chores(docs): Move example from markdown to tests (bxcodec#89)

It's required because:
- package users can use godoc.org, pkg.go.dev for exploring
the package documentation
- testable examples can be more in sync with actual code

This commit moves examples from the plain markdown to testable
examples. It allows to test examples during test phase and have
them more in sync with actual code. Also the examples can be
shown by documentation servers and in IDEs and make work with
package much more user-friendly as not everyone looks into
README.md at repo's root.

Related to bxcodec#68

v3.2.0

Toggle v3.2.0's commit message
feat(faker): unique data generation (bxcodec#77)

* Add unique tag and lorem

* Update documentation

* Factor single fake data functions

* Fix typo

* Implement unique generation for all single fake data func

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(skip-tag): skip tag does not really skip the value but reset it. (b…

…xcodec#67)

* fix(skip-tag): skip tag not really skip the value but reset it.

* chore(travis): change the go version

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update WithStructTag.md

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.
fix: resolve pointer on tagged field (bxcodec#47)

* resolve pointer on tagged field

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.
fix: custom provider generator (bxcodec#43)

* fix-custom-provider (test-file is not updated yet)

* fix some test according to changes

* remove unrelevant test-case

* add test coverage

* update readme

* update readme