- Use Go 1.23.
- Switch to GitHub Actions for CI.
- Bump license year.
- Do not prefix/suffix comment with whitespace.
- Bump license year.
- Make public API stable.
- Comment public functions and types.
- Add support for drivers which do not implement
driver.DriverContext
.
- Optimize
Attrs
encoding by reducing allocations.
- Pass
context.Context
toComment
method. - Do not export
Attrs.Encode()
method.
- Initial release.