Skip to content

Releases: jbub/sqlcommenter

v0.4.0

10 Oct 19:09
Compare
Choose a tag to compare
  • Use Go 1.23.
  • Switch to GitHub Actions for CI.
  • Bump license year.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Feb 09:35
Compare
Choose a tag to compare
  • Do not prefix/suffix comment with whitespace.

v0.2.1

11 Feb 10:23
Compare
Choose a tag to compare
  • Bump license year.
  • Make public API stable.
  • Comment public functions and types.

v0.2.0

26 Nov 08:28
Compare
Choose a tag to compare
  • Add support for drivers which do not implement driver.DriverContext.

v0.1.1

02 Nov 15:29
5b17c4e
Compare
Choose a tag to compare
  • Optimize Attrs encoding by reducing allocations.

v0.1.0

21 Oct 06:49
Compare
Choose a tag to compare
  • Pass context.Context to Comment method.
  • Do not export Attrs.Encode() method.

v0.0.1

05 Oct 14:47
Compare
Choose a tag to compare
  • Initial release.