This website requires JavaScript.
Explore
Help
Sign in
kekskurse
/
miniauthold
Archived
Watch
1
Star
0
Fork
You've already forked miniauthold
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
This repository has been archived on
2025-10-08
. You can view files and clone it, but cannot push or open issues or pull requests.
main
miniauthold
/
vendor
/
github.com
/
google
/
uuid
/
CHANGELOG.md
kekskurse
713975698b
All checks were successful
ci/woodpecker/push/test
Pipeline was successful
Details
ci/woodpecker/push/playwright
Pipeline was successful
Details
ci/woodpecker/push/deplyoment
Pipeline was successful
Details
chore: add NewStore function
2025-03-13 15:03:23 +01:00
1.6 KiB
Raw
Permalink
Blame
History
Changelog
1.6.0
(2024-01-16)
Features
add Max UUID constant (
#149
) (
c58770e
)
Bug Fixes
fix typo in version 7 uuid documentation (
#153
) (
016b199
)
Monotonicity in UUIDv7 (
#150
) (
a2b2b32
)
1.5.0
(2023-12-12)
Features
Validate UUID without creating new UUID (
#141
) (
9ee7366
)
1.4.0
(2023-10-26)
Features
UUIDs slice type with Strings() convenience method (
#133
) (
cd5fbbd
)
Fixes
Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
1.3.1
(2023-08-18)
Bug Fixes
Use .EqualFold() to parse urn prefixed UUIDs (
#118
) (
574e687
)
Changelog