Releases: richardwilkes/toolbox
Releases · richardwilkes/toolbox
v1.11.0
- Added txt.IsTruthy()
v1.10.0
- Add soft reference support
v1.9.3
- Fix i18n support for strings with embedded line feeds
- Switch the i18n file format to yaml
v1.9.2
- 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
- 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
- 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
- Fix some more Windows path issues
v1.8.1
- Fix some path issues on Windows
v1.8.0
- 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
- Add regex to select emoji runs