Skip to content

Releases: jbub/sqlcommenter

v0.4.0

Choose a tag to compare

@jbub jbub released this 10 Oct 19:09
  • Use Go 1.23.
  • Switch to GitHub Actions for CI.
  • Bump license year.

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

v0.3.0

Choose a tag to compare

@jbub jbub released this 22 Feb 09:35
  • Do not prefix/suffix comment with whitespace.

v0.2.1

Choose a tag to compare

@jbub jbub released this 11 Feb 10:23
  • Bump license year.
  • Make public API stable.
  • Comment public functions and types.

v0.2.0

Choose a tag to compare

@jbub jbub released this 26 Nov 08:28
  • Add support for drivers which do not implement driver.DriverContext.

v0.1.1

Choose a tag to compare

@jbub jbub released this 02 Nov 15:29
5b17c4e
  • Optimize Attrs encoding by reducing allocations.

v0.1.0

Choose a tag to compare

@jbub jbub released this 21 Oct 06:49
  • Pass context.Context to Comment method.
  • Do not export Attrs.Encode() method.

v0.0.1

Choose a tag to compare

@jbub jbub released this 05 Oct 14:47
  • Initial release.