Releases: daegalus/dart-uuid
Releases · daegalus/dart-uuid
3.0.6
- Enable avoid_dynamic_calls linting and fix appropriately. (Thanks @devoncarew)
3.0.5
- Global options were incorrectly being ignored. #76 (Thanks @Skycoder42)
- V4 Global Options were incorrectly named. #76 (Thanks @Skycoder42)
- Global state was static, not per instance. #76 (Thanks @Skycoder42)
- Additional tests to make sure the above doesn't regress. #76 (Thanks @Skycoder42)
3.0.4
isValidUUID
now handles some Microsoft GUIDs better that only deviate in the Variant setting. (Thanks @FluentChange)- Improve error output so that it better explains how to handle the above change in your code if you encounter it. (Thanks @FluentChange)
- Improve validation logic to better handle multiple validation cases, error output, and feedback to developers. (Thanks @FluentChange)
3.0.3
- [Experimental] Fixed UuidValue to properly check things are valid. (Thanks @FlorianUlivi) #65
- [Experimental] Added new constructors
fromByteList
andfromList
toUuidValue
#64 - [Experimental] Added
==
operator override and hashcode override. (Thanks @giorgiofran for suggestion) #64 - Added
parseAsByteList
to offer a direct output toUint8List
#64 - [Experimental][BREAKING CHANGE] Change
toBytes
inUuidValue
to returnUint8List
instead ofList<int>
- [Experimental][BREAKING CHANGE]
isValidUuid
function signature has changed, now takes 2 optional parametersfromString
andfromList
that will do the appropriate validation on different sources.
3.0.2
3.0.1
3.0.0
3.0.0-nullsafety.1
Update Docs
v3.0.0-nullsafety.0
Refresh docs