-
Notifications
You must be signed in to change notification settings - Fork 176
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: oklog/ulid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: oklog/ulid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 4 files changed
- 8 contributors
Commits on Jul 19, 2022
-
README fix broken pkg.go.dev links (#82)
Co-authored-by: Peter Aba <zsolt.peter.aba@zalando.de>
Configuration menu - View commit details
-
Copy full SHA for 9b11cd4 - Browse repository at this point
Copy the full SHA 9b11cd4View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d504c6 - Browse repository at this point
Copy the full SHA 1d504c6View commit details
Commits on Oct 21, 2022
-
Craig Pastro authored
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 1dfe33a - Browse repository at this point
Copy the full SHA 1dfe33aView commit details
Commits on Nov 8, 2022
-
Add fmt, vet, staticcheck to CI and lint accordingly (#89)
* typos: "an ulid" --> "a ulid" * go fmt * Add lint to ci * whoops, need to check out first * revert and add fmt, vet, staticcheck * bash not fish * apply suggestion
Craig Pastro authoredNov 8, 2022 Configuration menu - View commit details
-
Copy full SHA for ab86345 - Browse repository at this point
Copy the full SHA ab86345View commit details
Commits on Nov 23, 2022
-
ulid: add MakeFromTime helper function (#87)
* ulid: add MakeFromTime helper function * fix typo and add comment * Use must as it may panic * Update based on feedback
Craig Pastro authoredNov 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 6222989 - Browse repository at this point
Copy the full SHA 6222989View commit details
Commits on Mar 27, 2023
-
Refactor default entropy and fix test (#98)
* Refactor default entropy and fix test * Update staticcheck in test action * Another fix to the test action * Update comments
Configuration menu - View commit details
-
Copy full SHA for 99f5976 - Browse repository at this point
Copy the full SHA 99f5976View commit details
Commits on Jul 4, 2023
10000-
Configuration menu - View commit details
-
Copy full SHA for b4f9914 - Browse repository at this point
Copy the full SHA b4f9914View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1d104f - Browse repository at this point
Copy the full SHA a1d104fView commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d53f5d - Browse repository at this point
Copy the full SHA 1d53f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b543f4 - Browse repository at this point
Copy the full SHA 8b543f4View commit details
Commits on Apr 13, 2024
-
Add
ulid.Zero
and.IsZero()
method (#112)* Add `uuid.Nil` and `.IsZero()` method This simplifies comparisons with empty ULIDs. Right now, most people are doing something like the following to check if a ULID is non-zero: ```go id.Compare(ulid.ULID{}) == 0 ``` This requires allocating a new empty ULID each time. Some packages avoid this by creating their own global (or private) nil ULIDs on initialization. This should be built in and simple for better perf & a cleaner API. * Update ulid.go * Update ulid.go * Update ulid.go * Update ulid_test.go * Update ulid_test.go --------- Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96c4edf - Browse repository at this point
Copy the full SHA 96c4edfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.0...v2.1.1