Releases: jaswdr/faker
Releases · jaswdr/faker
v2.9.1
What's Changed
- Add Recent(), Past(), Soon(), and Future() time generation methods by @gemyago in #215
- Fix: Generate deterministic string data when using seeded Faker instances by @Copilot in #216
New Contributors
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- just removed the unnecessary part by @sarff in #209
- Extra Color Options by @haydenmarshall65 in #214
New Contributors
- @sarff made their first contribution in #209
- @haydenmarshall65 made their first contribution in #214
Full Changelog: v2.8.1...v2.9.0
v2.8.1
What's Changed
- Update README.md by @jaswdr in #204
- Correct minimum Go version in README by @jaswdr in #205
- add fillMap in Struct generator by @adrianiacobghiula in #207
- style: format code with Go fmt and Gofumpt by @deepsource-autofix[bot] in #208
New Contributors
- @adrianiacobghiula made their first contribution in #207
Full Changelog: v2.8.0...v2.8.1
v2.8.0
v2.7.0
What's Changed
- Add support for user specified functions for structs by @mathieu-lemay in #199
- Fix deepsource by @jaswdr in #201
Full Changelog: v2.6.1...v2.7.0
v2.6.1
What's Changed
- Fixed RandomDigitNot function by @Eyal-Shalev in #200
New Contributors
- @Eyal-Shalev made their first contribution in #200
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- doc: update reference link in README by @jaswdr in #196
- Bump CodeQL version to V2 by @jaswdr in #197
- fix: support 32-bit architectures by @spotdemo4 in #198
New Contributors
- @spotdemo4 made their first contribution in #198
Full Changelog: v2.5.0...v2.6.0
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