Bump uuid from 4.2.1 to 4.3.3
Bumps uuid from 4.2.1 to 4.3.3.
Release notes
Sourced from uuid's releases.
4.3.3
v4.3.3
- Fix UUIDv7 in Javascript
- Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
- Remove unnecessary
_randomData()
functions- Add
fixnum
package to handle issues in v6, time, and javascript.Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.2...4.3.3
4.3.2
- Added
toFormattedString()
toUuidValue
to handle cases where the UUID used has no hyphens but you wnt them for output.- Changed constraint for
meta
to1.10.0
to not conflict withflutter_test
Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.1...4.3.2
4.3.1
Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.0...4.3.1
4.3.0
Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.2.2...4.3.0
4.2.2
Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.2.1...4.2.2
Changelog
Sourced from uuid's changelog.
v4.3.3
- Fix UUIDv7 in Javascript
- Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
- Remove unnecessary
_randomData()
functions- Add
fixnum
package to handle issues in v6, time, and javascript.v4.3.2
- Added
toFormattedString()
toUuidValue
to handle cases where the UUID used has no hyphens but you wnt them for output.- Changed constraint for
meta
to1.10.0
to not conflict withflutter_test
v4.3.1
- Add additional optional parameters for parseing and validation for the new noDashes flag.
v4.3.0
- Update SDK constraints to >= 3.0.0
- Update Meta package to 1.11.0
- [PARTIAL BREAKING CHANGE] Changing MathRNG implementation to use 4 nextints, instead of 16 for optimization to match CryptoRNG. This will affect regenerating the same UUID from the same seed.
- If you need the old behavior, please use MathRNGDeprecated() instead.
v4.2.2
- Fix CryptoRNG on Web generating a random number 0 always
- Add NoDashes support to the validator so that it validates UUIDs that don't have dashes but are otherwise valid.
Commits
-
5e3538c
Update docs -
273b77d
Fix javascript 32bit truncation issue with time and other fixes. -
31994e7
readme and changelog -
6e15876
docs -
aeed565
toFormattedString and meta constraint -
8e9c07c
Update Docs -
73de7f3
More ways to pass NoDashes -
54e0f11
4.3.0 docs update -
974b459
Change MathRNG internal loop, and update SDK constraints -
de13354
4.2.2 docs - Additional commits viewable 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