Releases: richardwilkes/toolbox
Releases · richardwilkes/toolbox
v1.110.0
- Allow the stack trace filter set to be adjusted
- Use i18n.Text() for the strings used in the cmdline package's usage text
- Mark the slice package as deprecated, as Go 1.22 now provides equivalent functionality
v1.109.0
- Added
i18n.SetLocalizer()
to allow the default localization mechanism to be swapped out for a custom implementation
v1.108.0
- Added
dict.MapByKey()
anddict.MapOfSlicesByKey()
v1.107.0
- Added
check.NotEqual()
- Removed code that has been deprecated for more than 6 months
- Bumped Go version to 1.22.1
- Updated dependencies
v1.106.0
- Added CloneWithPrefixMessage() to the errs.Error type
v1.105.1
- Fix potential infinite recursion in errs.Append()
v1.105.0
- Update to Go 1.22
v1.104.1
- Loading of xlsx data now permits invalid cell references to be present; they will resolve to '#REF!'
v1.104.0
- Added
xhttp.DisableCaching()
- Ensure
xhttp.Server
deregisters its shutdown hook when the hook runs
v1.103.0
Updated and moved my basic web server into the http package