Releases: richardwilkes/toolbox
Releases · richardwilkes/toolbox
v1.122.1
v1.122.0
- Added
txt.CapitalizeWords()
v1.121.1
- Better handling of multiple processes writing to the same log file
v1.121.0
- Added float32 & float64 support to the cmdline.GeneralValue object
v1.120.1
- Add missing int8 case in hashhelper.Num8
v1.120.0
- Add Float64() and Float32() to the new hashhelper package
v1.119.0
- Added the xmath/hashhelpers package
v1.118.0
- Add option to
tracelog.Config
to override level names
v1.117.0
- Added
xio.ContextWasCanceled()
andxio.ContexterWasCanceled()
v1.116.1
- Removed the external IP checker sites that no longer resolve from the list used by
network.ExternalIP()
- Reordered the site list used by
network.ExternalIP()
to try those that return ipv4 addresses before those that return ipv6 addresses - Removed the
network.TCPKeepAliveListener
, as that is the default innet/http
now - In the natpmp package, defer gateway discovery until actual use