Skip to content

Releases: daegalus/dart-uuid

3.0.6

30 Jun 21:10
Compare
Choose a tag to compare
  • Enable avoid_dynamic_calls linting and fix appropriately. (Thanks @devoncarew)

3.0.5

05 Oct 06:21
Compare
Choose a tag to compare
  • 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

07 Apr 23:10
Compare
Choose a tag to compare
  • 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

28 Mar 21:27
Compare
Choose a tag to compare
  • [Experimental] Fixed UuidValue to properly check things are valid. (Thanks @FlorianUlivi) #65
  • [Experimental] Added new constructors fromByteList and fromList to UuidValue #64
  • [Experimental] Added == operator override and hashcode override. (Thanks @giorgiofran for suggestion) #64
  • Added parseAsByteList to offer a direct output to Uint8List #64
  • [Experimental][BREAKING CHANGE] Change toBytes in UuidValue to return Uint8List instead of List<int>
  • [Experimental][BREAKING CHANGE] isValidUuid function signature has changed, now takes 2 optional parameters fromString and fromList that will do the appropriate validation on different sources.

3.0.2

22 Mar 03:15
Compare
Choose a tag to compare
Add validation disable

3.0.1

01 Mar 00:56
Compare
Choose a tag to compare
Update docs

3.0.0

22 Feb 23:37
Compare
Choose a tag to compare
Release 3.0.0 using stable nullsafety packages

3.0.0-nullsafety.1

14 Feb 04:41
Compare
Choose a tag to compare
3.0.0-nullsafety.1 Pre-release
Pre-release
Update Docs

v3.0.0-nullsafety.0

21 Jan 21:23
Compare
Choose a tag to compare
v3.0.0-nullsafety.0 Pre-release
Pre-release
Refresh docs

2.2.2

21 Jan 21:23
Compare
Choose a tag to compare
Fix readme