tint.NewHandler is now deprecated in favor of the new tint.NewTextHandler. Existing code keeps working, and go fix (Go 1.26+) upgrades call sites automatically.
What's Changed
- Avoid throwaway time rounding by @scop in #102
- fix formating of
[]bytevalues by @lmittmann in #103 - refactor: rename NewHandler to NewTextHandler by @lmittmann in #109
New Contributors
Full Changelog: v1.1.3...v1.2.0