Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@orandin orandin released this 09 Apr 22:04
d0ef590

What's Changed

  • chore: fix deprecated comment on WithLogger by @shota3506 in #22

⚠️ Deprecation notice (since v1.3.0)

  • slogGorm.WithLogger(...) is deprecated, use slogGorm.WithHandler(...) instead:
gormLogger := slogGorm.New(
    // slogGorm.WithLogger(logger), // Deprecated since v1.3.0, use `slogGorm.WithHandler(...)` instead.
    slogGorm.WithHandler(logger.Handler()), // since v1.3.0
)

New Contributors

Full Changelog: v1.3.1...v1.3.2