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

Releases: bxcodec/faker

Deprecating v3 module

08 Dec 09:23
95cb926
Compare
Choose a tag to compare

This repository is deprecated.

16 Oct 15:07
7547072
Compare
Choose a tag to compare

Please refer to this repository instead: https://github.com/go-faker/faker

v4.0.0-beta.2

03 Sep 17:49
fc3744e
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-beta...v4.0.0-beta.2

v4.0.0-beta

20 Aug 05:36
a94c89d
Compare
Choose a tag to compare

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

Full Changelog: v3.8.0...v4.0.0-beta

v3.8.0

10 Mar 04:22
f6a1e82
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

29 Dec 04:15
f5a6782
Compare
Choose a tag to compare

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

Full Changelog: v3.6.0...v3.7.0

v3.6.0

05 Feb 09:05
74585ae
Compare
Choose a tag to compare

Features

  • feat: added fake jwt-token support (#113) by @musinit
  • feat: Add RemoveProvider public method (#115) by @pioz
  • feat: Add ability to ignore interface{} population with SetIgnoreInterface() (#123) by @nashikb

Chores

v3.5.0

17 Jun 14:55
02fc1b2
Compare
Choose a tag to compare

Features

Fixes

  • fix: excluded characters in random string generator (#111) by @musinit

v3.4.0

07 Jun 10:58
492cb34
Compare
Choose a tag to compare

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

v3.3.1

18 Apr 06:23
6bf1214
Compare
Choose a tag to compare

Fixes

Chores

  • chore: update README.md adding badge for pkg.go.dev (#90) by @bxcodec