Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 723 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 723 Bytes

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.Arrays 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