Skip to content

Releases: richardwilkes/toolbox

v1.116.0

29 Aug 20:44
003a73a
Compare
Choose a tag to compare
  • Added xio.CloseLoggingAnyError(io.Closer) and CloseLoggingAnyErrorTo(*slog.Logger, io.Closer)

v1.115.2

23 Aug 18:55
e3ed375
Compare
Choose a tag to compare
  • Allow the config parameter to tracelog.New() to be nil.

v1.115.1

23 Aug 18:36
d51b560
Compare
Choose a tag to compare
  • Forgot to checkin the multilog.New() function

v1.115.0

23 Aug 18:29
c1b4a45
Compare
Choose a tag to compare
  • Added multilog
  • Revised tracelog.New() to take a configuration parameter (breaking change)

v1.114.2

10 Jul 01:23
9e42d6a
Compare
Choose a tag to compare
  • Optimized data structures for gc pointer scanning

v1.114.1

27 May 20:19
b14cf9c
Compare
Choose a tag to compare
  • Fixed some linting issues that might have made the build flags not work correctly

v1.114.0

27 May 20:12
ed777c3
Compare
Choose a tag to compare
  • Added crc.Bool()
  • Marked txt.MapToStringSlice() as deprecated

v1.113.0

26 Apr 23:38
e737d67
Compare
Choose a tag to compare
  • Added slice.ColumnSort()

v1.112.0

21 Apr 22:57
52ce3eb
Compare
Choose a tag to compare
  • Added tid.MustNewTID()

v1.111.0

21 Apr 22:52
46b0c06
Compare
Choose a tag to compare
  • Added the tid package. TIDs are unique identifiers, similar to v4 UUIDs, but are shorter and have a different format that includes a kind byte as the first character. TIDs are 17 characters long, URL safe, and contain 96 bits of entropy.