Skip to content

v1.1.0

Compare
Choose a tag to compare
@cnlangzi cnlangzi released this 13 Feb 14:26
· 48 commits to main since this release
d385ed3

What's Changed

  • feat(sqlbuilder): added BuilderOption by @cnlangzi in #1
  • fix(bind): fixed sql.Scanner support by @cnlangzi in #2
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22 by @dependabot in #3
  • feat(bind): added custom Binder support by @cnlangzi in #4
  • Feat/statement by @cnlangzi in #6
  • feat(db): added PreparedStmt support on Query/Exec by @cnlangzi in #7
  • feat(stmt):added PreparedStmt support in Tx by @cnlangzi in #8

New Contributors

Full Changelog: v1.0.0...v1.1.0