Tags: dhruvgupta77/faker
Tags
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.
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]>
chore: update README.md adding badge for pkg.go.dev (bxcodec#90)
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
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
fix: resolve pointer on tagged field (bxcodec#47) * resolve pointer on tagged field
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
PreviousNext