This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Tags: bxcodec/faker
Tags
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>
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>
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.
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>
PreviousNext