aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-22fix: use MustParse("xxx") instead of Must(Parse("xxxx")) (#106)upstream-masterkotaro.yamazaki
2024-02-12docs: fixing typos (#156)Andreas Deininger
2024-01-23chore(master): release 1.6.0 (#151)release-please[bot]
2024-01-16chore(tests): add strict monotonicity test case for uuid v7. (#154)MikeWang
2024-01-12fix: fix typo in version 7 uuid documentation (#153)David Kaufman
2024-01-11ci: set token permissions to github workflows (#143)Joyce
2024-01-11fix: Monotonicity in UUIDv7 (#150)MikeWang
2024-01-09feat: add Max UUID constant (#149)MikeWang
2023-12-12chore(master): release 1.5.0 (#145)release-please[bot]
2023-12-11feat: Validate UUID without creating new UUID (#141)Lucas JAHIER
2023-11-23add uuid version 6 and 7 (#139)MikeWang
2023-10-26chore(master): release 1.4.0 (#134)release-please[bot]
2023-10-26Clarify the documentation of Parse to state its job is to parse, not validate...bormanp
2023-10-26feat: UUIDs slice type with Strings() convenience method (#133)Dylan Bargteil
2023-09-21docs: fix a typo in CONTRIBUTING.md (#130)Oleksandr Redko
2023-08-22chore(tests): add Fuzz tests (#128)Noah Dietz
2023-08-21chore(tests): Add json.Unmarshal test with empty value cases (#116)Vladimir Kochergin
2023-08-21chore(master): release 1.3.1 (#127)release-please[bot]
2023-08-18fix(ci): switch to release-please app (#126)Noah Dietz
2023-08-18chore(ci): configure release-please, update contrib (#122)Noah Dietz
2023-08-18chore(ci): add apidiff check for API compatibility (#123)Noah Dietz
2023-08-18docs: change godoc URL in README (#124)Oleksandr Redko
2023-08-18docs: update link to RFC 4122 (#93)Curtis Lowder
2023-08-18docs: shell format go tool command (#111)NewCapital.in
2023-08-17docs: fix typo node_js docs (#117)Oleksandr Redko
2023-08-17fix: Use .EqualFold() to parse urn prefixed UUIDs (#118)ayan george
2023-08-17Merge pull request #121 from noahdietz/setup-codeowners-and-actionsbormanp
2023-08-16chore(ci): add Action-based tests (#121)Noah Dietz
2023-08-16fix go1.20 resolving to go1.2noahdietz
2023-08-16chore(ci): add Action-based testsnoahdietz
2021-07-12Minor cleanup.Paul Borman
2021-07-12Remove TestConformance from null_test.go. It was useful to demonstratePaul Borman
2021-07-12feat(uuid): Added support for NullUUID (#76)Samuel Roth
2021-07-08Add randomness pool mode for V4 UUID (#80)Andrey Pechkurov
2021-03-30feat: add public matcher function for custom error type invalidLengthError (#78)Charlie Lukman
2021-01-22Add NewString Func (#73)jackterm
2021-01-14hash.go hash error covered and linter error fixed (#71)Yusuf Turhan Papurcu
2021-01-14Update sql.go (#72)Steven Kaufman
2021-01-04Reduce custom error allocation (#70)Mitsuo Heijo
2020-12-30Use a custom error type for invalid lengths, replacing `fmt.Errorf` (#69)Joe Wreschnig
2020-07-02Fix race in NewUUID() (#64)Andrey Abramov
2020-05-19refactor (*UUID).UnmarshalText (#58)Tomáš Procházka
2020-03-30Resolved code issues of gofmt and golint (#55)Andy Pan
2020-03-11Merge pull request #53 from KosToZyB/masterpborman
2020-03-04Update README.mdVeselkov Konstantin
2019-04-16Merge pull request #44 from trabetti/masterpborman
2019-03-13remove uuid_sourcetalis
2019-02-28use strings.NewReader() instead of math/rand.Randtalis
2019-02-28Merge branch 'master' of https://github.com/google/uuidtalis
2019-02-28reused version4 NewRandom() and added better testingtalis