-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# v0.2.0 (2023-10-16) | ||
|
||
* *(jsontime)* Added helpers for unix microseconds and nanoseconds, as well as | ||
alternative structs that parse JSON strings instead of ints (all precisions). | ||
* *(exzerolog)* Added generic helpers to generate `*zerolog.Array`s out of slices. | ||
* *(exslices)* Added helpers for finding the difference between two slices. | ||
* `Diff` is a generic implementation using maps which works with any | ||
`comparable` types (i.e. types that have the equality operator `==` defined). | ||
* `SortedDiff` is a more efficient implementation which can take any types | ||
(using the help of a `compare` function), but the input must be sorted and | ||
shouldn't have duplicates. | ||
|
||
# v0.1.0 (2023-09-16) | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters