Releases: jaswdr/faker
Releases · jaswdr/faker
v2.3.3
v2.3.2
What's Changed
- Removing tests run for Go 1.20.x by @jaswdr in #175
- Update the code in the Go playground link to V2 by @jaswdr in #176
- fix: Float functions should return the proper number of decimals by @mathieu-lemay in #178
New Contributors
- @mathieu-lemay made their first contribution in #178
Full Changelog: v.2.3.1...v2.3.2
v.2.3.1
What's Changed
- Fix credit card expiration date by @antfroger in #174
- style: format code with Go fmt and Gofumpt by @deepsource-autofix in #173
Full Changelog: v2.3.0...v.2.3.1
v2.3.0
What's Changed
- Implement IBAN generation by @antfroger in #172
New Contributors
- @antfroger made their first contribution in #172
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- add: random element and weighted random element. by @arshamalh in #170
- Adding tests for 1.22 by @jaswdr in #171
New Contributors
- @arshamalh made their first contribution in #170
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Important
We changed the way int numbers are generated, which affects all Int*
and UInt*
methods, if you are affected by this change, we recommend to use RandomNumber
or IntBetween
.
What's Changed
- Revert "fix intn panic (#163)" by @jaswdr in #165
- fix intn panic (#163) by @jaswdr in #166
- Fix Int* and UInt* return only 0s by @jaswdr in #167
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v2.0.2
v2.0.1
What's Changed
- Issue 70 by @jaswdr in #153
- Revert changes done to crypto to make it less random by @jaswdr in #154
- Version 2.X by @jaswdr in #155
- Removed usage of deprecated io/ioutil module. by @jaswdr in #157
- Update cover image by @jaswdr in #158
- Purge cover.png cache by @jaswdr in #159
Full Changelog: v1.19.1...v2.0.1
v2.0.0
What's Changed
Important: Go < 1.20 is not supported is v2! If you still use older versions, please use v1 versions (v1.19.1 is the latest at the time of written).
Commits
- Issue 70 by @jaswdr in #153
- Revert changes done to crypto to make it less random by @jaswdr in #154
- Version 2.X by @jaswdr in #155
- Removed usage of deprecated io/ioutil module. by @jaswdr in #157
- Update cover image by @jaswdr in #158
- Purge cover.png cache by @jaswdr in #159
Full Changelog: v1.19.1...v2.0.0