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

v4.0.0-beta.2

1 year ago

What's Changed

Full Changelog: https://github.com/bxcodec/faker/compare/v4.0.0-beta...v4.0.0-beta.2

v4.0.0-beta

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bxcodec/faker/compare/v3.8.0...v4.0.0-beta

v3.8.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bxcodec/faker/compare/v3.7.0...v3.8.0

v3.7.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bxcodec/faker/compare/v3.6.0...v3.7.0

v3.6.0

3 years ago

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

  • chore: removes Adolf from male names (#128) by @DavidLarsKetch

v3.5.0

3 years ago

Features

  • feat: Implement oneof tag (#103) by @andrew-werdna
  • feat: oneof float support (#106) by @andrew-werdna
  • feat: Adds Slice length tag (#109) by @Icety

Fixes

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

v3.4.0

3 years ago

Features

  • feat: added gender tag (#104) by @musinit
    • test: add gender unit test (#105)by @bxcodec
  • feat: new lang tag, chinese + russian lang generators (#97) by @musinit
    • docs: added lang tag example in readme (#100) 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

v3.3.1

4 years ago

Fixes

  • fix: convert slice types (#91) by @rgaskill

Chores

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

v3.3.0

4 years ago

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

4 years ago

Features

  • feat(faker): unique data generation (#77) by @System-Glitch
  • feat(custom-faker): add map support to custom fakers (#70) by @jostillmanns

Chores

  • chore(typos): fix typos #73 by @mgrachev