Skip to content

Releases: richardwilkes/toolbox

v1.110.0

16 Apr 02:37
e97961a
Compare
Choose a tag to compare
  • 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

30 Mar 05:27
5a36f7d
Compare
Choose a tag to compare
  • Added i18n.SetLocalizer() to allow the default localization mechanism to be swapped out for a custom implementation

v1.108.0

29 Mar 23:52
365ee7b
Compare
Choose a tag to compare
  • Added dict.MapByKey() and dict.MapOfSlicesByKey()

v1.107.0

22 Mar 23:58
b399887
Compare
Choose a tag to compare
  • 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

29 Feb 18:58
a2c1209
Compare
Choose a tag to compare
  • Added CloneWithPrefixMessage() to the errs.Error type

v1.105.1

15 Feb 19:08
73cc048
Compare
Choose a tag to compare
  • Fix potential infinite recursion in errs.Append()

v1.105.0

07 Feb 04:18
4ca4389
Compare
Choose a tag to compare
  • Update to Go 1.22

v1.104.1

02 Feb 18:52
f352920
Compare
Choose a tag to compare
  • Loading of xlsx data now permits invalid cell references to be present; they will resolve to '#REF!'

v1.104.0

18 Jan 00:51
fa0eab8
Compare
Choose a tag to compare
  • Added xhttp.DisableCaching()
  • Ensure xhttp.Server deregisters its shutdown hook when the hook runs

v1.103.0

07 Jan 18:27
d46053c
Compare
Choose a tag to compare

Updated and moved my basic web server into the http package