Skip to content

Releases: richardwilkes/toolbox

v1.11.0

29 Aug 18:21
Compare
Choose a tag to compare
  • Added txt.IsTruthy()

v1.10.0

28 Jul 20:28
Compare
Choose a tag to compare
  • Add soft reference support

v1.9.3

30 Jun 19:29
Compare
Choose a tag to compare
  • Fix i18n support for strings with embedded line feeds
  • Switch the i18n file format to yaml

v1.9.2

30 Jun 01:30
Compare
Choose a tag to compare
  • Implement the JSON & YAML marshal/unmarshal interfaces for the 128-bit and fixed-point types after all. Without these, the fields were always required to be quoted, which made the output unnecessarily large.

v1.9.1

29 Jun 19:16
Compare
Choose a tag to compare
  • Minor cleanup
  • Removal of explicit JSON & YAML emitters on the 128-bit and fixed types, as the TextMarshal/TextUnmarshal methods are sufficient

v1.9.0

29 Jun 00:03
Compare
Choose a tag to compare
  • Addition of Int128 and Uint128 types
  • Addition of specific digits-after-decimal fixed-point types in both 64-bit and 128-bit flavors

v1.8.2

20 Jun 17:20
Compare
Choose a tag to compare
  • Fix some more Windows path issues

v1.8.1

20 Jun 16:39
Compare
Choose a tag to compare
  • Fix some path issues on Windows

v1.8.0

02 Jun 22:27
Compare
Choose a tag to compare
  • Add a QuadTree implementation
  • Add construction helpers to geom.Rect, geom.Point, geom.Size
  • Change methods on geom.Rect that do not modify it to not require a pointer

v1.7.0

30 May 15:39
Compare
Choose a tag to compare
  • Add regex to select emoji runs