-
Notifications
You must be signed in to change notification settings - Fork 579
Comparing changes
Open a pull request
base repository: rs/zerolog
base: v1.28.0
head repository: rs/zerolog
compare: v1.29.0
- 12 commits
- 14 files changed
- 14 contributors
Commits on Sep 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2b9d0e - Browse repository at this point
Copy the full SHA c2b9d0eView commit details
Commits on Sep 9, 2022
-
Update example of usage CallerMarshalFunc (#475)
There was changes in #457 pass program counter to CallerMarshalFunc. Update example in README.md
Configuration menu - View commit details
-
Copy full SHA for e218d18 - Browse repository at this point
Copy the full SHA e218d18View commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 315967f - Browse repository at this point
Copy the full SHA 315967fView commit details
Commits on Sep 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55aaf04 - Browse repository at this point
Copy the full SHA 55aaf04View commit details
Commits on Oct 18, 2022
-
Adding Event.Type(...) method to log the type of an object (#437)
Co-authored-by: Mario Cormier <mcormier@rossvideo.com>
Configuration menu - View commit details
-
Copy full SHA for 89617ff - Browse repository at this point
Copy the full SHA 89617ffView commit details
Commits on Oct 21, 2022
-
ConsoleWriter fallbacks to local timezone for missing TZ indicator (#497
) Closes issue #483 Before: We use time.Parse which defaults to TZ UTC if there is no time zone indicator specified in the time layout string. During the reparsing in ConsoleWriter we therefore added the TZ difference to UTC twice. After: We use time.ParseInLocal where we need to provide a dedicated fallback TZ as a fallback. Since we now fallback to the local TZ, we don't add the TZ difference to UTC twice.
Configuration menu - View commit details
-
Copy full SHA for a9a8199 - Browse repository at this point
Copy the full SHA a9a8199View commit details
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e3027a5 - Browse repository at this point
Copy the full SHA e3027a5View commit details
Commits on Nov 3, 2022
-
Fix console formatter for timestampunixnano (#502)
Co-authored-by: Ted Lilley <ted.lilley@digi.com>
Configuration menu - View commit details
-
Copy full SHA for 5bdc93f - Browse repository at this point
Copy the full SHA 5bdc93fView commit details
Commits on Nov 11, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 3543e9d - Browse repository at this point
Copy the full SHA 3543e9dView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 164f7aa - Browse repository at this point
Copy the full SHA 164f7aaView commit details
Commits on Jan 25, 2023
-
Use recent go versions in test workflow (#519)
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Configuration menu - View commit details
-
Copy full SHA for db22191 - Browse repository at this point
Copy the full SHA db22191View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9bf37 - Browse repository at this point
Copy the full SHA fa9bf37View 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.28.0...v1.29.0