This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Releases: bxcodec/faker
Releases · bxcodec/faker
Deprecating v3 module
Full Changelog: v3.8.0...v3.8.1
This repository is deprecated.
Please refer to this repository instead: https://github.com/go-faker/faker
v4.0.0-beta.2
v4.0.0-beta
What's Changed
- chore: update " to ' in names by @cconcannon in #157
- fix: linter, gomod version, tests by @bxcodec in #167
- feat:
oneof
support for some pointer types. by @soranoba in #162 - fix: panic on using map with value of aliased type by @daniel134256 in #165
- fix: Always get the same value where you want to get it at random. by @soranoba in #163
- feat: Make possible to ignore some fields and provide a custom generator for it by @unkeep in #160
- feat: FakeData support recursive type by using opt by @wolf-joe in #168
- feat: add v4 initial version, with options and restructured package by @bxcodec in #169
New Contributors
- @cconcannon made their first contribution in #157
- @soranoba made their first contribution in #162
- @daniel134256 made their first contribution in #165
- @unkeep made their first contribution in #160
Full Changelog: v3.8.0...v4.0.0-beta
v3.8.0
What's Changed
- feat: add min max size for random slice map And allowing one element for Oneof by @autumn31 in #130
- Support for Korean Hangul by @geshtng in #154
- fix slice tag bug AND add chinese name by @qiangmzsx in #141
- Support for Emoticons by @geshtng in #155
- Float boundaries by @Xaspy in #156
New Contributors
- @autumn31 made their first contribution in #130
- @geshtng made their first contribution in #154
- @qiangmzsx made their first contribution in #141
- @Xaspy made their first contribution in #156
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- feat: added random source customization by @fredbi in #137
- feat: Support for Japanese hiragana and katakana by @tomtwinkle in #145
- chore: check slice.Contains in
for range
block by @eval-exec in #151 - feat: randomInt support third argument by @maco in #150
New Contributors
- @fredbi made their first contribution in #137
- @tomtwinkle made their first contribution in #145 and thanks to @geshtng for reviewing the PR
- @eval-exec made their first contribution in #151
- @maco made their first contribution in #150
Full Changelog: v3.6.0...v3.7.0
v3.6.0
v3.5.0
v3.4.0
Features
- feat: added gender tag (#104) by @musinit
- feat: new lang tag, chinese + russian lang generators (#97) by @musinit
- feat: upgrade linter version to use the latest stable version (#98) by @bxcodec
Fixes
- fix: Allow AddProvider to still work with some custom types (#102) by @andrew-werdna
- bugfix(faker): don't panic on typed array (#99) by @xaionaro
- fix: 0 not valid for random size #96 by @mattquest