Releases: jaswdr/faker
Releases · jaswdr/faker
v2.5.0
What's Changed
- feat: Implement Shuffle function and add corresponding tests by @jaswdr in #186
- Feat programming language by @jaswdr in #187
- Removed hit count from README by @jaswdr in #188
- Use english dictionary for words instead of subset by @jaswdr in #189
- refactor: Simplify ShuffleString implementation in Faker (#186) by @jaswdr in #190
- refactor: Remove unused benchmark tests and improve random number generation by @jaswdr in #191
- feat: Add NewWithSeedInt64 function and corresponding test by @jaswdr in #192
- feat: add pokemon names by @joshkurien in #194
- refactor: Remove redundant float rounding checks in tests by @jaswdr in #195
New Contributors
- @joshkurien made their first contribution in #194
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- feat: Add RandomMapKey and RandomMapValue by @mathieu-lemay in #182
- feat: Enhance struct filling with recursive support and depth control by @jaswdr in #185
Full Changelog: v2.3.3...v2.4.0
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