v1.17.0
Potential breaking changes
If you use this package to generate UUID strings you are potentially impacted by #138. To fix any related error, remove any code that is including "-" in the string. After this change the UUID generator is now generating strings that will be considered valid by any UUID validator.
What's Changed
- Fix signature of UintBetween generator functions by @Kingmidas74 in #131
- Improve UUID tests and replace thispersondoesnotexist service with randomuser service for profile picture generation by @jaswdr in #135
- Update longitude return variable name by @GreenDjango in #137
- fix: UUID V4 generation by @pankaj-kumar34 in #138
New Contributors
- @Kingmidas74 made their first contribution in #131
- @GreenDjango made their first contribution in #137
- @pankaj-kumar34 made their first contribution in #138
Full Changelog: v1.16.0...v1.17.0