1. 6e10cd1 fix: use MustParse("xxx") instead of Must(Parse("xxxx")) (#106) by kotaro.yamazaki · 9 weeks ago master
  2. b5b9aeb docs: fixing typos (#156) by Andreas Deininger · 2 months ago
  3. 0f11ee6 chore(master): release 1.6.0 (#151) by release-please[bot] · 3 months ago v1.6.0
  4. 16939da chore(tests): add strict monotonicity test case for uuid v7. (#154) by MikeWang · 3 months ago
  5. 016b199 fix: fix typo in version 7 uuid documentation (#153) by David Kaufman · 3 months ago
  6. 1d8b6ea ci: set token permissions to github workflows (#143) by Joyce · 3 months ago
  7. a2b2b32 fix: Monotonicity in UUIDv7 (#150) by MikeWang · 3 months ago
  8. c58770e feat: add Max UUID constant (#149) by MikeWang · 4 months ago
  9. 4d47f8e chore(master): release 1.5.0 (#145) by release-please[bot] · 4 months ago v1.5.0
  10. 9ee7366 feat: Validate UUID without creating new UUID (#141) by Lucas JAHIER · 5 months ago
  11. b35aa6a add uuid version 6 and 7 (#139) by MikeWang · 5 months ago
  12. 8de8764 chore(master): release 1.4.0 (#134) by release-please[bot] · 6 months ago v1.4.0
  13. 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (#135) by bormanp · 6 months ago
  14. cd5fbbd feat: UUIDs slice type with Strings() convenience method (#133) by Dylan Bargteil · 6 months ago
  15. 47f5b39 docs: fix a typo in CONTRIBUTING.md (#130) by Oleksandr Redko · 7 months ago
  16. 542ddab chore(tests): add Fuzz tests (#128) by Noah Dietz · 8 months ago
  17. 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (#116) by Vladimir Kochergin · 8 months ago
  18. b3cae7c chore(master): release 1.3.1 (#127) by release-please[bot] · 8 months ago v1.3.1
  19. 7b8f57c fix(ci): switch to release-please app (#126) by Noah Dietz · 8 months ago
  20. e69e468 chore(ci): configure release-please, update contrib (#122) by Noah Dietz · 8 months ago
  21. 97c970d chore(ci): add apidiff check for API compatibility (#123) by Noah Dietz · 8 months ago
  22. 53f93a8 docs: change godoc URL in README (#124) by Oleksandr Redko · 8 months ago
  23. 0b416df docs: update link to RFC 4122 (#93) by Curtis Lowder · 8 months ago
  24. 75e1ac5 docs: shell format go tool command (#111) by NewCapital.in · 8 months ago
  25. d719869 docs: fix typo node_js docs (#117) by Oleksandr Redko · 8 months ago
  26. 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (#118) by ayan george · 8 months ago
  27. c91929c Merge pull request #121 from noahdietz/setup-codeowners-and-actions by bormanp · 8 months ago
  28. e3f8b98 chore(ci): add Action-based tests (#121) by Noah Dietz · 8 months ago
  29. db89a3c fix go1.20 resolving to go1.2 by noahdietz · 8 months ago
  30. 78d68fc chore(ci): add Action-based tests by noahdietz · 8 months ago
  31. 44b5fee Minor cleanup. by Paul Borman · 2 years, 10 months ago v1.3.0
  32. e28eb7b Remove TestConformance from null_test.go. It was useful to demonstrate by Paul Borman · 2 years, 10 months ago
  33. ae25fc6 feat(uuid): Added support for NullUUID (#76) by Samuel Roth · 2 years, 10 months ago
  34. 655bf50 Add randomness pool mode for V4 UUID (#80) by Andrey Pechkurov · 2 years, 10 months ago
  35. 512b657 feat: add public matcher function for custom error type invalidLengthError (#78) by Charlie Lukman · 3 years, 1 month ago
  36. bfb86fa Add NewString Func (#73) by jackterm · 3 years, 3 months ago v1.2.0
  37. b5d0d36 hash.go hash error covered and linter error fixed (#71) by Yusuf Turhan Papurcu · 3 years, 3 months ago v1.1.5
  38. 9377784 Update sql.go (#72) by Steven Kaufman · 3 years, 3 months ago
  39. 85223fa Reduce custom error allocation (#70) by Mitsuo Heijo · 3 years, 4 months ago v1.1.4
  40. edef28d Use a custom error type for invalid lengths, replacing `fmt.Errorf` (#69) by Joe Wreschnig · 3 years, 4 months ago v1.1.3
  41. 0e4e311 Fix race in NewUUID() (#64) by Andrey Abramov · 3 years, 10 months ago v.1.1.2 v1.1.2
  42. cb32006 refactor (*UUID).UnmarshalText (#58) by Tomáš Procházka · 4 years ago
  43. bd45158 Resolved code issues of gofmt and golint (#55) by Andy Pan · 4 years, 1 month ago
  44. 7c63a14 Merge pull request #53 from KosToZyB/master by pborman · 4 years, 2 months ago
  45. c78a2f9 Update README.md by Veselkov Konstantin · 4 years, 2 months ago
  46. c2e93f3 Merge pull request #44 from trabetti/master by pborman · 5 years ago
  47. f00b204 remove uuid_source by talis · 5 years ago
  48. e23e7ef use strings.NewReader() instead of math/rand.Rand by talis · 5 years ago
  49. dc0f887 Merge branch 'master' of https://github.com/google/uuid by talis · 5 years ago
  50. 63b66dd reused version4 NewRandom() and added better testing by talis · 5 years ago
  51. 0cd6bf5 Add darkfeline's change to set ifname if no interface is found. by Paul Borman · 5 years ago v1.1.1
  52. caad4a1 simplify test by talis · 5 years ago
  53. 005951d added source to enable concurrent reproducible usage by talis · 5 years ago
  54. 9b3b1e0 Merge pull request #38 from dmitris/go-mod by pborman · 6 years ago v1.1.0
  55. 364ba63 add go.mod file by Dmitry Savintsev · 6 years ago
  56. 2768d47 Merge pull request #37 from google/borman by pborman · 6 years ago
  57. 16ca3ea Add parsing support for: by Paul Borman · 6 years ago borman
  58. e704694 Merge pull request #35 from OrlovEvgeny/master by pborman · 6 years ago
  59. 7cf7505 Merge pull request #26 from martinlindhe/mustparse by pborman · 6 years ago
  60. d460ce9 Remove leftover comment. by Paul Borman · 6 years ago 1.0.0 v1.0.0
  61. 81e4ea7 edit slice by oj · 6 years ago
  62. dec09d7 Merge pull request #28 from elliott5/gopherjs by pborman · 6 years ago
  63. a4243a3 remove net when targeting JS by Elliott Stoneham · 6 years ago
  64. 4ebdd04 Merge pull request #27 from martinlindhe/master by pborman · 6 years ago
  65. 9c6b413 fix some typos by Martin Lindhe · 6 years ago
  66. bb91e0b remove false claim about NewRandom() panic, pointed out in https://github.com/google/uuid/issues/12\#issue-232965368 by Martin Lindhe · 6 years ago
  67. 3d673cf add MustParse(), which returns an UUID or panics by Martin Lindhe · 6 years ago
  68. 1f1ba6f make 'go vet' happy by Martin Lindhe · 6 years ago
  69. 8c31c18 Merge pull request #23 from loderunner/master by pborman · 6 years ago
  70. 5c50970 add FromBytes constructor by Charles Francoise · 6 years ago
  71. e367a34 Merge pull request #22 from kortschak/constant by pborman · 7 years ago
  72. 5b5a8cb Remove never-true conditional by kortschak · 7 years ago
  73. 7e072fc Merge pull request #17 from Kerrigan29a/patch-1 by pborman · 7 years ago
  74. 3e2a039 A little error in the documentation of dce.go by Javier Escalada · 7 years ago
  75. 281f560 Merge pull request #16 from KonstantinCodes/typos by pborman · 7 years ago
  76. 0614758 Typos suggested by @corburn by Konstantin Scheumann · 7 years ago
  77. b7be3e3 Merge pull request #15 from sjeandeaux/test/data-egals-data by pborman · 7 years ago
  78. cdf9b51 [test] compare two slices of bytes thanks @maknihamdi by Stéphane Jeandeaux · 7 years ago
  79. 1c6adf5 Merge pull request #13 from oreqizer/patch-1 by pborman · 7 years ago
  80. 264af6d version4: Typo in 'New' doc by Boris · 7 years ago
  81. 6a5e285 Merge pull request #11 from thatguystone/master by pborman · 7 years ago
  82. 3694829 sql: Support nil values by Andrew Stone · 7 years ago
  83. c96242e sql: Remove redundant type asserts by Andrew Stone · 7 years ago
  84. 064e206 Update .travis.yml by pborman · 7 years ago 0.2
  85. ad42bb4 Merge pull request #9 from syohex/correct-rfc-number by pborman · 7 years ago
  86. 6d68e26 Correct RFC number by Syohei YOSHIDA · 8 years ago
  87. f3f4b54 Fix type by Paul Borman · 8 years ago
  88. a34cdf6 Merge branch 'master' of https://github.com/google/uuid by Paul Borman · 8 years ago
  89. 9887602 Merge branch 'master' of https://github.com/google/uuid by Paul Borman · 8 years ago
  90. ca12c44 Merge pull request #5 from bmatsuo/bmatsuo/no-unsafe-parsing by pborman · 8 years ago
  91. dfce887 Merge pull request #7 from bmatsuo/bmatsuo/godoc-fixes by pborman · 8 years ago
  92. 33471c9 Remove underscores form private variables. by Paul Borman · 8 years ago
  93. 834b00a Bring naming of exported values inline with current Go practice. by Paul Borman · 8 years ago
  94. 9ce06d2 small change to NewUUID return docs by Bryan Matsuo · 8 years ago
  95. edbe6ec make receiver names for marshal.go methods consistent with other UUID methods by Bryan Matsuo · 8 years ago
  96. 3018594 misc godoc fixes by Bryan Matsuo · 8 years ago
  97. 386477f Merge pull request #6 from bmatsuo/bmatsuo/fix-file-perms by pborman · 8 years ago
  98. 2fed5ac Merge pull request #3 from bmatsuo/bmatsuo/generic-must-function by pborman · 8 years ago
  99. bff124a remove the spurious executable bit from go source files by Bryan Matsuo · 8 years ago
  100. 7508f98 optimize internal parsing function -- avoid unsafe []byte parsing by Bryan Matsuo · 8 years ago