-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: coder/slog
base: v1.1.0
head repository: coder/slog
compare: master
- 17 commits
- 31 files changed
- 2 contributors
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1e111e4 - Browse repository at this point
Copy the full SHA 1e111e4View commit details
Commits on Dec 14, 2019
-
See google/go-cmp#174 In general its a very heavy library and I'm not convinced it offers enough.
Configuration menu - View commit details
-
Copy full SHA for 517dff0 - Browse repository at this point
Copy the full SHA 517dff0View commit details
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f212120 - Browse repository at this point
Copy the full SHA f212120View commit details -
Merge pull request #74 from cdr/more-assert
assert: Add Error and remove google/go-cmp
Configuration menu - View commit details
-
Copy full SHA for 82a5884 - Browse repository at this point
Copy the full SHA 82a5884View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece955b - Browse repository at this point
Copy the full SHA ece955bView commit details -
Merge pull request #76 from cdr/assert-improvements
assert: add ErrorContains and move name arg to first parameter
Configuration menu - View commit details
-
Copy full SHA for 0632308 - Browse repository at this point
Copy the full SHA 0632308View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf884bf - Browse repository at this point
Copy the full SHA bf884bfView commit details -
Merge pull request #77 from cdr/diff
Use github.com/kylelemons/godebug for assert diffs
Configuration menu - View commit details
-
Copy full SHA for a13a242 - Browse repository at this point
Copy the full SHA a13a242View commit details
Commits on Dec 16, 2019
-
Remove Value interface and ForceJSON
Realized we can replace ForceJSON now that we only marshal structs as JSON if they have a json struct tag and json.Marshaller can be used in place of Value as well so its not necessary.
Configuration menu - View commit details
-
Copy full SHA for a3fbba1 - Browse repository at this point
Copy the full SHA a3fbba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c5fd9 - Browse repository at this point
Copy the full SHA 56c5fd9View commit details -
Merge pull request #79 from cdr/simplify
Remove Value interface and ForceJSON
Configuration menu - View commit details
-
Copy full SHA for daaf96c - Browse repository at this point
Copy the full SHA daaf96cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a90d8 - Browse repository at this point
Copy the full SHA f7a90d8View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2b49514 - Browse repository at this point
Copy the full SHA 2b49514View commit details -
Merge pull request #85 from cdr/ctx-log
Refactor for Context only logging
Configuration menu - View commit details
-
Copy full SHA for 95bc0f1 - Browse repository at this point
Copy the full SHA 95bc0f1View commit details -
Revert "Make SinkContext a struct"
It's better as an interface so users don't have to call the `Sink` method on the struct during Make. - Move SinkContext into context.go
Configuration menu - View commit details
-
Copy full SHA for 6a41f9d - Browse repository at this point
Copy the full SHA 6a41f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e88ff39 - Browse repository at this point
Copy the full SHA e88ff39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d99925 - Browse repository at this point
Copy the full SHA 0d99925View commit details
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 v1.1.0...master