Releases: richardwilkes/toolbox
Releases · richardwilkes/toolbox
v1.116.0
- Added
xio.CloseLoggingAnyError(io.Closer)
andCloseLoggingAnyErrorTo(*slog.Logger, io.Closer)
v1.115.2
- Allow the config parameter to
tracelog.New()
to be nil.
v1.115.1
- Forgot to checkin the
multilog.New()
function
v1.115.0
- Added
multilog
- Revised
tracelog.New()
to take a configuration parameter (breaking change)
v1.114.2
- Optimized data structures for gc pointer scanning
v1.114.1
- Fixed some linting issues that might have made the build flags not work correctly
v1.114.0
- Added
crc.Bool()
- Marked
txt.MapToStringSlice()
as deprecated
v1.113.0
- Added
slice.ColumnSort()
v1.112.0
- Added
tid.MustNewTID()
v1.111.0
- 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.