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

Releases: bxcodec/faker

v3.3.0

25 Feb 04:31
7198e34
Compare
Choose a tag to compare

Features

  • feat(error): extend error messages for bad tag's name (#80) by @steveoc64

Chores

  • chore(linters): resolve linter and typos (#78)
  • README.md: fix a typo & formatting (#79) by @ifnotak
  • chore(go): update go version for testing in travis (#85)
  • chore: update examples (#88) by @momotaro98
  • chores(docs): Move example from markdown to tests (#89) by @mrVanboy

v3.2.0

15 Nov 06:21
Compare
Choose a tag to compare

Features

Chores

v3.1.0

07 May 02:43
9d03be6
Compare
Choose a tag to compare

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

08 Mar 06:32
2b41ee2
Compare
Choose a tag to compare

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

v2.0.1

22 Jan 07:56
bfe096f
Compare
Choose a tag to compare

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

13 Jan 13:57
99d982f
Compare
Choose a tag to compare

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

24 Sep 05:50
Compare
Choose a tag to compare

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

04 May 04:16
Compare
Choose a tag to compare

Fix:

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

Fix: Abnormal datetime when generate time

23 Mar 12:11
f78d282
Compare
Choose a tag to compare
v1.4.2

fix abnormal timedata (#19)

Add Error Handler

23 Mar 11:56
076bb56
Compare
Choose a tag to compare

Proposed Release:

  • Add error handler #18