Skip to content

v1.17.0

Compare
Choose a tag to compare
@jaswdr jaswdr released this 10 May 15:40
· 29 commits to master since this release
5d0f88f

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

Full Changelog: v1.16.0...v1.17.0