Bxcodec Faker Versions Save

Go (Golang) Fake Data Generator for Struct. [Notes]This repository is archived, moved to the new repository https://github.com/go-faker/faker

v3.1.0

5 years ago

Features

  • feat(faker): add support for keeping struct property values (#64)

Fixes

  • fix(skip-tag): skip tag does not really skip the value but reset it. (#67)

v3.0.0

5 years ago

This version already fully support for Go Module.

Features

  • feat(faker): open the faker core function to be able accessed from external project (#63)
  • feat(faker): length Support (#60)
  • feat(credit-card): add card type of jcb and diners club (#61)
  • Optionally insert nils instead of empty slices and maps (#59)
  • feat: New faker/v3 go module (#56) [⚠️Breaking Changes]

Chore

  • chore: apply linter for better quality code (#55)
  • chore: remove duplicate creditCard definitions. (#53)
  • chore: Correct and rephrase the README (#50)
  • chore: add docs to godoc (#48)

Fixes

  • fix: typos ("tool_free" -> "toll_free") (#52) [⚠️Breaking Changes]

Docs

  • Update WithStructTag.md (2b41ee29bd6d10b10e5ffc2abe125dc5ac490b94)
  • Update CustomFaker.md (287a86e2051f497a3f63980e067b45b53a2a558c)
  • Update WithoutTag.md (00d1ce7affedbd85101c68daba4dbed2fb1d6cfe)
  • Update SingleFakeData.md(8eb7c000510ece7f792e23c6986b43b8a6cd2a9a)

v2.0.1

5 years ago

Fix:

  • fix: resolve pointer on tagged field (#47)

Notes

From this version to previous versions: There is a typo that I forgot to fix but fixed on #52.

Keep using this tag for generate Tool Free Number.

tool_free_number

v2.0.0

5 years ago

Breaking Changes

Breaking changes for (extend) custom provider.

  • fix: custom provider generator #43

Feature

  • feat: UUID Generator (#40)

Fix

  • fix: fake data generation for custom scalar type pointers (#41)

Chore

  • chore: add Skip a field to example docs (#38)

v1.5.0

5 years ago

Feature

  • feat: adds support for FirstName of either male or female gender (#28)
  • feat: Add skipping field tag (#32)
  • feat: Add extending faker by custom providers (#33)
  • feat: Added price (amount and currency) | Code commented and styled (#37)

Fix

  • fix: panic on named types (#26)
  • fix: DayOfWeek now returns random day (#24)
  • fix: panic on unexported field in struct (#31)
  • fix: random string not random when loop (#35)

v1.4.3

6 years ago

Fix:

  • Thread safety by using the default source for the RNG (#23)

v1.4.2

6 years ago

v1.4.1

6 years ago

Proposed Release:

  • Add error handler #18

v1.4.0

6 years ago

This release consist of this PR

  • feat: support for nested pointer struct (#17)

v1.3.0

6 years ago

This release including this PR :

  • #12 Add Person Generator
  • #10 Add Phone Number Generator
  • #7 Refactoring old package.