Bump uuid from 4.0.0 to 4.1.0
Bumps uuid from 4.0.0 to 4.1.0.
Release notes
Sourced from uuid's releases.
4.1.0
- [BREAKING CHANGE] In order to enforce lowercase strings in
UuidValue
, I have made the default const constructor private, and added afromString
factory constructor. Please migrate any directUuidValue()
usage toUuidValue.fromString()
orUuidValue.withValidation()
.Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.0.0...4.1.0
Changelog
Sourced from uuid's changelog.
v4.1.0
- [BREAKING CHANGE] In order to enforce lowercase strings in
UuidValue
, I have made the default const constructor private, and added afromString
factory constructor. Please migrate any directUuidValue()
usage toUuidValue.fromString()
orUuidValue.withValidation()
.
Commits
-
f4a6b22
Fix test -
897561e
Update Docs -
404a86a
Change privatize UuidValue and add new factory constructor. -
2c9c74d
Pubspec info update - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts