Bump uuid from 4.1.0 to 4.2.1
Bumps uuid from 4.1.0 to 4.2.1.
Release notes
Sourced from uuid's releases.
4.2.1
What's Changed
- Fix meta minimum dependency by
@davidmartos96
in daegalus/dart-uuid#102Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.2.0...4.2.1
4.2.0
What's Changed
- Faster CryptoRNG by
@rkistner
in daegalus/dart-uuid#97- Deprecation warning in default UuidValue constructor by
@davidmartos96
in daegalus/dart-uuid#99✨ Added@experimental
annotation by@Kaival-Patel
in daegalus/dart-uuid#100New Contributors
@rkistner
made their first contribution in daegalus/dart-uuid#97@davidmartos96
made their first contribution in daegalus/dart-uuid#99@Kaival-Patel
made their first contribution in daegalus/dart-uuid#100Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.1.0...4.2.0
Changelog
Sourced from uuid's changelog.
v4.2.1
- Lower
meta
dependency to 1.9.1 so that it is compatible with Flutter Stable 3.13v4.2.0
- [BREAKING CHANGE] Deprecate default/empty
UuidValue
constructor because it has a different behavior from the 3.x package version. (Thanks@davidmartos96
)
- Use
UuidValue.fromString()
instead, which has the same behavior. If you need to define a constUuidValue
you can useUuidValue.raw()
, but making sure the value is lowercase.- Mark
UuidValue
as experimental with an annotation. (Thanks@Kaival-Patel
)
Commits
-
e176d6e
Changelog and pubspec version -
c990bcc
Fix meta minimum dependency -
2c88ed4
Update dev dependencies -
488e8d9
Update changelog -
085009a
✨ Added@experimental
annotation -
90faeb2
Version 4.2.0 and changelog entry -
7e9526b
Deprecation warning in default UuidValue constructor -
7069df5
Faster CryptoRNG. - 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