New
4.5.2
What's Changed
- Fix validation to allow MAX UUID (
FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF) as it is valid. - Add
strictRFC9562and deprecatestrictRFC4122to facilitate a rename. This will be remove in v5 - Remove
sprintfdependency by @julemand101 in https://github.com/daegalus/dart-uuid/pull/132 - Add const constructor to CryptoRNG class by @4akloon in https://github.com/daegalus/dart-uuid/pull/134
- update docs for v5 by @JarvanMo in https://github.com/daegalus/dart-uuid/pull/136
- Update All (major) by @renovate[bot] in https://github.com/daegalus/dart-uuid/pull/129
New Contributors
- @4akloon made their first contribution in https://github.com/daegalus/dart-uuid/pull/134
- @JarvanMo made their first contribution in https://github.com/daegalus/dart-uuid/pull/136
Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.5.1...4.5.2